3 min read

Tech Stack

Boring tech that ships. Every choice picked for maintainability, ownership, and the fact that you'll inherit this codebase on day one.

Frontend

6 tools

Next.js 15

App Router, Server Components, API routes, edge runtime.

React 19

Server actions, suspense streaming, concurrent rendering.

TypeScript

Strict mode end-to-end. Types generated from your DB schema.

Tailwind CSS v4

Utility-first styling with a per-build custom token system.

Radix + shadcn/ui

Accessible primitives. Customized to match your brand on day one.

TanStack Query

Server state, optimistic updates, background sync.

Why this stack

Three rules drive every choice: you must be able to maintain it, your data lives in your accounts, and a senior engineer should be productive in this codebase within a day. No proprietary frameworks, no vendor lock, no clever abstractions you don't need.

Was this page helpful?