Wasp is an innovative open-source framework that simplifies full-stack web application development by providing:
-
Declarative Configuration: Define your app structure using a simple
.waspconfiguration file -
Full-Stack Features:
- Built-in authentication with social providers and email
- Type-safe RPC layer for client-server communication
- Database integration with Prisma
- Automated deployment workflows
- Background jobs and task scheduling
- Email sending capabilities
-
Developer Experience:
- Zero boilerplate code
- Full TypeScript support with auto-generated types
- Hot reload development
- CLI tools for common operations
-
Technology Stack:
- Frontend: React
- Backend: Node.js
- Database: Prisma ORM
Perfect for developers looking to quickly build and deploy production-ready web applications without sacrificing flexibility or getting locked into proprietary solutions.




