Blog
Building a Convex-first SaaS
Multi-tenancy, authorization, architecture, and the foundations that help you ship a real product sooner.
- nextjs, multi-tenancy, authorization, convex
How to structure multi-tenant authorization in a Next.js SaaS
A practical architecture for workspaces, memberships, roles, billing entitlements, and tenant-scoped Convex queries without trusting the client.
- ai, developer-experience, typescript
AI-assisted coding changes the starter kit you should begin with
Coding agents are productive in proportion to the context they are given. A typed, well-bounded monorepo with written instructions is the real AI feature.
- saas, boilerplate, checklist
What a real SaaS boilerplate should include before you write product code
A login form, a checkout button, and a dashboard shell is not a SaaS foundation. Here is the workflow-level checklist that separates a starter from a demo.
- convex, architecture, real-time
Why a SaaS starter built on Convex feels different from another CRUD-first stack
A Convex-first foundation removes the seam between your database, your API, and your real-time layer — and that changes what the first weeks of a build look like.