wasp-lang/open-vibe

42 stars · Last commit 2026-05-26

Open Vibe turns Claude Code, or your agent of choice, into the ultimate SaaS-building assistant, helping you understand the systems behind a production-ready SaaS while building your own app idea.

README preview

# Open Vibe

Open Vibe turns Claude Code, or your agent of choice, into the ultimate SaaS-building assistant, helping you understand the systems behind a production-ready SaaS while building your own app idea on top of the free, open-source SaaS boilerplate template [Open SaaS](https://opensaas.sh), powered by [Wasp](https://wasp.sh).

## Start the course

Paste this prompt into your agent:

> I want to ship my app with Open Vibe. Run `curl -fsSL https://openvibe.sh/llms.txt` and follow the file's instructions.

**Works with:** Claude Code, Codex, Copilot, Open Code, and any agent that can read files and run terminal commands.

## How it works

1. The learner runs a setup script that installs Node.js, Wasp CLI, and verifies their environment
2. They create a new Wasp app and open their AI coding agent in the project folder
3. The agent fetches module instructions and acts as a tutor and pair programmer
4. The learner directs what to build in plain language; the agent handles the code
5. Progress is tracked via JSON files the agent writes to the project

View full repository on GitHub →