Production-ready starters for shipping software, with CI, security, release, and deployment paths pre-wired.
One fleet of 11 starters, organized by what you want to deploy. Each repo is the source of truth for its current CI, release, and package status.
| Starter | What it covers |
|---|---|
| docker-deploy-starter | Containerized app baseline with deploy workflows |
| mcp-server-starter | TypeScript MCP server baseline |
| python-mcp-server-starter | Python MCP server baseline |
| npm-package-starter | npm package baseline with trusted publishing workflows |
| browser-extension-starter | Browser extension baseline with store-release workflows |
| vscode-extension-starter | Editor extension baseline with marketplace workflows |
| discord-bot-starter | Chat bot baseline with deploy workflows |
| telegram-bot-starter | Chat bot baseline with polling and webhook modes |
| electron-app-starter | Desktop app baseline with packaging workflows |
| react-native-starter | Mobile app baseline with app-store workflows |
| cloudflare-pages-starter | Static site baseline with pages-deploy workflows |
gh repo create my-app --template starter-series/docker-deploy-starter --clone
cd my-appInstall or run the starter-series npm package (Node.js 22 or newer).
npx starter-series --help
# Inside an existing repository:
npx starter-series check
npx starter-series check --instructions| Tool | What it does |
|---|---|
| create-starter | Scaffolds starters and audits existing repos for release, CD, security, and instruction checks |
Use repo-local evidence rather than profile-page claims:
- Check each repo's README, package manifest, and
.github/workflows/directory for its current implementation surface. - Check the starter-series hub for the broader health table and org-audit notes.
- This profile intentionally avoids version, publish, CI-pass, and KPI claims that can drift.