This is not an official Wasp project. It is an unofficial community contribution exploring a redesigned landing page for Wasp. It is not affiliated with or endorsed by the Wasp team.
A redesigned landing page concept for Wasp, the full-stack React & Node.js framework. Built with Wasp itself to showcase the developer experience.
- Wasp website: wasp-lang.dev
- Wasp GitHub: github.com/wasp-lang/wasp
- Wasp docs: wasp-lang.dev/docs
- OpenSaaS starter: opensaas.sh
- Discord: discord.gg/rzdnErX
- Wasp — full-stack framework
- React + Tailwind CSS — frontend
- Vite — build tool
wasp start db # start the database (required by Wasp even for this static page)
wasp start # start the dev serverThe dist/ folder contains the pre-built static site. To rebuild after making changes:
wasp build
cd .wasp/build/web-app && npm install && npx vite build
cp -r .wasp/build/web-app/build distTo deploy with Docker (works with Coolify, Railway, Fly.io, etc.):
docker build -t wasp-landing .
docker run -p 3000:80 wasp-landingThe Dockerfile serves the dist/ folder with nginx. Point any Docker-based hosting platform (e.g. Coolify) at this repo and it will auto-detect the Dockerfile.
This is an open community contribution. Wasp itself is MIT licensed.





