Stacks

Complete architectures for common products, the pieces that fit together, plus the workflows and tools to build them.

  • AI SaaS Stack
    A subscription AI product — users sign up, log in, and use an AI feature

    Everything to ship an AI product with users and billing: frontend, database, auth, the model, and email.

  • Internal Tool Stack
    An internal CRM, admin panel, or dashboard for a small team

    A deliberately minimal stack for internal dashboards and small-team tools: auth, a database, a fast frontend. No more.

  • RAG Stack
    A 'chat with your docs' product or internal knowledge assistant

    Chat grounded in your own documents — retrieval-augmented generation with citations, not hallucinations.