B2B SaaS Dashboard
Build an authenticated product UI with fast docs/marketing routes and interactive account features.
Best for
Teams shipping a commercial SaaS with a marketing surface and an authenticated product.
- public marketing routes stay fast
- private dashboard ships only needed JS
- auth and data models evolve safely
Include
Can Skip
Examples
Linear-style product dashboards · Notion-style workspaces · Vercel-style deploy UIs
Trade-offs
- Astro endpoints handle most API work; adopt .NET only if domain logic outgrows them
- Drizzle keeps migrations with the app — easy early, watch coupling as teams split