opensaas-sh/blog/src/content/docs/guides/vibe-coding.mdx
import { Image } from 'astro:assets'; import llmsFullCursor from '@assets/ai/llm-full-cursor.webp'; import llmsTextChat from '@assets/ai/llm-txt-chat.webp'; import vibeBoi from '@assets/ai/vibe-boi.png';
<Image src={vibeBoi} alt="vibe boi" width={300} />If you're looking to use AI to help build (or "vibe code") your SaaS app, this guide is for you.
Wasp is particularly well suited to coding with AI due to its central config file which gives LLMs context about the entire full-stack app, and its ability to manage boilerplate code so AI doesn't have to.
Regardless, there are still some shortcomings to using AI to code with Wasp, as well as a learning curve to using it effectively.
Luckily, we did the work for you and put together a bunch of resources to help you use Wasp & Open SaaS with AI as effectively as possible.
The template comes with:
app/.cursor/rules, to be used with Cursor or adapted to your coding tool of choice (Windsurf, Claude Code, etc.).app/.cursor/example-prompts.md, to help you get started.We've also created a bunch of LLM-friendly documentation:
Add these to your AI-assisted IDE settings so you can easily reference them in your chat sessions with the LLM.
In most cases, you'll want to pass the llms-full.txt to the LLM and ask it to help you with a specific task.
Here's a list of articles and tutorials we've made: