Stop configuring.Start shipping.
The developer toolkit that scaffolds, configures, and ships full-stack projects across JavaScript, Python, and Go — in seconds, not hours.
Features
Everything you need,
nothing you don't.
One command, full stack
Scaffold frontend + backend in a monorepo structure. Next.js + Hono? Vue + FastAPI? Done in one line.
Smart detection
Auto-detects your stack from package.json, tsconfig, and lockfiles. Every config is tailored to what you already have.
Production Docker
Multi-stage Dockerfiles with alpine images, docker-compose with PostgreSQL, Redis, and Nginx.
CI/CD pipelines
GitHub Actions and GitLab CI with matrix testing, linting, type-checking, Docker builds.
Auth middleware
JWT and session-based auth for Express, Hono, and FastAPI. Production patterns, not toys.
Database setup
Prisma, Drizzle, Mongoose, or SQLAlchemy — schema, migrations, and connection config auto-matched.
Testing from day one
Vitest, Jest, Playwright, or pytest. Config + example tests so you never start without coverage.
Works on existing projects
Run sgomez add in any directory to bolt on Docker, CI, auth, or testing to what you already have.
Try it
Build your command.
Watch it come alive.
Commands
Four commands.
Zero friction.
Multi-step guided setup. Pick frontend, backend, or fullstack. Choose your add-ons. Get a production-ready project in seconds.
Frameworks
Your stack. Covered.
Frontend, backend, or both. JavaScript, Python, Go. One tool speaks every language in your workflow.
Workflow
From idea to deploy
in three steps.
sgomez create my-app --next --tsPick your stack. Get a complete project with the right structure, configs, and dependencies — not a bare-bones hello world.
sgomez add docker && sgomez add ciBolt on production infrastructure. Multi-stage Docker, CI pipelines, auth, databases — each auto-tailored to your detected stack.
docker compose up -dEvery config is production-ready from the start. No "production TODO" comments. No placeholder configs. Push and go.
FAQ