Solo Unicorn Club logo

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.

CLAUDE.md
examples/next-js-setup.md
examples/python-setup.md
README.md

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.

claude-code

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.
PreviewCLAUDE.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 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.

Discuss implementation