Deploy every app the same way
One command gives every app a consistent deployment path, a stable URL, and HTTPS.
Small software should be as easy to share with your colleagues as a Google Doc.
curl -fsSL https://compartment.dev/install.sh | sh -s -- --init-install Copy Compartment turns working code into software your team can use.
One command gives every app a consistent deployment path, a stable URL, and HTTPS.
Team access and permissions are built in—no auth implementation for every app.
Keep each app isolated, observable, and connected to the private systems it needs.
Big clouds were built for big software. Compartment is built for the small apps a team creates for itself.
Apps, scripts, agents, and workflows designed around the way a team actually works.
Install Compartment on your infrastructure, then deploy and share your app.
curl -fsSL https://compartment.dev/install.sh | sh -s -- --init-install Copy compartment init && compartment deploy Copy https://internal-app.instance.domain.com From the first deploy:
A running application A shareable internal URL SSO HTTPS and access control An isolated runtime Deployment logscurl -fsSL https://compartment.dev/install.sh | sh -s -- --init-install Copy