// Crossed-out list — technical terms struck through, ending in "Your AI handles // all of it. You just keep building." const CROSSED_TERMS = [ "Databases", "Auth providers", "GitHub", "Hosting", "API keys", "Environment variables", "Deployment", "Backend code", "Servers", "DNS records", "SSL certificates", "CORS errors", "Webhooks", "Build pipelines", "package.json", "npm install", ]; function CrossedOut() { return (
What you don't have to learn

All the stuff that made you give up last time.

Forget every word on this list.

{CROSSED_TERMS.map((term, i) => ( {term} ))}

Your AI handles all of it. You just keep building.

); } Object.assign(window, { CrossedOut });