Wasp
Full-stack Web App Framework
Description
Full‑Stack Web Application Framework
Wasp (Web Application Specification) is a Rails‑like framework designed for React, Node.js, and Prisma. It enables developers to build an application in a single day and deploy it with one CLI command.
By writing a concise .wasp configuration file that outlines the high‑level structure of your web app—alongside standard source files such as .js, .jsx, .css, etc.—the Wasp compiler automatically generates the complete codebase for the front end, back end, and deployment infrastructure in the target stack.
Because of its expressive syntax, you can create a production‑ready web application from scratch using only a few lines of clear, declarative code.