Back to articles
Wasp Has a Free API: The Full-Stack Framework That Generates React + Node.js Apps From a Simple DSL

Wasp Has a Free API: The Full-Stack Framework That Generates React + Node.js Apps From a Simple DSL

via Dev.to ReactAlex Spinov

Building a full-stack app means wiring together React, Express, Prisma, auth, email, cron jobs, and deployment. Wasp generates all of that from a simple configuration language — you describe WHAT you want, Wasp builds HOW. What Is Wasp? Wasp is an open-source full-stack web framework. It uses a simple DSL (Domain Specific Language) to describe your app's structure — routes, pages, queries, actions, auth, jobs — and generates a complete React + Node.js application with all the wiring done. The Free Framework Wasp is completely free and open source: DSL : Declare routes, auth, entities in simple syntax Full-stack generation : React frontend + Node.js backend Built-in auth : Email, Google, GitHub, username/password Prisma ORM : Database schema and migrations included Background jobs : Cron and async jobs built in Email sending : Configured out of the box One-command deploy : Deploy to Fly.io or Railway TypeScript : Full TypeScript support Quick Start Create a new app: curl -sSL https://ge

Continue reading on Dev.to React

Opens in a new tab

Read Full Article
2 views

Related Articles