About


Corgi is a Go CLI that simplifies microservices development. It runs databases in containers and services natively, auto-wires environments, seeds data, and clones repos. Supports 30+ databases including Postgres and MongoDB. One command for your entire stack.

I created Corgi to deal with local microservices stuff without wanting to pull my hair out. It’s just one command to get databases, env vars, and services running—no more frying my laptop. Wrote it in Go because it’s fast, and added the databases I actually use. I was so tired of spending hours messing with configs every time I started something new, and getting teammates set up was even worse. This has made things way easier for us, honestly. I put the whole story of why I bothered here if you’re interested: https://dev.to/andriiklymiuk/corgi-the-cli-that-tames-your-local-microservices-chaos-45nd
Let me know what you think if you feel like it!