Frequently Asked Questions
General
What is aiorg.dev?
aiorg.dev provides AI-powered starter kits for solo founders. Each kit turns Claude Code into a specialized AI teammate — for validation, development, marketing, and more.
Do I need Claude Code to use aiorg kits?
Yes. All aiorg kits are designed to work with Claude Code (Anthropic's AI coding assistant). The kits include commands, knowledge, and guides that Claude uses to help you.
What's the difference between kits and regular templates?
Regular templates give you code. aiorg kits give you code + an AI that understands it.
When you install a kit, Claude Code learns:
- The project structure
- Available commands
- Best practices
- How to help you build
Commands & Features
What are /commands?
Commands are instructions you can give Claude in your project. For example:
/setup— Configure your project/new-feature— Generate a new feature/deploy— Deploy to production
Each kit has its own set of commands. Type /help in Claude Code to see what's available.
How do I see all available commands?
In Claude Code, type:
/help
Or check the kit's CLAUDE.md file in your project root.
Can I create my own commands?
Yes! Commands are just markdown files in .claude/commands/. You can add your own or modify existing ones.
Licensing & Pricing
How does licensing work?
- Free kits (idea-os): No license needed
- Paid kits: One-time purchase, lifetime access
After purchase, you'll receive a license key via email. Use npx @aiorg/cli login to activate it.
Is it a subscription?
No. All purchases are one-time. You get lifetime access to the kit and all future updates.
Can I use a kit on multiple projects?
Yes! Your license lets you use the kit on unlimited personal projects. For team/company use, contact us.
What's included in the bundle?
The bundle ($149) includes all paid kits:
- Idea OS
- Marketing OS
- SaaS Template
- Landing Page
- All future kits
That's a $247 value.
Technical
How do I upgrade a kit?
Navigate to your project and run:
npx @aiorg/cli upgrade
The CLI will download the latest version and merge changes, preserving your customizations.
What files are preserved during upgrade?
Your custom files are never overwritten:
.env*filesconfig/*foldercontent/*folder (if applicable)- Any files you create
Only kit files (.claude/, CLAUDE.md) are updated.
Does this work with VS Code?
aiorg kits work best with Claude Code in the terminal. However, the code itself works with any editor — the AI features just require Claude Code.
What tech stack do templates use?
| Template | Stack |
|---|---|
| SaaS Template | Next.js 15, Supabase, Stripe, Tailwind |
| Landing Page | Next.js 15, Tailwind, shadcn/ui |
Support
Where can I report bugs?
Open an issue on GitHub: github.com/aiorgdev/claude-plugins
How do I get support?
- Check this FAQ first
- Search existing GitHub issues
- Email support@aiorg.dev
I lost my license key
Email support@aiorg.dev with your purchase email address. We'll resend your key.
Still have questions?
Email us at support@aiorg.dev — we usually respond within 24 hours.