SaaSClaw
Studio
← 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

  1. Click + New in the top navigation bar.
  2. Enter a Project Name — this becomes your subdomain slug (e.g., my-app.saasclaw.app).
  3. Choose a Framework or template stack (Django, Flask, Next.js, etc.).
  4. Optionally connect a GitHub repo — see GitHub Integration to set this up.
  5. 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.

  1. Describe what you want to build in plain English.
  2. The wizard will plan the architecture, then generate code, files, and configuration.
  3. Review the code in the file explorer on the right side of the wizard.
  4. 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.

5. Ship to Production

Ready to go live? Click 🚀 Prod (the production deploy button) next to the Deploy button.

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.