Want to stay in the loop? โ Join our newsletter!
Hola Waspeteers ๐,
What did one plant say to the other? Aloe! Long thyme no see. ๐ฑ
Now that we've set the tone, let me guide you through what's new in Waspworld (that would be a cool theme park, right?):
Wasp Hackathon 2.0 is over - congrats to the winners! ๐ ๐ ๐โ
We had more submissions than ever, and the quality and creativity of your apps were really at the next level. We had everything from admin dashboards and GPT-powered story-telling apps to the actual games.
See all the winners and read a full Hackathon 2.0 review ๐ here ๐.
Wasp Launch Week #3 is in the making - get ready for the Magic ๐ฎ ๐งโ
As it always happens in the wilderness, after one launch week, there comes another one. And who are we to defy the laws of nature - thus, get ready for Launch Week #3!
We are aiming for the end of June, but we'll announce the exact date soon. Make sure to follow us on Twitter or/and join our Discord to stay in the loop.
After Pizzazz ๐ ...โ
As you might remember, the motto/topic of our last launch was Pizzaz, which referred to improving the developer experience in Wasp - full-stack auth, one-line deployment, type safety, db tooling, ...
... Comes Magic! ๐ฎโ
While DX will always be our top priority, we're now shifting gears a bit - the keyword we chose to represent our next launch is โจ Magic โจ. The reason is that now that we have a majority of the features you'd expect in a web framework in place, we can start utilizing Wasp's unique compiler-driven approach to offer next-level features no other framework can!
LW3 Sneak Peek ๐คซ ๐โ
More details coming soon, but in the meanwhile, here are some of the features we're most excited about:
๐ง Wasp AI ๐ค โจโ
There is no mAgIc without AI! We cannot share many details on this yet, but it is something we've been exploring a lot lately. Our previous experiments have shown that, due to its declarative and human-readable nature, Wasp is naturally a very good fit for LLMs.
We'll take this to the next level for our next launch - stay tuned!
๐ง Auto CRUDโ
Although Wasp helps a lot with bootstrapping your app, one repetitive thing that you have to do every time is implement "standard" CRUD operations for your data models.
We decided to put a stop to it - welcome our new (incoming) feature, Auto CRUD!
All you have to do is specify in your .wasp file which CRUD operations you want, and they will be auto-generated for you to use in your JS/TS code. The best part is when you update your data model, these will get updated as well! ๐คฏ
This feature is also a really good showcase of Wasp's compiler muscles - the best you could get with a traditional framework approach is scaffolding, which means spitting out code that will quickly get outdated and that you have to maintain.
See a 2-min demo of Wasp Auto CRUD in action - by our founding engineer Miho
๐ง Advanced syntax completion for .wasp files (LSP)โ
We're making our VS Code extension even better! So far it has provided highlighting and auto-completion for top-level declarations (e.g., route, entity, query, ...), but now it's going even deeper. Every property will display its full type as you are typing it out + you'll get a context-aware auto-completion.
๐ง Support for web sockets ๐ ๐งฆ!โ
Wasp will soon support Web Sockets! This will allow you to have a persistent, real-time connection between your client and server, which is great for chat apps, games, and more.
For now it is a stand-alone feature, but it opens some really interesting possibilities - e.g. combining this with Wasp's query/action system and letting you declare a particular query to be "live". Just an idea for now but something to keep in mind as we test and receive more feedback on this feature.
From the blog ๐โ
- How I Built CoverLetterGPT - SaaS app with the PERN stack, GPT, Stripe, & Chakra UI - our one and only Vince shares the story behind CoverLetterGPT; how he built it and got thousands of users in just a few weeks
- Hackathon #2: Results & Review - see how our hackathon went and what the contestants think about Wasp!
The community buzz ๐ ๐ฌโ
Last month was super buzzy! We got several awesome reviews, and Wasp also got picked up by a couple of YouTube dev influencers:
- ๐ฌ Build Full-Stack Notes App w/ Wasp! (ReactJS, Prisma, Node) - an amazing 30-min overview of how to build a classic notes app with Wasp
- ๐ฌ Live Coding Serverlesspresso with WaspLang! - 4-hour session of live coding a coffee ordering app. Only for the most hardcore folks plus you'll need a lot of coffee :D
- โ๏ธ Wasp Configuration Language: Simplify Full Stack App Creation - a lightweight overview of Wasp and why the author prefers it to Next/T3
- โ๏ธ Wasp(athon) impressions & some proposals - from one of our hackathon contestants - first impressions and spot-on ideas for the next features
Wasp GitHub Star Growth - 2,825 โญโ
Getting close to the big 3,000! Huge thanks to all our contributors and stargazers - you are amazing!
And if you haven't yet, please star us on Github! Yes, we are shameless star beggars, but if you believe in the project and want to support it that's one of the best ways to do it (next to actually building something with Wasp - go do that too! :D)
That's a wrap! ๐ฏโ
That's it for this month and thanks for reading! Since you've come this far, you deserve one final treat - a Wasp-themed joke generated by ChatGPT:
Fly high, and we'll see you soon ๐ ๐,
Matija, Martin and the Wasp team