// The Wall — recreates the moment the vibe dies. Faux chat from a "generic" AI // coding tool that hands back a homework list. Ends on the punchline. function Wall() { return (
The wall

Every other tool stops right here.

You built it. It works on your laptop. Then the chat hands you a list.

untitled-project · main generic ai coder · chat
YOU
You · just now

okay it works!! how do i put this online so my customers can use it?

AI
Generic AI · just now

Great job 🎉 Your app is running locally. To take it live, you'll need to set a few things up first:

  1. Sign up for Supabase and create a project for your database.↗ external
  2. Configure authentication with Supabase Auth or Clerk — pick one.↗ external
  3. Create a GitHub repo, commit your code, and push it.↗ external
  4. Deploy to Vercel: connect repo, configure framework preset.↗ external
  5. Add environment variables for your API keys and DB url in the Vercel dashboard.↗ external
  6. Set up DNS for your custom domain and verify nameservers with your registrar.↗ external
  7. Configure SSL / TLS certificates for HTTPS (or use Vercel's automatic provisioning).↗ external
  8. Set up Stripe if you want to take payments, and configure webhooks.↗ external
↓ 23 more steps
YOU
You · now

And just like that — the vibe is gone.

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