Santiago Gómez de la Torre Romero

sgomez-cli - The only CLI you need. Scaffold, Docker, CI, auth & more

One CLI to rule your dev workflow. 14 frameworks (React, Next, Vue, Svelte, Astro, Remix, Go, FastAPI...), Docker & CI generation, database setup, auth middleware, component scaffolding, all from your terminal. Open source. Zero config.

Add a comment

Replies

Best
Santiago Gómez de la Torre Romero
Hey Product Hunt! 👋 I built sgomez-cli because I was tired of: - Running 5 different npx create-* commands every week - Copy-pasting the same Dockerfile, GitHub Actions, and ESLint config into every project - Googling "Prisma setup" for the 50th time So I made one CLI that handles everything — from day 0 to production. What it does: - "sgomez init" interactive scaffolding with 14 frameworks (React, Next.js, Vue 3, Nuxt 3, SvelteKit, Astro, Remix, Angular, Express, NestJS, Hono, FastAPI, Django, Go) - "sgomez create my-app --next --ts --tailwind --docker --ci --git" one-liner for power users - "sgomez add docker" multi-stage Dockerfile + docker-compose with PostgreSQL & Redis - "sgomez add auth" JWT or session middleware for Express, Hono, or FastAPI - "sgomez add db" Prisma, Drizzle, Mongoose, or SQLAlchemy in seconds - "sgomez add test" Vitest, Jest, Playwright, or pytest configs - "sgomez add component UserCard" typed React/Vue/Svelte component - "sgomez add api users" full CRUD endpoint - "sgomez doctor" checks what dev tools you have installed It's fully open source (MIT), built with Node.js, Commander.js, and has 73 unit tests passing. I'm a solo developer and built this to save myself time. If it saves you 10 minutes a week, it was worth it. Would love your feedback. What frameworks or features should I add next?