ScaffoldKit + DevKit Bundle

$45.00

Save $3 — ScaffoldKit + DevKit in one bundle.

Category:

Description

Stop piecing your dev setup together. Get the scaffolder and the environment starter pack in one purchase — and save $3.

The ScaffoldKit + DevKit Bundle pairs the two Ezra Labs developer tools that eliminate the most boring, error-prone parts of starting anything new: generating a production-ready project skeleton and configuring your local environment. One-time purchase, free updates, works on Linux, macOS, and Windows (WSL).

What’s in the bundle

Two tools that work together: ScaffoldKit (the CLI project scaffolder, $39 alone) and DevKit (the developer environment starter pack, $9 alone). Together they’re $45 — a $3 saving over buying them separately, with a single checkout.

ScaffoldKit: production-ready projects in under a second

ScaffoldKit generates complete, production-ready project directories for Python (FastAPI), Node.js (Express), and Go. Every scaffold ships with the boring infrastructure already configured and ready to run:

  • Multi-stage Dockerfile + docker-compose.yml with frontend, backend, and database services
  • GitHub Actions CI/CD — lint, test, build, and deploy on every push
  • Testing frameworks — Jest + Supertest (Node), pytest (Python), Go testing setup
  • Linting presets — ESLint, Prettier, ruff, golangci-lint — preconfigured
  • Environment files — .env.example, .env.development, .env.production
  • Makefile with common commands (test, lint, dev, build)
  • .editorconfig, .gitignore, README template
npm install -g @ezralabs/scaffoldkit
scaffoldkit init my-project --stack=fastapi
cd my-project
make dev

DevKit: your entire dev environment, one command

DevKit is the Developer Environment Starter Pack. One command sets up the tools you’d otherwise configure by hand on every new machine:

  • Terminal dotfiles — .bashrc, .zshrc, aliases, prompt customization
  • Git aliases — git-cleanup, git-sync, and shortcut commands for common workflows
  • Docker helpers — docker-cleanup, docker-prune, container management scripts
  • Project init scripts — quick scaffolding for common stacks

Why buy them together

ScaffoldKit answers “what’s the project structure?” and DevKit answers “what’s my environment?” — the two questions that slow down every new project. With the bundle, the workflow is: install DevKit once, then scaffoldkit init for every new repo. Your tooling stays consistent across machines and projects, which is exactly what a developer environment should be.

The math

  • ScaffoldKit alone: $39
  • DevKit alone: $9
  • Separately: $48
  • Bundle: $45 — save $3

Who this is for

Freelancers who spin up projects for clients. Engineers who set up a new laptop more than once a year. Small teams that want consistent, reproducible environments without a platform team. If you’ve ever copy-pasted a Dockerfile or re-created your .zshrc from memory, this bundle pays for itself in one setup.

More from the Ezra Labs shop

ScaffoldKit the scaffolder behind the bundle; DevKit the environment toolkit inside the bundle. Explore everything at the Ezra Labs shop.

Reviews

There are no reviews yet.

Be the first to review “ScaffoldKit + DevKit Bundle”

Your email address will not be published. Required fields are marked *