Files
website/apps/docs-v2/content/docs/core/index.mdx
2024-11-09 21:15:20 -06:00

54 lines
1.5 KiB
Plaintext

---
title: Welcome to Dokploy
description: Dokploy is a open source alternative to Heroku, Vercel, and Netlify.
---
import { Card, Cards } from 'fumadocs-ui/components/card';
Dokploy is a stable, easy-to-use deployment solution designed to simplify the application management process. Think of Dokploy as your free self hostable alternative to platforms like Heroku, Vercel, and Netlify, leveraging the robustness of [Docker](https://www.docker.com/) and the flexibility of [Traefik](https://traefik.io/).
{/* <ImageZoom src="/logo.png" width={1300} height={630} alt='home og image' /> */}
![Logo](/logo.png)
## Why Choose Dokploy?
- **Simplicity:** Easy setup and management of deployments.
- **Flexibility:** Supports a wide range of applications and databases.
- **Open Source:** Free and open-source software, available for anyone to use.
## Setting up Dokploy
Getting started with Dokploy is straightforward. Follow our guides to install and configure your applications and databases effectively.
## Setting up
Please go to get started.
<Cards>
<Card
href="/docs/core/get-started/installation"
title="Installation"
description="Learn how to install Dokploy."
/>
<Card
href="/docs/core/application/overview"
title="Applications"
description="Learn how to deploy applications."
/>
<Card
href="/docs/core/databases/overview"
title="Databases"
description="Learn how to deploy databases."
/>
<Card
href="/docs/core/traefik/overview"
title="Traefik"
description="Learn how to deploy Traefik."
/>
</Cards>