Develop full-stack web apps faster.
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.
app todoApp {
title: "ToDo App", // visible in the browser tab
auth: { // full-stack auth out-of-the-box
userEntity: User,
methods: { google: {}, gitHub: {}, email: {...} }
}
}
route RootRoute { path: "/", to: MainPage }
page MainPage {
authRequired: true, // Limit access to logged in users.
component: import Main from "@client/Main.tsx" // Your React code.
}
query getTasks {
fn: import { getTasks } from "@server/tasks.js", // Your Node.js code.
entities: [Task] // Automatic cache invalidation.
}
model Task { ... } // Your Prisma data model
- Full-stack Auth
- RPC (Client <-> Server)
- Simple Deployment
- Jobs
- Full-stack Type Safety
- And More!
Add login with social providers or email in a few lines of code with powerful UI helpers. No third party vendor lock-in.
Wasp provides a typesafe RPC layer that instantly brings your data models and server logic to the client.
Deploy your app to any platform. Wasp offers CLI helpers for the most popular options.
Easily define, schedule and run specialized server tasks. Persistent, retryable, delayable.
Full support for TypeScript with auto-generated types that span the whole stack.
Custom API routes, database seeding, optimistic updates, automatic cache invalidation on the client, ...
How does it work? 🧐
Given a simple .wasp
configuration file that describes the high-level details of your web app, and .js(x)/.css/...
, source files with your unique logic, Wasp compiler generates the full source of your web app in the target stack: front-end, back-end and deployment.
This unique approach is what makes Wasp "smart" and gives it its super powers!
Simple config language
Declaratively describe high-level details of your app.
Learn moreWasp CLI
All the handy commands at your fingertips.
Learn moreReact / Node.js / Prisma
You are still writing 90% of the code in your favorite technologies.
Arrivederci boilerplate
Write only the code that matters, let Wasp handle the rest.
Learn more
Show, don't tell.
Take a look at examples - see how things work and get inspired for your next project.
Todo App (TypeScript) ✅
A famous To-Do list app, implemented in TypeScript.
CoverLetterGPT 🤖
Generate cover letters based on your CV and the job description. Powered by ChatGPT.
Realtime voting via WebSockets 🔌
A realtime, websockets-powered voting app built with Wasp and TypeScript.
You're in a good crowd
Here's what folks using Wasp say about it. Join our Discord for more!
🏆 Showcase Gallery 🏆
See what others are building with Wasp.
Stay up to date 📬
Be the first to know when we ship new features and updates!
🚧 Roadmap 🚧
Work on Wasp never stops: get a glimpse of what is coming next!
Frequently asked questions
For anything not covered here, join our Discord!