Build templates. Earn revenue.
Publish your own templates to the Campshell marketplace. Keep 100% of your first $1,000 in revenue, then just 10% after that.
From idea to marketplace in four steps
Build
Scaffold your template with the Campshell CLI. Define your data schema, SKILL.md, and manifest.
Test
Test locally with your AI agent. Validate your schema, ensure commands work, and polish the experience.
Publish
Submit for review. Once approved, your template appears in the marketplace with its own SEO-indexed page.
Earn
Set your price. Free or premium — you keep 100% of your first $1,000, then 90% of every dollar after.
The most generous terms in the ecosystem
0% commission on first $1K
Keep every dollar of your first $1,000 in revenue. After that, just 10% — less than half what most platforms charge.
$19/year membership
Compare that to Apple's $99/year. Low barrier to entry means you can start earning from day one.
Verified creator badge
Stand out with a verified badge that builds trust with users and increases conversion rates.
Creator profile & analytics
Your own profile page with install stats, ratings, and revenue tracking. See what's working.
Featured placement
High-quality templates get featured in collections, the homepage, and bundle recommendations.
SEO-indexed pages
Every template gets its own optimized page — discoverability through search, not just the marketplace.
Meet our creators
Everything you need to build
Scaffold your first template
Use the Campshell CLI to generate a template scaffold with all the required files: schema, SKILL.md, manifest, and sample data.
npx @campshell/create-template my-template Template structure
my-template/
├── schema.json # Data validation
├── SKILL.md # AI agent instructions
├── manifest.json # Metadata & config
├── data/ # Sample data
│ └── example.json
└── README.md # Documentation