Built a Visual Docker Compose Editor - Looking for Feedback!
Source: Dev.to
The Problem
- Forgetting the exact YAML syntax
- Spending hours debugging indentation issues
- Copy‑pasting configs and hoping they work
- Managing environment variables, volumes, and ports manually
The Solution
A visual, form‑based editor that:
- ✅ No YAML knowledge required
- ✅ See your YAML update in real‑time as you type
- ✅ Upload your
docker-compose.ymland edit it visually - ✅ Download your configuration as a ready‑to‑use YAML file
- ✅ No sign‑up required to try the editor
What I’ve Built (MVP)
Core Features
- Visual form‑based configuration
- Service templates (Nginx, PostgreSQL, Redis)
- Environment variables management
- Volume mapping
- Port configuration
- Health checks
- Resource limits (CPU/Memory)
- Service dependencies
- Multi‑service support
Try it here:
Why I’m Sharing This
This is an MVP and I’m looking for honest feedback from the community:
- Does this solve a real problem for you?
- What features are missing?
- What would make you actually use this?
- Any bugs or UX issues?
I’ve set up a quick waitlist for early access to future features (multi‑environment management, team collaboration, etc.), but the editor is 100 % free and functional right now—no sign‑up needed.
Tech Stack
- Angular 18
- Firebase (Firestore + Analytics)
- EmailJS (for contact form)
- Deployed on Vercel
What’s Next?
Based on your feedback, I’m planning:
- Multi‑service editing in one view
- Environment‑specific configurations
- Team collaboration features
- Integration with Docker Hub
- More service templates
Feedback
Drop a comment or DM me!
TL;DR: Built a visual Docker Compose editor because YAML is painful. It’s free, works now, and I’d love your feedback! 🚀