# Welcome to compose_run

**compose_run** lets you deploy any `docker-compose.yml` on a managed European
infrastructure, without managing servers, reverse proxies, SSL certificates
or backups.

## Who is it for?

- **Solo developers & small teams** who want to ship fast without DevOps
- **Agencies** hosting client stacks
- **Side projects** that deserve better than an abandoned VPS

![what is in composerun](./welcome.png)

## What's next

import {
  Card,
  CardContent,
  CardDescription,
  CardFooter,
  CardHeader,
  CardTitle,
} from "zudoku/ui/Card";
import { Link } from "zudoku/components";

<div className="flex gap-10 flex-col md:flex-row flex-wrap">
    <Card className="w-[350px]">
        <CardHeader>
            <CardTitle>Deploy your first Docker Compose</CardTitle>
            <CardDescription>Ship your first project in 5 minutes</CardDescription>
        </CardHeader>
        <CardContent>
            
        </CardContent>
        <CardFooter className="flex justify-between">
            <Link to="/user-guide/quickstart"><Button>Ship your first app</Button></Link>
        </CardFooter>
    </Card>

    <Card className="w-[350px]">
        <CardHeader>
            <CardTitle>Core concepts</CardTitle>
            <CardDescription>Understand the core concepts of compose_run</CardDescription>
        </CardHeader>
        <CardContent>
            
        </CardContent>
        <CardFooter className="flex justify-between">
            <Button variant="outline">Learn core concepts</Button>
        </CardFooter>
    </Card>
</div>
→ [Quickstart](/user-guide/quickstart): deploy your first stack in 5 minutes
→ [Concepts](/user-guide/concepts): understand projects, stacks, deployments