Files
website/apps/docs-new/content/docs/core/index.mdx
Mauricio Siu 95682a01c2 feat: add new documentation and assets for the website
- Introduced new MDX components and configuration files for the documentation site.
- Added various images and icons to enhance the visual representation of the documentation.
- Updated package.json and pnpm-lock.yaml to include new dependencies for the documentation.
- Created a .gitignore file for the new docs app to manage ignored files effectively.
- Enhanced README with instructions for restarting the dev server after adding new MDX files.
2025-12-07 05:12:07 -06:00

55 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/installation"
title="Installation"
description="Learn how to install Dokploy."
/>
<Card
href="/docs/core/applications"
title="Applications"
description="Learn how to deploy applications."
/>
<Card
href="/docs/core/databases"
title="Databases"
description="Learn how to deploy databases."
/>
<Card
href="/docs/core/traefik/overview"
title="Traefik"
description="Learn how to deploy Traefik."
/>
</Cards>