Every scaffold, pattern, review, and coding standard targets this precise combination. Follow the layers from foundation to production.
Language, build tooling, and package management — the base everything else sits on.
The rendering engine and full-stack meta-framework with SSR baked in.
Type-safe file-based routing and server state management with caching built in.
Components, styling engine, icons, and typography — the visual system.
sx prop and styled() APIIdentity, authorization, and runtime schema validation at every boundary.
Linting, formatting, and testing — enforced in CI on every push.
Edge-first deployment with CI/CD automation on every push.
The front-end stack (layers 01–06) stays identical. The infrastructure layer offers three supported paths — choose the one that fits your team, compliance needs, and operational model.
wrangler deploy with zero infrastructure configCells marked “—” have no service in that path — the description notes the closest alternative. All three paths deploy via GitHub Actions with identical CI pipelines.
devvite dev --port 3000buildvite buildpreviewvite previewtestvitest runlinteslintformatprettier --check .checkprettier --write . && eslint --fix