Open SourceBoilerplate17k
Wasp
Full-stack React/Node/Prisma framework described in one config file.
Wasp is an open-source, full-stack web framework that uses a declarative configuration file to generate a React, Node.js, and Prisma application. The config describes high-level concepts like auth, routes, queries, actions, and jobs, and Wasp compiles this into a working app with the boilerplate handled. It aims to reduce the glue code needed to build and deploy full-stack apps.
Repository
wasp-lang/waspLanguage
HaskellWhat you'd build with it
- Build full-stack React/Node apps by declaring auth, routes, and data operations in one config
- Generate type-safe client-server data flow without hand-wiring an API layer
- Prototype and deploy a full-stack app quickly with built-in auth and jobs
Tags
fullstackreactdsl