Quick Start¶
Get up and running with Mavric DevEnv in under 5 minutes.
Step 1: Install Claude Code¶
If you don't have Claude Code installed:
Step 2: Install Mavric¶
Run this in your project directory:
# Create a new project (or use an existing one)
mkdir my-saas-project
cd my-saas-project
# Install Mavric
curl -fsSL https://raw.githubusercontent.com/mavric/devenv/main/install.sh | bash
This adds:
.claude/- AI skills and commands.devenv/- Development standards and references
Step 3: Start Building¶
Launch Claude Code:
Then say:
Or use a slash command:
What Happens Next¶
The AI guides you through:
| Phase | What Happens | Output |
|---|---|---|
| Discovery | 90-min structured interview | Requirements document |
| Scenarios | Generate Gherkin tests | Executable specifications |
| Schema | Design multi-tenant data model | .apsorc schema file |
| Brief | Synthesize into PRD | Product requirements doc |
| Build | Generate backend + auth | Running Apso + BetterAuth |
| Iterate | Build features with tests | Complete application |
Each phase requires your approval before proceeding.
Alternative: Quick Backend Setup¶
If you already have requirements and just need a backend:
This skips discovery and sets up a running backend in ~5 minutes.
Verify Installation¶
In Claude Code, ask:
You should see skills like saas-project-orchestrator, discovery-interviewer, backend-bootstrapper, etc.
Updating¶
Re-run the install command to update:
Next Steps¶
- Your First Project - Detailed walkthrough
- Installation Guide - Prerequisites and troubleshooting
- Skills Reference - All available skills
- Commands Reference - All slash commands