diff --git a/apps/website/app/dokploy-vs-coolify/layout.tsx b/apps/website/app/dokploy-vs-coolify/layout.tsx
new file mode 100644
index 0000000..323576e
--- /dev/null
+++ b/apps/website/app/dokploy-vs-coolify/layout.tsx
@@ -0,0 +1,16 @@
+import type { Metadata } from 'next'
+
+export const metadata: Metadata = {
+ title: 'Dokploy Vs. Coolify Comparison',
+ description:
+ 'Dokploy vs. Coolify at a glance: How to choose the right self-hosted open deployment option for your applications.',
+}
+
+export default function DokployVsCoolifyLayout({
+ children,
+}: {
+ children: React.ReactNode
+}) {
+ return <>{children}>
+}
+
diff --git a/apps/website/app/dokploy-vs-coolify/page.tsx b/apps/website/app/dokploy-vs-coolify/page.tsx
new file mode 100644
index 0000000..d5adce4
--- /dev/null
+++ b/apps/website/app/dokploy-vs-coolify/page.tsx
@@ -0,0 +1,465 @@
+'use client'
+
+import { CallToAction } from '@/components/CallToAction'
+import { Container } from '@/components/Container'
+import { StatsSection } from '@/components/stats'
+import { Testimonials } from '@/components/Testimonials'
+import { Check, X } from 'lucide-react'
+import Link from 'next/link'
+import { Button } from '@/components/ui/button'
+import { cn } from '@/lib/utils'
+import AnimatedGridPattern from '@/components/ui/animated-grid-pattern'
+
+export default function DokployVsCoolifyPage() {
+ return (
+
+
+ {/* Hero Section */}
+
+
+
+
+
+
+ Dokploy vs. Coolify
+
+
+ If you're looking for a self-hosted, open deployment
+ solution that lets you run applications on your own VPS
+ or hardware, Dokploy and Coolify are the two leading
+ options. But which should you choose?
+
+
+
+ {/* Quick Comparison */}
+
+
+
+ Dokploy
+
+
+ For a polished, intuitive, open deployment solution
+ with powerful automation, AI, monitoring and
+ integration features – designed for developers who
+ want control without complexity – choose Dokploy.
+
+
+
+
+ Coolify
+
+
+ For an open source deployment tool that's geared
+ toward indie devs and OSS hobbyists, with an
+ accessible, less polished approach that suits
+ individuals over businesses, choose Coolify.
+
+
+
+
+ {/* CTA */}
+
+
+ Unlock seamless deployments with Dokploy today
+
+
+
+
+
+
+
+
+
+ {/* Feature Comparison Table */}
+
+
+
+
+
+ Dokploy vs. Coolify at a glance
+
+
+ Read our comprehensive Coolify vs. Dokploy
+ features comparison before you make your decision.
+
+ Empower every team, from solo developers to enterprise
+ engineering squads, with a deployment platform built
+ for collaboration and control. Dokploy's organizational
+ and project structuring features make it simple for you
+ to managing users, permissions, and environments, while
+ its automation and monitoring tools scale seamlessly as
+ your team grows. Whether you're running one app or
+ hundreds, Dokploy adapts to your needs without adding
+ complexity.
+