Go LogoGoZilla

CLI for Go developers

Stop wasting hours on boilerplate.
Start prototyping in minutes.

WITHOUT GOZILLA

  • 2+ hours setup
  • Copy-paste boilerplate
  • Manual DI wiring
  • Inconsistent structure

WITH GOZILLA

  • 3 commands, ready
  • Auto-generated code
  • Auto-wired modules
  • Clean Architecture
$ gocli new my-api

✓ Creating project structure...
✓ Setting up Clean Architecture...
✓ Configuring Gin framework...
✓ Setting up Docker & PostgreSQL...
✓ Generating example module (health)...
✓ Done!

$ cd my-api && make dev
🚀 Server running on http://localhost:8080

Why developers love GoZilla

Instant Setup

Full project in seconds. Docker, DB, tests ready.

Clean Architecture

Domain-driven design with clear layers and boundaries.

Auto Wiring

Dependencies injected automatically. Zero config.

Modular

Each feature is a self-contained module.

Test Ready

Unit tests generated with every module.

Multiple Frameworks

Gin, Fiber, Echo, Chi support. (coming soon)

From idea to API in 3 steps

1️⃣

Create project

$ gocli new my-api

Full structure ready

2️⃣

Generate modules

$ gocli g mod users $ gocli g mod products

CRUD + tests generated

3️⃣

Start coding

$ make dev

Server running ✓

Perfect for

Rapid Prototyping

Test your ideas in minutes, not hours

Learning Go

Start with solid architecture from day 1

Team Standards

Consistent structure across all projects

Side Projects

Ship faster without setup friction

What you get out of the box

my-api/
├── cmd/api/main.go
├── internal/
│   ├── domain/              # Shared domain
│   ├── infrastructure/
│   │   ├── database/
│   │   ├── http/
│   │   └── container/       # DI container
│   └── modules/
│       └── users/
│           ├── user.module.go    # Module DI ✨
│           ├── domain/
│           ├── application/
│           └── infra/
├── docker-compose.yaml
├── Makefile
└── README.md

Early feedback

"This is exactly what I needed when starting a new Go project"

Developer from waitlist

"Saved me hours on my last side project"

Developer from waitlist

"Finally, a proper way to structure Go projects"

Developer from waitlist

Get early access

Be the first to know when GoCLI launches.
Limited spots for beta testers.

Early access to all features
Influence the roadmap
Lifetime discount (when we launch paid tiers)

FAQ