Production-ready scaffolds for TypeScript, Python, and Go. AGENTS.md, conventional commits, GitHub Actions CI, and Dependabot baked in. One command, zero config.
Pick a starter, run one command, push to GitHub. The CI is already green.
TypeScript / Node starter with tsup, vitest, semantic-release, and TypeDoc. Publish-ready npm packages.
gh repo create my-lib --template oleg-koval/ts-npm-starter
Python starter using uv, ruff, ty, and pytest. Modern stack, src layout, ready for PyPI.
gh repo create my-lib --template oleg-koval/py-starter
Go starter with standard layout, golangci-lint, Makefile targets, and race-detector tests.
gh repo create my-app --template oleg-koval/go-starter
CLI scaffolding for production SaaS apps with Next.js, auth, payments, database, email.
npx saas-init my-saas
Every template ships with the same conventions, so you don't have to think.
Hand-written instructions for Claude Code, Codex, Cursor, and Copilot. Open standard.
Drives semantic versioning automatically. feat:, fix:, feat!: just work.
Tests, linting, and type-checking run on every PR. Matrix-tested on multiple language versions.
Weekly dependency updates. Both language deps and GitHub Actions stay current automatically.
Permissive license. Use it commercially. No strings attached.
Consistent formatting across VS Code, Cursor, JetBrains, and any editor that respects .editorconfig.