DEV Community

Build your openclaw superstack under a minute

Anyone else running OpenClaw in production know the pain — every new project means
manually setting up Postgres, Qdrant, n8n, SearXNG, Browserless, and a bunch of other
companion services by hand. YAML wrangling, debugging container networking, hours gone.

I finally got tired of it and built a small open-source tool to solve this for myself.
You pick which services you need, configure your preferences, and it spits out a
production-ready docker-compose in seconds.

A few things it handles:

  • Instant provisioning of 100+ companion services
  • Skill packs pre-wired directly into your agents
  • Network isolation, persistent volumes, TLS-ready ingress out of the box
  • Fully open-source, no vendor lock-in

Curious if others have solved this differently — what's your current OpenClaw setup
look like? And if there are services you wish were supported that aren't, I'd love to
know what's missing.

(Link in comments)

Top comments (0)