BoilerBase
← All boilerplates
Wasp
Featured Open source

Wasp

Describe your full-stack app in a .wasp config file and Wasp generates the auth, DB, jobs and deploy code for you.

About

Wasp is what you get if you take the Rails philosophy and apply it to React + Node + Prisma. You declare routes, auth, queries, actions and jobs in a small config file and the rest gets generated. Auth (email, Google, GitHub), email sending, async jobs and one-command deploy are all built in.