VibeHunt
Back to browse

sgomez-cli

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

Visit

sgomez-cli is a developer toolkit that generates full‑stack projects by combining a frontend framework such as React, Next.js, Vue, Nuxt, SvelteKit or Astro with a backend like Express, Hono, FastAPI, Django, or Go. A single command creates a monorepo structure, automatically detects the existing stack from configuration files, and adds production‑ready Dockerfiles, CI/CD pipelines, authentication middleware, database integration and testing setup. The tool also supports adding these components to an existing codebase, allowing developers to bolt on Docker, CI, auth or testing without recreating the project.

The CLI targets developers who want to accelerate initial project setup and reduce manual configuration across JavaScript, Python and Go ecosystems. It provides smart detection of package managers and lockfiles, generates multi‑stage Docker configurations with supporting services such as PostgreSQL, Redis and Nginx, and creates GitHub Actions or GitLab CI workflows that include linting, type‑checking and matrix testing. Authentication options include JWT and session‑based middleware for supported backends, while database layers are wired through Prisma, Drizzle, Mongoose or SQLAlchemy with schema and migration scaffolding.

Additional features include ready‑to‑run test suites using Vitest, Jest, Playwright or pytest, and a health‑check command that verifies the project’s configuration. The command set consists of four primary actions—init, create, add and doctor—cover

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps