Workflows

Step-by-step guides for common founder tasks. Pick one and ship.

  • Add Authentication
    Medium
    • Astro
    • Supabase

    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
    Easy
    • Astro
    • Supabase
    • Resend

    A working waitlist page that stores signups in a database and sends a confirmation email. Deployable in an afternoon.

  • Build an AI Chatbot
    Medium
    • Astro
    • Claude API

    A streaming chatbot powered by Claude. Answers appear token-by-token, and your API key never touches the browser.

  • Chat With Your Docs
    Hard
    • Astro
    • Qdrant
    • Claude API

    Retrieval-augmented chat: answer questions from your own documents, with citations — so the model quotes your text instead of making things up.

  • Ship It
    Easy
    • Astro
    • Cloudflare Pages
    • GitHub Actions

    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
    Medium
    • Astro
    • Stripe

    Charge money with Stripe Checkout: a hosted payment page, plus a webhook so you only unlock access after the payment actually clears.