Search for a command to run...
Fullstack React framework built on Next.js that adds the missing pieces for data, auth, and conventions. Instead of wiring REST or GraphQL APIs by hand, you import server code directly into the frontend and get automatic RPC calls at build time, with full end-to-end type safety across the stack.
Blitz popularized RPC as an alternative to REST and GraphQL for React apps, eliminating a whole layer of traditional architecture. Convention over configuration keeps setup minimal: new apps ship with auth, signup, forgot-password flows, and your chosen form library. The ecosystem is loose enough to swap databases, styling solutions, or identity providers. Existing Next.js apps can migrate gradually.
Key capabilities:
Teams use Blitz to ship fullstack apps from database to UI in a single codebase. The typesafe data layer speeds up iteration: changes to server logic flow through to the client without manual API contracts. Recipes and scaffolding reduce boilerplate for new projects, while the monolith-first layout keeps deployment and development simple until you need to split into services.