Getting Started
This guide will help you set up your first aiorg kit in about 5 minutes.
Requirements
Before you start, make sure you have:
- Node.js 18+ — Download here
- Claude Code — Anthropic's AI coding assistant
- A terminal — Any terminal will work
Don't have Claude Code yet? Get it here — it's required to use aiorg kits.
Step 1: Install a Kit
Open your terminal and run:
# Free kit (no account needed)
npx @aiorg/cli init idea-os ~/my-idea
# Or for paid kits (requires login)
npx @aiorg/cli login
npx @aiorg/cli init saas-dev-team ~/my-saas
This downloads the kit and extracts it to your chosen folder.
Step 2: Open in Claude Code
Navigate to your project and open Claude Code:
cd ~/my-project
claude # Opens Claude Code
You should see Claude Code recognize your project with the CLAUDE.md file.
Step 3: Run Setup
In Claude Code, type:
/setup
This command:
- Checks your environment
- Guides you through configuration
- Sets up any required services (database, payments, etc.)
Step 4: Start Building
Once setup is complete, you can use kit-specific commands:
/help # See all available commands
/new-feature # Generate a new feature
/deploy # Deploy your project
What's Next?
CLI Commands
Learn all CLI commands like init, upgrade, and login
Available Kits
Explore all available kits and choose the right one
FAQ
Get answers to common questions