blitz-js/blitz
⚡️ The Missing Fullstack Toolkit for Next.js observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 53
- Release rhythm 47
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 13
- age_days: 2389
- days_rel: 356
- days_push: 285
- n_releases_24m: 10
Adoption not part of the score
14129 stars · 806 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Blitz.js is a fullstack toolkit built on top of Next.js that adds a typesafe RPC data layer, authentication/authorization, and code scaffolding conventions. It lets you import server code directly into React components, abstracting the API layer into a compile step.
Use cases
- build a fullstack Next.js app with typesafe data fetching
- add authentication and session management to a Next.js app
- replace REST or GraphQL APIs with typesafe RPC calls
- scaffold a new web app with auth and database setup in minutes
- build a monolithic React app with Prisma and server mutations
- validate mutation inputs with zod and enforce authorization
When to choose
- you want a batteries-included fullstack framework on top of Next.js
- you prefer importing server functions directly in the frontend over writing API routes
- you need built-in session-based auth with third-party provider support
- you want code scaffolding and conventions for a monolith codebase
When to avoid
- you need a microservices-first architecture with independently deployed services
- you want a framework with a large active ecosystem - Blitz development has slowed compared to alternatives like tRPC or Next.js itself
- you only need a plain Next.js app without an opinionated fullstack layer
- you need non-JavaScript or non-React frontend support
Facets
framework · maturity maintenance
web-framework auth authorization rpc middleware form-handling state-management web-development frontend backend developer-tools cross-platform nextjs react prisma fullstack-toolkit rpc code-scaffolding zod-validation monolith nodejs typescript javascript web-server
7 sources
- readme: https://github.com/blitz-js/blitz · fetched 2026-08-28 · 77414d228319
- homepage: https://Blitzjs.com · fetched 2026-08-29 · e6ec07d7f3bc
- site_page: https://blitzjs.com/docs · fetched 2026-08-29 · 37abd83c2470
- site_page: https://blitzjs.com/docs/why-blitz · fetched 2026-08-29 · 92cf542186c6
- site_page: https://blitzjs.com/docs/code-of-conduct · fetched 2026-08-29 · 6473d0bdcd68
- site_page: https://blitzjs.com/docs/contributing · fetched 2026-08-29 · 1790fe0c1b92
- site_page: https://blitzjs.com/docs/get-started · fetched 2026-08-29 · 50e77ff615a5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| blitz-js/blitz | main | 60 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem