Skip to content
Documentation

Everything you need to run an application here

Written for people who want to ship, not for people who enjoy reading manuals. Start with the quickstart; the rest is reference.

Quickstart

Five steps to production

Roughly ten minutes for a straightforward application, most of which is waiting for the first build.

  1. 1Sign in and create your first CloudContainer
  2. 2Authorise GitHub and select a repository and branch
  3. 3Add the environment variables your application expects
  4. 4Deploy — the build runs, the AI Security Review runs, the app goes live
  5. 5Point your domain and let the certificate issue itself
connecting to your managed services
# Injected into your application at runtime
DATABASE_URL=postgres://app:••••@db.internal:5432/acme

S3_ENDPOINT=https://s3.osl1.cloudcontainer.io
S3_BUCKET=acme-uploads
S3_ACCESS_KEY_ID=CC••••••••••••
S3_SECRET_ACCESS_KEY=••••••••••••••••

PORT=8080   # bind here; HTTPS is terminated for you
Standard PostgreSQL and a standard S3 endpoint. Your existing client libraries work without a vendor SDK.

Something missing from the docs?

Tell us what you were trying to do. Documentation gaps are treated as bugs.