Pricing
Box
..with a secure + always-on Composery.
- Ready in a minute
- Privately hosted in Europe
- Sub-domain, DNS, and HTTPS
- Daily and manual snapshots
Self-hosted
Manage your own Composery.
- Runs anywhere, just like n8n
- Fully open-source, no lock-in
- Platform-specific hosting templates
- You might get a headache
Common questions
Is the paid version different from what I can self-host?
The editor is the same open-source product that you'd run yourself, but we just do all the complicated Dev-ops stuff to host it, so you don't have to worry about buying a domain, setting up DNS, securing your server, and so on.
Do I need an app to use it on my phone?
Composery runs in your phone's browser and the UI is built for touch - open your box URL and you're in. Add it to your home screen for an app icon and a fullscreen window. Native iOS and Android apps are on the way.
What if I break something?
You're free to experiment. Take a snapshot before a big change and roll back to it in one click, or reset the box to a clean slate whenever you want. You get a cap of 5 automatic and 5 manual snapshots per box.
How much control do I get over the OS?
Pretty much full control. It's a Debian system with passwordless sudo and systemd, so you can apt install packages, edit any file, and run services and cron jobs - and it all survives restarts. It runs as a container, so custom kernel modules are the one thing you can't do.
Can I run a dev server and open it in the browser?
Yes. Anything you run on a port shows up in the Ports panel and opens at your box URL under /proxy/3000/ - signed in as you, not open to the world. Direct ports aren't reachable from the internet: the box only accepts HTTPS on its own domain.
What does it take to self-host?
Not much - a machine that runs Docker and a volume to keep your data on. The repo ships ready-made setups for Fly, Render, Railway, Kubernetes, and any VPS, with even more platforms documented.