Solopreneur Starter
A CLAUDE.md for solo devs who ship fast and fix later
FreeFree StarterFor solo operators and evaluation
What is Solopreneur Starter?
A lightweight CLAUDE.md configuration for solo developers and indie hackers. Optimized for speed over ceremony: minimal PR process, fast commits, liberal use of TODOs, and pragmatic testing thresholds. Includes sensible defaults for TypeScript/Next.js projects with Vercel deployment.
Setup Time
1 min
Difficulty
Beginner
Works With
claude-code
What's Included
- CLAUDE.md
- examples/next-js-setup.md
- examples/python-setup.md
- README.md
Preview
CLAUDE.md
# CLAUDE.md — Solopreneur Starter
## Project Context
Solo developer, shipping fast. Optimize for speed, not ceremony.
## Commands
- `bun run dev` — development server
- `bun run build` — production build (must pass before deploy)
- `bun run lint` — lint check
## Code Style
- TypeScript strict mode, no `any` unless truly unavoidable
- Prefer async/await over .then() chains
- Functions under 30 lines, files under 200 lines
- TODOs are fine — prefix with TODO(reason): so they are greppable
## Git
- Commit often, messages in imperative mood
- No PR process — commit directly to main
- Run build before every pushInstallation Guide
1
Copy config to project root
cp solopreneur-starter/CLAUDE.md ./CLAUDE.md2
Start Claude Code — config loads automatically
claudeRelated Products
CLAUDE.md ConfigFree
HR Team Config
A CLAUDE.md for inclusive, policy-compliant HR communications
CLAUDE.md ConfigFree
Content Creator Config
A CLAUDE.md tuned for writing, editing, and publishing workflows
CLAUDE.md Config$9
Customer Success Config
A CLAUDE.md for proactive, retention-focused customer management
CLAUDE.md Config$9
Data Science Config
A CLAUDE.md for data science workflows with experiment tracking