Workflows
Step-by-step guides for common founder tasks. Pick one and ship.
- Add Authentication
Email magic-link login with real, cookie-based sessions, the right way. Protect a page so only logged-in users can see it.
- Build a Waitlist Page
A working waitlist page that stores signups in a database and sends a confirmation email. Deployable in an afternoon.
- Build an AI Chatbot
A streaming chatbot powered by Claude. Answers appear token-by-token, and your API key never touches the browser.
- Chat With Your Docs
Retrieval-augmented chat: answer questions from your own documents, with citations — so the model quotes your text instead of making things up.
- Ship It
Put your site on the internet, on your own domain, that redeploys itself every time you push — and only if the tests pass.
- Take Payments
Charge money with Stripe Checkout: a hosted payment page, plus a webhook so you only unlock access after the payment actually clears.