CLAUDE.md Configs
Solopreneur Starter
A CLAUDE.md for solo devs who ship fast and fix later
// First 7 days
What can be running fast.
01
Get a ready-to-run system that replaces blank-page setup.
02
Ship a usable package with 4 included files and working structure.
03
Move from purchase to first setup in about 1 min.
// Included files
What is inside the package.
Description
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.
Upgrade path
- 01Start with this package and validate the workflow.
- 02Add specialized skills or bundles once the core system is stable.
- 03Use the community to sharpen positioning, demos, and feedback loops.
# 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 push// Community acceleration
Use the room after the purchase.
Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.
Related products
More from this shelf.
launch / Guard rails for teams that need PR reviews and audit trails
Enterprise Dev Config
Guard rails for teams that need PR reviews and audit trails
launch / A CLAUDE.md tuned for writing, editing, and publishing workflows
Content Creator Config
A CLAUDE.md tuned for writing, editing, and publishing workflows
launch / A CLAUDE.md for data science workflows with experiment tracking
Data Science Config
A CLAUDE.md for data science workflows with experiment tracking
launch / A CLAUDE.md for legal document drafting with precision standards
Legal Writing Config
A CLAUDE.md for legal document drafting with precision standards