Blitz.js
Toque em uma estrela para avaliar
Blitz.js removes the traditional API layer, you call backend functions directly from React components, and Blitz handles serialization, type safety, and network calls behind the scenes. Built on Next.js, it includes authentication, authorization, and a database abstraction (Prisma integration), so you're not building auth and database plumbing from scratch. TypeScript throughout means frontend and backend types stay in sync.
Ideal for full-stack JavaScript teams building apps where performance and developer experience matter. The zero-API idea means less boilerplate and faster iteration; you think in terms of backend functions, not HTTP endpoints. Works well for startups and small teams where one person might touch both frontend and backend without being an expert in each layer.