All activity
Alexleft a comment
Hey Product Hunt! 👋 I'm Alex, creator of catalyze. **Why I built this:** I was tired of writing the same docker-compose.yml for every new microservice. It took 30-60 minutes each time, and I kept making the same mistakes: • Forgetting healthchecks • Hardcoding passwords with $ that break YAML • Port conflicts ("port already in use" at 2 AM 😅) So I built catalyze to automate all of this....

CATALYZECreate production-ready Docker projects in 30 seconds
Tired of writing docker-compose.yml by hand? catalyze scaffolds complete Docker projects in 30 seconds.
✨ $ catalyze init
? Language: go/python/node
? Database: postgres
? Addons: redis
✅ Project created!
✨ $ catalyze dev
$ curl http://localhost:8081/health
{"status":"ok"}
Features:
• Go, Python (FastAPI), Node.js (Express)
• PostgreSQL + Redis pre-configured
• macOS / Linux / Windows binaries
• No installation — download & run
https://github.com/krasilovalex/catalyze-releases

CATALYZECreate production-ready Docker projects in 30 seconds
