Command Palette

Search for a command to run...

position in category
#17

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:

  • Typesafe RPC data layer: call server code from the client without separate API routes
  • Built-in authentication and authorization with any identity provider
  • Code scaffolding and recipes for one-command setup of Tailwind, Chakra, and more
  • Route manifest for type-safe links instead of manual path strings
  • Database-agnostic design with Prisma as the default client

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.

GitHub Repositories
2
No noticeable change in usage since last week

Top repositories using Blitzjs

Most popular GitHub repositories that import or use Blitzjs

Most likely to be used with

Project using this technology also uses those, ordered by popularity
Cumulated Stars
30K
Missing something?