ClipMarts

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 push

Installation Guide

1

Copy config to project root

cp solopreneur-starter/CLAUDE.md ./CLAUDE.md
2

Start Claude Code — config loads automatically

claude
Share
Files included4
Setup time1 min
Difficultybeginner

Tags

claude-mdsoloindiestarterfreetypescript