---
title: Deploying
description: Build, configure, and ship applications on Atlasflow.
order: 10
---

These guides cover the core workflows for shipping applications on Atlasflow, from your first deployment through builds, configuration, and monorepo layouts.

## In this section

- [Deploy Your First Project](/docs/guides/first-deployment.md): Push code and watch Atlasflow build, deploy, and serve your application.
- [Configuration Options](/docs/guides/configuration.md): Project settings, build paths, branches, and environment variables.
- [Environment Variables](/docs/guides/environment-variables.md): Configure build-time and runtime environment variables for your project.
- [Supported Frameworks](/docs/guides/supported-frameworks.md): How Atlasflow builds your app, with or without a Dockerfile.
- [Container Requirements](/docs/guides/container-requirements.md): Port, health check, and runtime requirements for Atlasflow deployments.
- [Build Machines](/docs/guides/build-machines.md): Choose compute resources for your deployment builds.
- [Monorepos](/docs/guides/monorepos.md): Deploy one or more applications from a single repository.
- [Redeploys](/docs/guides/redeploys.md): Trigger deployments manually without pushing a commit.

## Related


- [Domains & networking](/docs/networking.md): Custom domains, DNS, redirects, and regions for your Atlasflow apps.
- [Observability](/docs/observability.md): Build logs, runtime logs, and metrics for your deployments.