Using the Prompt Studio
Browse, copy, and use your AI build prompts in Cursor, Claude Code, Windsurf, and any other AI coding tool.
What is the Prompt Studio?
The Prompt Studio is where your complete AI build prompt pack lives. Once generated, it contains organised, copy-paste-ready prompts covering every aspect of your SaaS.
The Prompt Studio uses a 3-panel layout: Category sidebar → Prompt list → Prompt content viewer. Click any category to see its prompts, then click a prompt to view the full content.
Prompt categories
Master Operating Prompt
The most important prompt. Paste this first to give your AI coding tool complete system context — product, architecture, tech stack, and conventions.
Core Module Prompts
One prompt per module (Auth, Dashboard, Billing, etc.). Each contains workflow, DB schema, API design, and component structure.
Backend Prompts
API route generation, middleware setup, service layer patterns, and database queries for your specific stack.
Frontend Prompts
Component structure, page layout, state management, and routing for your chosen frontend framework.
Database & Schema Prompts
Schema setup, migrations, seed data, and query optimisation prompts for your selected database.
Auth & Security Prompts
Authentication flow, RBAC, JWT/session handling, and a security checklist.
Testing Prompts
Unit test templates, integration test strategies, and e2e test scenarios for your key user flows.
Recovery Prompts
Debugging and error recovery prompts. Useful when your AI tool gets stuck or produces incorrect output.
Recommended Cursor workflow
Start with the Master Operating Prompt
Open a new Cursor chat and paste the Master Operating Prompt. This gives the AI full product context. Cursor will confirm it understands your system.
Set up the project scaffold
Paste the Backend Setup prompt to generate your initial project structure, folder layout, and key config files.
Build module by module
For each module (Auth, Dashboard, Billing etc.), use the Core Module Prompt. Each one is self-contained — it tells Cursor exactly what to build and how.
Use Recovery Prompts when stuck
If Cursor generates incorrect code, paste a Recovery Prompt to reset context and get back on track.
The same workflow applies in Claude Code, Windsurf, GitHub Copilot Chat, and any AI coding tool that accepts a large context paste.
Generating a new prompt pack
Navigate to Prompt Studio in the sidebar. If you haven't generated a pack yet, click Generate Prompts. You need at least Architecture and Feature Specs complete for best results.
- Multiple versions of the prompt pack are supported — switch between them with the version selector
- Regenerate the prompt pack any time after updating your tech stack or adding new modules
- All versions are saved permanently and can be compared