diff --git a/apps/docs/src/components/Hero.astro b/apps/docs/src/components/Hero.astro
index b2ab8f0..0a7c8d8 100644
--- a/apps/docs/src/components/Hero.astro
+++ b/apps/docs/src/components/Hero.astro
@@ -33,7 +33,13 @@ const {
Read the docs →
-
+
+
+ Star on GitHub
+
+
See it in action
diff --git a/apps/docs/src/components/HowItWorks.astro b/apps/docs/src/components/HowItWorks.astro
new file mode 100644
index 0000000..2ea0527
--- /dev/null
+++ b/apps/docs/src/components/HowItWorks.astro
@@ -0,0 +1,139 @@
+---
+---
+
+ Dequel wraps raw Docker containers, Buildkit compilation, and Caddy reverse proxy routing in a single cohesive platform. No third-party APIs, no hidden fees, and zero vendor lock-in.
+
+ Run our installer script on any clean Debian/Ubuntu machine. Dequel boots its control plane, Redis task queue, and SQLite database inside a dedicated Docker network.
+
+ Dequel uses Railpack to analyze your source code (Git repo or ZIP upload), automatically detects the language, and compiles a containerized image via local Buildkit.
+
+ The internal Caddy engine dynamically reloads routes and automatically provisions SSL certificates via Let's Encrypt, mapping your domain directly to the app container.
+
+ Your own PaaS, running on your own servers.
+
+ Connect Your Server
+ Push Code, Detect Stack
+ Auto Routing & SSL
+