Two ways to sell. Pick one, or do both.
We’re monetising what GitHub gives away. Wrap any prompt, skill, kit, scraper, n8n flow or template into a real product page. Sell it once, sell it monthly, attach a community, leave the community off, your call.
Built on rails real creators trust
Choose a path
Build a paid community.
The Skool-migrant path.
Coaches, course creators, agency owners migrating off Skool, Whop or Circle who want the take rate down and the delivery surface inside chat.
- Buyer pays via Stripe or Polar.
- Magic-link signs them in. Your Telegram group binds as the community feed.
- Posts, version updates, and unlocks fan out to the group. Replies bridge back.
- The skill itself runs in the buyer's own Claude Code or Codex.
Sell a kit. No community required.
The asset library path.
Devs, prompt engineers, automation pros who want asset-library economics. Ship a kit, get paid, move on. No support to run, no community to manage.
- Push a GitHub repo with a platform.yaml at the root.
- We auto-generate a SEO + OG product page.
- Buyer runs the hosted installer command from their dashboard.
- Kit lands in ~/.claude/skills. Buyer keeps the code.
Both paths share the same rails.
Switching paths is a manifest edit, not a migration. Add a community to a kit, or strip it back, anytime.
GitHub identity
Every pack is a real public-or-private repo. You own the code, we host the rail.
Server-side affiliate ledger
30% tier-1 . 5% tier-2 lifetime MRR. Manifest fields are display. Payouts reconcile to the ledger.
Auto-generated SEO page
OG image, structured data, sitemap entry. 1,000 kits = 1,000 organic surfaces.
Stripe + Polar
Stripe live today. Polar swap-in for lower fees any time you flip the env var.
One simple stack.
Platform fee only. Stripe processor fees billed to your Connect account separately.
100 members cap. 1 pack. 1 channel. BYOK runtime.
Unlimited members. 3 packs. 1 channel.
Unlimited packs. Telegram community feed live, Slack early access. Path, community, live events.
White-label, agency seats, SSO, dedicated CSM.
At 200 paying members, what you keep.
Pro tier. $49/mo per buyer. Platform fee + transaction split. Numbers below are monthly. Stripe processor fees billed separately to your Connect account.
Skool Pro at 200 members costs $506.80/mo (subscription + 2.9% + $0.30/tx). Our Pro at the same volume costs $443/mo. You keep ~$64 more every month, plus chat-native delivery, GitHub identity, and a real REST API.
Two commands. One push.
No CMS. No upload form. Just git. The catalogue indexes within ~30 seconds of a push.
$ gh repo create selr-ai/voice-graded --public --add-readme$ cd voice-graded && touch platform.yaml$ git add . && git commit -m "ship" && git push# Skill Pack indexed at theplatform.dev/skills/selr-ai/voice-gradedPush, then watch the dashboard.
MRR, active installs, invocations, and LLM cost per pack. The command center keeps attention on the next action that unblocks growth.

You own the GitHub repo. We host the rail. We take a cut of the revenue we help you collect, never a cut of the IP itself. If you leave, your buyers still have your kit on their laptops. Forever.
Asked when creators switch.
Can I import from Skool?
Yes. Paste a members.csv into the importer at /dashboard/creator/import. Magic-link invites go out.
What if I already use GitHub?
Perfect. Connect your account, add a platform.yaml at the root, push. The catalogue picks it up.
What about people who don’t code?
V1 is built for buyers already in Claude Code or Codex. Install is one copied command from the dashboard, and the files land on their machine. A no-code buyer surface is on the roadmap, not the headline.