Overview

Atlasflow Docs

View as Markdown

Learn how to deploy and run containerized applications on Atlasflow.

Atlasflow deploys your applications from GitHub. Connect a repository, push to your default branch, and Atlasflow builds a container image and runs it on Atlasflow infrastructure.

Every deployment gets a preview URL on *.atlasflow.dev. Add a custom domain when you're ready for production traffic.

Get started

New to Atlasflow? Start here.

Explore the docs

How Atlasflow works

Atlasflow clones your repository at the pushed commit, builds a container image from your Dockerfile (or auto-detects your stack), starts a microVM running the container, and routes HTTP and HTTPS traffic once it passes health checks. See How Atlasflow works for the full picture.