← Back to Help Center
🚀 Getting Started
From zero to a deployed application in under five minutes.
1. Create Your Account
Sign up at SaaSClaw with your email and password. You'll land in the Studio — your dashboard for managing all projects.
2. Create a Project
- Click + New in the top navigation bar.
- Enter a Project Name — this becomes your subdomain slug (e.g.,
my-app.saasclaw.app).
- Choose a Framework or template stack (Django, Flask, Next.js, etc.).
- Optionally connect a GitHub repo — see GitHub Integration to set this up.
- Click Create Project.
SaaSClaw provisions a workspace, initializes a Git repo, and sets up a preview deploy URL — all automatically.
💡 Tip: You can change the framework or start from scratch later. The initial choice just sets up sensible defaults.
3. Chat with the wizard
Once your project exists, click Open Wizard to start a conversation with the wizard — SaaSClaw's AI builder.
- Describe what you want to build in plain English.
- The wizard will plan the architecture, then generate code, files, and configuration.
- Review the code in the file explorer on the right side of the wizard.
- Keep chatting to iterate — add features, fix bugs, or refine the design.
4. Deploy to Preview
When you're happy with the code, click Deploy (the rocket icon 🚀) at the top of the wizard.
- Your app gets built and deployed to a preview URL instantly.
- Share the preview URL with teammates to gather feedback.
- Preview deploys are safe — they don't affect production.
5. Ship to Production
Ready to go live? Click 🚀 Prod (the production deploy button) next to the Deploy button.
- This promotes your current code to production.
- Your app becomes available at your permanent production URL.
- You can roll back at any time from Deploy History.
What's Next?
⚠️ Heads up: Production deploys are irreversible in the sense that they update the live site immediately. Use the rollback feature in Deploy History if something goes wrong.