The boring bits are already done. Auth, email and AI generation are wired up and ready to go — so you can skip the setup and spend the day shipping the idea, not the plumbing. Grab a teammate, pick a problem, and go.
Proof it all works before you write a line. Your prompt opens a WebSocket to a Durable Object, which calls Claude and streams the reply back token-by-token. Sign in, hit go, and watch it run — this is the same AI generation path your hack can build on.
The WebSocket upgrade is auth-gated. Without NUXT_ANTHROPIC_API_KEY set, the Durable Object streams a canned reply so the demo still works.