- Star History
- Posts
- Star History Weekly
Star History Weekly
#6 draw-a-ui: Draw a mockup and generate HTML for it; Wasp: develop full-stack web apps with React & Node.js FAST

Hi and welcome to Star History Weekly #6!
Hello to the 7 new stargazers who joined us.
If you are new, it's Mila here, and I am on the developer-marketing team at Bytebase. Each week, we curate some open-source news and take you with us to explore an open-source project, aka the Starlets. Meanwhile, we share fascinating GitHub repos daily over at @StarHistoryHQ, so make sure to follow us if you haven't already.
If you enjoy this newsletter, we ask you to subscribe and share!
In this Issue #6:
🗞️ Open-Source News of the Week
💫 Starlet of the week: Wasp - the fastest way to develop full-stack web apps with React & Node.js
Enjoy!
Open-Source News of the Week
AppFlowy, open-source alternative to Notion, announced a $6.4M Seed Funding.
draw-a-ui uses tldraw and the GPT-4 Vision API to generate HTML based on a wireframe you draw. The project gathered 10k stargazers within a week✨.

tldraw themsleves then forked the project and subsequently made some tweaks to it.
Starlet of the week: Wasp - the fastest way to develop full-stack web apps with React & Node.js
BTW: If you want to prompt your open-source project on Star History, 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.
How it works?

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.

Test 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.
What you get
Full-stack authentication - username/email & password or social auth (google, github). No 3rd party services
Full-stack type-safety - full TypeScript support with auto-generated types across the whole stack
Typesafe RPC - no API; your data models and server logic are instantly brought to the client
One-line deployment - deploy to any platform; Wasp CLI offers powerful helpers
Async jobs - easily define, schedule, and run specialized server tasks
Email sending - just connect an email provider or use SMTP
Powerful CLI - Wasp CLI covers everything from running your app, database migrations to deployment
And more! - Custom API routes, database seeding, automatic cache invalidation, …

Made with Wasp
https://coverlettergpt.xyz/ - Generate a cover letter via GPT based on your resume - used for 10,000 resumes!
https://www.amicus.work/ - A project management software for legal teams
https://description-generator.online/ - Generate a product listing based on a description or image for your Etsy marketplace via GPT. [Acquired - read more!]
See more examples here
Getting started
Install Wasp:
curl -sSL https://get.wasp-lang.dev/installer.sh | shCreate a new project with a SaaS template:
wasp new <my-new-project> -t saasRun it!
wasp start
For more details, check out the docs: https://wasp-lang.dev/docs/quick-start
Learn more about Wasp
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!
Website: http://wasp.sh/
Discord: https://discord.gg/rzdnErX