Your side project command center. Profiles every project, identifies what's blocking revenue, and generates actionable marketing/content/launch tickets that you or Claude agents can execute.
You can build MVPs all day. But none of them make money because the non-technical work never happens — landing pages, pricing, launch posts, content, outreach. Launchpad fixes that by treating marketing and launch tasks as first-class tickets, not afterthoughts.
- Scan your
~/codeprojects — auto-generates structured profiles with target customer, pain point, pricing model, and launch readiness - Generate tickets for the gaps — not code tickets, but marketing, content, and business tickets
- Sync to Linear — projects become Linear projects, tickets become issues, status stays in sync
- Execute — pick up tickets yourself or hand them to Claude agents
# Scan all projects (uses Claude to analyze each one)
./scripts/scan-projects.sh
# Scan a single project
./scripts/scan-projects.sh slabcheck
# Generate tickets from profiles
./scripts/generate-tickets.sh
# Push to Linear
export LINEAR_API_KEY=lin_api_...
export LINEAR_TEAM_ID=...
./scripts/linear-sync.shprojects/ Structured profiles for each side project
tickets/ open/ | in-progress/ | done/ — markdown tickets
playbooks/ Launch checklist, profile template, content patterns
content/ Generated marketing content by project
scripts/ Scanner, ticket generator, Linear sync
Each profile captures what code can't tell you:
- One-liner — what this does in 15 words
- Target customer — who specifically would pay
- Pain point — what they're doing today without this
- Monetization model — how this makes money
- Launch readiness — checklist of what's done vs. missing
- What's blocking launch — the honest answer
Tickets focus on the work developers skip:
- Marketing — landing page copy, social posts, launch announcements
- Content — blog posts, comparison articles, demo videos, SEO
- Business — pricing strategy, competitor analysis, user research
- Launch — Product Hunt prep, Reddit posts, community outreach
- Growth — email capture, analytics, feedback loops
- Obsidian — open this repo as a vault for visual browsing/editing
- Linear — bidirectional sync for team-style project management
- Claude Code — agents can read profiles and execute tickets autonomously