v2.0 — 14 frameworks, one command

Stop configuring.Start shipping.

The developer toolkit that scaffolds, configures, and ships full-stack projects across JavaScript, Python, and Go — in seconds, not hours.

View on GitHub
~/projects
bash
0
Frameworks
0+
Add-ons
0
Commands
0
Ecosystems

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.

your terminal
sgomezcreatemy-app
1 options selected

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.

sgomez init
sgomez init
? What type of project?
● Fullstack (frontend + backend)
○ Frontend only
○ Backend only
? Frontend framework: Next.js
? Backend framework: Hono (Bun)
? Add TypeScript? Yes
? Add TailwindCSS? Yes
✔ Project scaffolded successfully
→ Open in VS Code? (Y/n)

Frameworks

Your stack. Covered.

Frontend, backend, or both. JavaScript, Python, Go. One tool speaks every language in your workflow.

React
Next.js
Vue
Nuxt
SvelteKit
Astro
Remix
Angular
Express
NestJS
Hono
FastAPI
Django
Go
React
Next.js
Vue
Nuxt
SvelteKit
Astro
Remix
Angular
Express
NestJS
Hono
FastAPI
Django
Go
Go
Django
FastAPI
Hono
NestJS
Express
Angular
Remix
Astro
SvelteKit
Nuxt
Vue
Next.js
React
Go
Django
FastAPI
Hono
NestJS
Express
Angular
Remix
Astro
SvelteKit
Nuxt
Vue
Next.js
React

Workflow

From idea to deploy
in three steps.

01
Scaffold
$sgomez create my-app --next --ts

Pick your stack. Get a complete project with the right structure, configs, and dependencies — not a bare-bones hello world.

02
Enhance
$sgomez add docker && sgomez add ci

Bolt on production infrastructure. Multi-stage Docker, CI pipelines, auth, databases — each auto-tailored to your detected stack.

03
Ship
$docker compose up -d

Every config is production-ready from the start. No "production TODO" comments. No placeholder configs. Push and go.

FAQ

Common questions.
Straight answers.

Stop wasting time
on project setup.

One install. Every framework. Every tool. Go from nothing to a production-ready codebase before your coffee gets cold.

Requires Node.js 18+. MIT licensed. Open source.