<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: João Monteiro</title>
    <description>The latest articles on DEV Community by João Monteiro (@joaofcmont).</description>
    <link>https://dev.to/joaofcmont</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3656255%2F2d454244-0e5f-4eb8-946b-87e4f8d2ce88.jpeg</url>
      <title>DEV Community: João Monteiro</title>
      <link>https://dev.to/joaofcmont</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/joaofcmont"/>
    <language>en</language>
    <item>
      <title>Built a Visual Docker Compose Editor - Looking for Feedback!</title>
      <dc:creator>João Monteiro</dc:creator>
      <pubDate>Wed, 10 Dec 2025 22:38:22 +0000</pubDate>
      <link>https://dev.to/joaofcmont/built-a-visual-docker-compose-editor-looking-for-feedback-47k9</link>
      <guid>https://dev.to/joaofcmont/built-a-visual-docker-compose-editor-looking-for-feedback-47k9</guid>
      <description>&lt;p&gt;Hey&lt;/p&gt;

&lt;p&gt;I've been wrestling with Docker Compose YAML files for way too long, so I built something to make it easier, a visual editor that lets you build and manage multi-container Docker applications without the YAML headaches.&lt;/p&gt;

&lt;p&gt;The Problem&lt;/p&gt;

&lt;p&gt;We've all been there:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Forgetting the exact YAML syntax&lt;/li&gt;
&lt;li&gt;Spending hours debugging indentation issues&lt;/li&gt;
&lt;li&gt;Copy-pasting configs and hoping they work&lt;/li&gt;
&lt;li&gt;Managing environment variables, volumes, and ports manually&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The Solution&lt;/p&gt;

&lt;p&gt;A visual, form-based editor that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ No YAML knowledge required&lt;/li&gt;
&lt;li&gt;✅ See your YAML update in real-time as you type&lt;/li&gt;
&lt;li&gt;✅ Upload your docker-compose.yml and edit it visually&lt;/li&gt;
&lt;li&gt;✅ Download your configuration as a ready-to-use YAML file&lt;/li&gt;
&lt;li&gt;✅ No sign-up required to try the editor&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What I've Built (MVP)&lt;/p&gt;

&lt;p&gt;Core Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Visual form-based configuration&lt;/li&gt;
&lt;li&gt;Service templates (Nginx, PostgreSQL, Redis)&lt;/li&gt;
&lt;li&gt;Environment variables management&lt;/li&gt;
&lt;li&gt;Volume mapping&lt;/li&gt;
&lt;li&gt;Port configuration&lt;/li&gt;
&lt;li&gt;Health checks&lt;/li&gt;
&lt;li&gt;Resource limits (CPU/Memory)&lt;/li&gt;
&lt;li&gt;Service dependencies&lt;/li&gt;
&lt;li&gt;Multi-service support&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Try it here: &lt;a href="https://docker-compose-manager.vercel.app/" rel="noopener noreferrer"&gt;https://docker-compose-manager.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Why I'm Sharing This&lt;/p&gt;

&lt;p&gt;This is an MVP and I'm looking for honest feedback from the community:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does this solve a real problem for you?&lt;/li&gt;
&lt;li&gt;What features are missing?&lt;/li&gt;
&lt;li&gt;What would make you actually use this?&lt;/li&gt;
&lt;li&gt;Any bugs or UX issues?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Tech Stack&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Angular 18&lt;/li&gt;
&lt;li&gt;Firebase (Firestore + Analytics)&lt;/li&gt;
&lt;li&gt;EmailJS (for contact form)&lt;/li&gt;
&lt;li&gt;Deployed on Vercel&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What's Next?&lt;/p&gt;

&lt;p&gt;Based on your feedback, I'm planning:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Multi-service editing in one view&lt;/li&gt;
&lt;li&gt;Environment-specific configurations&lt;/li&gt;
&lt;li&gt;Team collaboration features&lt;/li&gt;
&lt;li&gt;Integration with Docker Hub&lt;/li&gt;
&lt;li&gt;More service templates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feedback: Drop a comment or DM me!&lt;/p&gt;

&lt;p&gt;TL;DR: Built a visual Docker Compose editor because YAML is painful. It's free, works now, and I'd love your feedback! 🚀&lt;/p&gt;

</description>
      <category>tooling</category>
      <category>showdev</category>
      <category>discuss</category>
      <category>docker</category>
    </item>
  </channel>
</rss>
