Skip to content

Commit aecb1f3

Browse files
committed
feat: update robots.txt and add llms.txt for enhanced documentation
- Updated the sitemap in robots.ts to include a new llms.txt file. - Added llms.txt containing comprehensive documentation about Dokploy, including features, installation guides, and external resources.
1 parent 70acaf8 commit aecb1f3

2 files changed

Lines changed: 92 additions & 1 deletion

File tree

apps/website/app/robots.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export default function robots(): MetadataRoute.Robots {
66
userAgent: "*",
77
allow: "/",
88
},
9-
sitemap: "https://dokploy.com/sitemap.xml",
9+
sitemap: ["https://dokploy.com/sitemap.xml", "https://dokploy.com/llms.txt"],
1010
};
1111
}

apps/website/public/llms.txt

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
# Dokploy
2+
3+
> Dokploy is a self-hostable Platform as a Service (PaaS) that simplifies the deployment and management of applications and databases. The core product is open source and free to self-host, making it a compelling alternative to platforms like Heroku, Vercel, and Netlify. It is built on Docker and Traefik, and is available as a self-hosted installation or as a managed cloud product. Enterprise features—including SSO, fine-grained RBAC, audit logs, and white labelling—require a commercial licence. Dokploy is designed for individual developers, small teams, and large enterprises alike.
4+
5+
Dokploy lets teams deploy any application—using Nixpacks, Heroku Buildpacks, or a custom Dockerfile—alongside databases and Docker Compose stacks, across single or multiple servers. It supports Docker Swarm for clustering, real-time monitoring, automated backups, and granular role-based access control. AI-assisted deployments are supported via an MCP (Model Context Protocol) server, enabling AI agents and tools to interact with Dokploy directly.
6+
7+
Key facts:
8+
- Core product is open source (GitHub: github.com/dokploy/dokploy) with 26,000+ stars and 200+ contributors; enterprise features require a commercial licence
9+
- Over 6 million DockerHub downloads
10+
- Supports MySQL, PostgreSQL, MongoDB, MariaDB, and Redis with built-in backup management
11+
- Multi-server and Docker Swarm cluster support with zero-configuration setup
12+
- Enterprise features include SSO/SAML (Okta, Azure), fine-grained RBAC, audit logs, and white labelling
13+
- One-click templates for popular tools including Supabase, Cal.com, and PocketBase
14+
- Full REST API, CLI access, and Swagger documentation
15+
- Notifications via Slack, Discord, Telegram, email, and webhooks
16+
17+
## Docs
18+
19+
- [Welcome to Dokploy](https://docs.dokploy.com/docs/core): Overview, philosophy, and getting started
20+
- [Architecture](https://docs.dokploy.com/docs/core/architecture): How Dokploy's core components fit together
21+
- [Features](https://docs.dokploy.com/docs/core/features): Full feature list
22+
- [Installation](https://docs.dokploy.com/docs/core/installation): Install Dokploy on a server with a single command
23+
- [Manual Installation](https://docs.dokploy.com/docs/core/manual-installation): Step-by-step manual setup
24+
- [Applications](https://docs.dokploy.com/docs/core/applications): Deploy and manage applications
25+
- [Docker Compose](https://docs.dokploy.com/docs/core/docker-compose): Native Docker Compose support
26+
- [Databases](https://docs.dokploy.com/docs/core/databases): Deploy and manage databases
27+
- [Domains](https://docs.dokploy.com/docs/core/domains): Custom domain and SSL/TLS configuration
28+
- [Environment Variables](https://docs.dokploy.com/docs/core/variables): Manage environment variables across services
29+
- [Backups](https://docs.dokploy.com/docs/core/backups): Volume and database backup configuration
30+
- [Remote Servers](https://docs.dokploy.com/docs/core/remote-servers): Multi-server deployment setup
31+
- [Cluster (Docker Swarm)](https://docs.dokploy.com/docs/core/cluster): Scale with Docker Swarm
32+
- [Auto Deploy](https://docs.dokploy.com/docs/core/auto-deploy): Trigger deployments automatically via webhooks
33+
- [Schedule Jobs](https://docs.dokploy.com/docs/core/schedule-jobs): Scheduled tasks and cron jobs
34+
- [AI Assistant](https://docs.dokploy.com/docs/core/ai): AI-assisted deployment and MCP integration
35+
- [Multi-Tenancy](https://docs.dokploy.com/docs/core/multi-tenancy): Organisation and project isolation
36+
- [Monitoring](https://docs.dokploy.com/docs/core/monitoring): Real-time CPU, memory, and network metrics
37+
- [SSH Keys](https://docs.dokploy.com/docs/core/ssh-keys): Manage SSH key access
38+
- [Certificates](https://docs.dokploy.com/docs/core/certificates): TLS certificate management
39+
- [Registry](https://docs.dokploy.com/docs/core/registry): Docker registry configuration
40+
- [Troubleshooting](https://docs.dokploy.com/docs/core/troubleshooting): Common issues and fixes
41+
- [Dokploy Cloud vs Self-Hosted](https://docs.dokploy.com/docs/core/differences): Feature and operational differences
42+
43+
## Enterprise docs
44+
45+
- [Enterprise Introduction](https://docs.dokploy.com/docs/core/enterprise): Overview of enterprise capabilities
46+
- [License Keys](https://docs.dokploy.com/docs/core/enterprise/license-keys): Activating enterprise features
47+
- [SSO](https://docs.dokploy.com/docs/core/enterprise/sso): Single sign-on with Okta, Azure, and more
48+
- [Custom Roles](https://docs.dokploy.com/docs/core/enterprise/custom-roles): Fine-grained RBAC configuration
49+
- [Audit Logs](https://docs.dokploy.com/docs/core/enterprise/audit-logs): Track changes across your organisation
50+
- [White Labelling](https://docs.dokploy.com/docs/core/enterprise/whitelabeling): Brand Dokploy for your organisation or customers
51+
52+
## Product pages
53+
54+
- [Home](https://dokploy.com/): Product overview
55+
- [Application Deployment Platform](https://dokploy.com/features/application-deployment-platform): Deploy apps from any source
56+
- [Database Management](https://dokploy.com/features/database-management-tool): Manage and back up databases
57+
- [Deploy AI](https://dokploy.com/deploy-ai): Deploy AI-built apps in a governed sandbox with MCP, SSO, and multitenancy
58+
- [Self-Hosted PaaS](https://dokploy.com/self-hosted-paas): Run Dokploy on your own infrastructure
59+
- [Enterprise](https://dokploy.com/enterprise): Enterprise-grade features and support
60+
- [RBAC](https://dokploy.com/features/role-based-access-control): Role-based access control
61+
- [SSO](https://dokploy.com/features/single-sign-on): Single sign-on integrations
62+
- [Audit Logs](https://dokploy.com/features/audit-logs): Compliance and change tracking
63+
- [White Labelling](https://dokploy.com/features/white-labeling): Rebrand Dokploy for agency or reseller use
64+
65+
## Pricing
66+
67+
- [Pricing](https://dokploy.com/pricing): Hobby ($4.50/mo per server), Startup (from $15/mo), Enterprise (contact sales), and Agency plans. The core product is open source and free to self-host; enterprise features (SSO, fine-grained RBAC, audit logs, white labelling) require a commercial licence.
68+
69+
## Compare & learn
70+
71+
- [Dokploy vs Coolify](https://dokploy.com/dokploy-vs-coolify)
72+
- [Dokploy vs Portainer](https://dokploy.com/dokploy-vs-portainer)
73+
- [Dokploy vs CapRover](https://dokploy.com/dokploy-vs-caprover)
74+
- [Dokploy vs Dokku](https://dokploy.com/dokploy-vs-dokku)
75+
- [Feature Comparison](https://docs.dokploy.com/docs/core/comparison)
76+
77+
## Resources
78+
79+
- [Blog](https://dokploy.com/blog): Deployment guides and product updates
80+
- [Documentation](https://docs.dokploy.com/docs/core): Full technical documentation
81+
- [Guides: Cloudflare Tunnels](https://docs.dokploy.com/docs/core/guides/cloudflare-tunnels)
82+
- [Guides: EC2 Setup](https://docs.dokploy.com/docs/core/guides/ec2-instructions)
83+
- [Partners / Agency Programme](https://dokploy.com/partners)
84+
85+
## External pages
86+
87+
- [GitHub Repository](https://github.com/dokploy/dokploy): Source code, issues, and contributions
88+
- [Discord Community](https://discord.gg/2tBnJ3jDJc): Community support
89+
- [X / Twitter](https://x.com/getdokploy): Product updates
90+
- [Careers](https://dokploy.com/jobs): Open roles at Dokploy
91+
- [Contact / Sales](https://dokploy.com/contact): Enterprise and agency enquiries

0 commit comments

Comments
 (0)