Monetization strategies for indie developers, solopreneurs, and small teams. Covers freemium models, SaaS pricing, sponsorships, donations, email list building, and passive income for developer tools, content sites, and educational apps. Activate on 'monetization', 'make money', 'pricing', 'freemium', 'SaaS', 'sponsorship', 'donations', 'passive income', 'indie hacker'. NOT for enterprise sales, B2B outbound, VC fundraising, or large-scale advertising (use enterprise/marketing skills).
npx skills add https://github.com/curiositech/some_claude_skills --skill indie-monetization-strategist
Turn side projects into sustainable income. Battle-tested strategies for indie developers and solopreneurs.
Use for:
NOT for:
┌─────────────────────────────────────────────┐
│ PREMIUM PRODUCTS │
│ SaaS subscriptions, one-time purchases │
│ → Highest revenue, requires product-market │
├─────────────────────────────────────────────┤
│ SERVICES & CONSULTING │
│ Custom work, implementation, training │
│ → Trade time for money, but validates │
├─────────────────────────────────────────────┤
│ PASSIVE/SEMI-PASSIVE │
│ Sponsorships, donations, affiliates │
│ → Lower friction, good for content/tools │
├─────────────────────────────────────────────┤
│ LIST BUILDING │
│ Email subscribers, community members │
│ → Foundation for all monetization │
└─────────────────────────────────────────────┘
Is your project...
A DEVELOPER TOOL?
├── Open source? → Sponsorships + Premium features/hosting
├── Closed source? → Freemium SaaS or one-time purchase
└── CLI tool? → Pay-what-you-want + Pro tier
AN EDUCATIONAL RESOURCE?
├── Course/tutorial? → One-time purchase or membership
├── Reference site? → Sponsorships + Premium content
└── Interactive app? → Freemium with advanced features
A CONTENT SITE?
├── Technical blog? → Sponsorships + Newsletter premium tier
├── Showcase/portfolio? → Consulting leads + Sponsorships
└── Community site? → Membership + Sponsorships
| Tier | Price | What to Include |
|------|-------|-----------------|
| Free | $0 | Core functionality, usage limits, goal: get users hooked |
| Pro | $9-29/mo | Higher limits, no branding, priority support |
| Team | $49-199/mo | Admin controls, SSO, SLA guarantees |
Gate these: Usage volume, team features, white-labeling, advanced analytics
Never gate: Core functionality, security features, basics competitors offer free
Monthly visitors × $0.01-0.05 = Base sponsorship rate
Multipliers:
+ Developer audience (2-3x)
+ Niche focus (1.5-2x)
+ High engagement (1.5x)
| Platform | Best For | Notes |
|----------|----------|-------|
| GitHub Sponsors | Developers | Best for OSS |
| Buy Me a Coffee | Low friction | Quick setup |
| Ko-fi | Creators | No platform cut |
| Stripe Links | Direct | Lowest fees |
The Decoy Effect:
BASIC: $9 PRO: $29 (target) ENTERPRISE: $99 (decoy)
Price Anchoring:
❌ "Only $29/month!"
✅ "$49/month → $29/month (save 40%)"
Annual vs Monthly:
Monthly: $29/month | Annual: $19/month (billed $228/year)
Annual subscribers have 5x lower churn.
Symptom: Adding payments before product-market fit
Fix: Validate with free users first
Symptom: Pricing way below competitors
Fix: Price on value delivered, not competitor copying
Symptom: Adding features nobody asked for
Fix: Charge more for LESS but BETTER
Symptom: Building new revenue streams instead of optimizing existing
Fix: 2x conversion rate before adding new streams
Symptom: Free tier so limited it's useless
Fix: Users who never experience value never convert
Symptom: Relying only on organic traffic
Fix: Build list before you need it - foundation for everything
Symptom: Same price for hobbyists and enterprises
Fix: Segment pricing by use case and value
Symptom: Surprise fees after signup
Fix: Transparent pricing builds trust
Symptom: Focus on acquisition, not retention
Fix: Reducing churn 5% can increase profits 25-95%
Symptom: Undervaluing your work
Fix: Higher prices = better customers, higher expectations
| Stage | Monthly Revenue | Meaning |
|-------|-----------------|---------|
| Ramen Profitable | $2-5k | Can quit day job (barely) |
| Comfortable | $10-20k | Good indie income |
| Scaling | $50k+ | Time to consider hiring |
Reality check: Most indie projects earn $0-500/month. $2k/month = top 10%.
// See references/stripe-integration.md for complete guide
const session = await stripe.checkout.sessions.create({
mode: 'subscription',
line_items: [{ price: 'price_xxx', quantity: 1 }],
success_url: 'https://yoursite.com/success',
});
<a href="https://github.com/sponsors/yourusername">
<img src="https://img.shields.io/badge/Sponsor-💖-ea4aaa">
</a>
Day 0: Deliver lead magnet + welcome
Day 3: Best content piece
Day 7: Your story/why you built this
Day 14: Soft pitch
Day 21: Social proof
Day 30: Direct pitch with deadline
| File | Contents |
|------|----------|
| references/pricing-templates.md | HTML/CSS pricing page templates |
| references/email-sequences.md | Complete email sequence examples |
| references/stripe-integration.md | Full Stripe implementation guide |
Covers: Monetization Strategy | Pricing Psychology | Freemium | Sponsorships | Email Marketing
Use with: content-marketer (distribution) | web-design-expert (pricing pages) | product-strategist (positioning)
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store
NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.
Materials science toolkit. Crystal structures (CIF, POSCAR), phase diagrams, band structure, DOS, Materials Project integration, format conversion, for computational materials science.
Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.
Take curiositech/indie-monetization-strategist from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.