This is the twelfth issue of The Starlet List. If you want to prompt your open source project on star-history.com for free, please check out our announcement.
Wasp is a fully open-source, full-stack web framework for React, Node.js, and Prisma. Use it to develop and deploy any web application backed by a database with all the common features ready out-of-the-box, without any 3rd party services - authentication, cron jobs, sending emails, …
Wasp is currently in Beta and has been used to create over 25,000 projects. It also has its own GPT-powered SaaS starter that you can use for free to create a full-stack app codebase from a short description.
Wasp is based on a simple configuration language backed by a custom-made compiler. This lets Wasp understand your web app's complete structure and requirements, from front-end to database and even deployment, resulting in faster development and much less boilerplate code.
The best part is that you still write most of your code in the stack you already know, React & Node.js, and have complete flexibility to use your favorite npm libraries. Wasp is just a tool to help you move faster, with best practices included.
Install Wasp:
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
Create a new project with a SaaS template:
wasp new <my-new-project> -t saas
Run it!
wasp start
For more details, check out the docs: https://wasp-lang.dev/docs/quick-start
Wasp has had a pretty solid Year 2023, and in October alone we doubled our stars, growing from 4k to 8k🚀.
If you'd like to learn more and try out Wasp for yourself, visit our site!