DevOpsForge: Visual Docker Compose builder with automated Caddy reverse proxy & HTTPS

Hi everyone,

I wanted to share a free, client-side tool I built called DevOpsForge to help developers spin up Docker stacks with Caddy as the default reverse proxy:

:backhand_index_pointing_right: Landing Page & Caddy Preset: Caddy Reverse Proxy with Docker Compose (Auto-SSL & HTTP/3) | DevOpsForge

Why I built it:

Many developers still default to complex Nginx setups simply because older tutorials use them. I wanted to make it effortless to generate production-ready Docker Compose files where Caddy handles automatic Let’s Encrypt / ZeroSSL TLS, HTTP/3, and reverse proxy routing out of the box.

Features:

  • Zero Backend / 100% Client-Side: Generates everything in-browser.
  • Auto-generated Caddyfile: Paired directly with the docker-compose.yml and mounted via volume.
  • Multi-service routing: Works seamlessly across Node.js, Laravel, Django, Spring Boot, PostgreSQL, MySQL, and Redis.
  • Exportable: One-click copy or download zip.

Would love feedback from the Caddy community on whether there are specific Caddyfile directives or snippets (like compression or logging blocks) you’d like to see included by default!