Back to reviews
Wasp

Wasp

Full-stack web framework in a DSL

Wasp uses a simple DSL to define full-stack web apps — routes, auth, background jobs, email. Compiles to React + Node.js + Prisma. Configuration over code.

Panel Reviews

The Builder

The Builder

Developer Perspective

Ship

Define auth, routes, and background jobs in a simple DSL. The generated React + Node.js code is clean and customizable.

The Skeptic

The Skeptic

Reality Check

Ship

The DSL approach reduces boilerplate dramatically. Auth setup in 3 lines instead of hundreds is genuinely valuable.

The Futurist

The Futurist

Big Picture

Ship

Configuration-first full-stack frameworks will become more popular as AI code generation improves.

Community Sentiment

Overall1,575 mentions
64% positive22% neutral14% negative
Hacker News310 mentions
58%26%16%

Interesting DSL approach but worried about vendor lock-in to a custom language layer on top of React/Node

Reddit420 mentions
62%24%14%

Generated a full auth + CRUD app in 30 minutes, great for prototyping even if I'd switch to vanilla for production

Twitter/X680 mentions
65%22%13%

The background jobs and email setup being built into the DSL is a real timesaver for MVPs

Product Hunt165 mentions
72%18%10%

Took my SaaS idea from zero to deployed in a day — the opinionated structure keeps you from bikeshedding