Open Vibe is an open-source course and agent workflow that turns Claude Code, Codex, Copilot, Open Code, or another terminal-capable AI coding agent into a SaaS-building assistant. It is built around Open SaaS, a free Wasp-powered SaaS boilerplate, so learners can create a real app while understanding the architecture behind production-ready SaaS systems. The workflow starts with setup instructions that install Node.js, install the Wasp CLI, and verify the local environment. After creating a new Wasp app, the user opens an AI coding agent inside the project and lets it fetch course module instructions. The agent then works as both tutor and pair programmer, explaining the system while helping the user build features from plain-language requests. Progress is tracked through JSON files written into the project, making the learning path structured while still letting the user build their own app idea.
Features
- AI-guided SaaS app building
- Works with multiple coding agents
- Open SaaS boilerplate foundation
- Wasp CLI project workflow
- Tutor and pair-programmer behavior
- JSON-based progress tracking