---
title: Introduction
description: Learn how to deploy and run the complete Reloop suite on your own infrastructure.
---
> For the complete documentation index, see [llms-docs.txt](/llms-docs.txt) or the site index [llms.txt](/llms.txt). Full docs corpus: [llms-full-docs.txt](/llms-full-docs.txt). Prefer markdown URLs (append `.md`) for agent consumption. Product skill: [skill.md](/skill.md).


Reloop is fully open-source and designed to be easily self-hosted on your own servers or cloud providers. By hosting Reloop yourself, you maintain complete ownership of your email data, templates, and analytics logs.

---

## Deployment Options

You can self-host Reloop in production using several approaches:

- **Docker Compose**: Recommended for small to medium deployments, staging environments, and single-instance setups.
- **Kubernetes**: Recommended for high-availability, auto-scaling production deployments.
- **Bare Metal / Virtual Machines**: For running the services directly using Bun/Node.js.

---

## Platform Deployments

Deployment templates and guides for popular cloud providers and self-hosted PaaS solutions are coming soon.

<CardGroup cols={3}>
  <Card title="Coolify" icon="siCoolify" href="/self-host/coolify">
    Deploy with one-click on Coolify self-hosted PaaS. (Coming Soon)
  </Card>
  <Card title="Dokploy" icon="siDocker" href="/self-host/dokploy">
    Easily deploy on your self-hosted Dokploy instance. (Coming Soon)
  </Card>
  <Card title="VPS" icon="server" href="/self-host/vps">
    Standard VPS deployment guides for Ubuntu, Debian, and more. (Coming Soon)
  </Card>
  <Card title="Vercel" icon="siVercel" href="/self-host/vercel">
    Deploy the frontend and serverless endpoints on Vercel. (Coming Soon)
  </Card>
  <Card title="Railway" icon="siRailway" href="/self-host/railway">
    Deploy the entire Reloop stack on Railway with one click. (Coming Soon)
  </Card>
  <Card title="Azure" icon="cloud" href="/self-host/azure">
    Enterprise-grade cloud deployment on Microsoft Azure. (Coming Soon)
  </Card>
  <Card title="Cloudflare" icon="siCloudflare" href="/self-host/cloudflare">
    Run the frontend and edge worker endpoints on Cloudflare. (Coming Soon)
  </Card>
  <Card title="Netlify" icon="siNetlify" href="/self-host/netlify">
    Deploy and host the web application on Netlify. (Coming Soon)
  </Card>
</CardGroup>
