diff --git a/docs/extras/controllers.md b/docs/extras/controllers.md
new file mode 100644
index 00000000..01701953
--- /dev/null
+++ b/docs/extras/controllers.md
@@ -0,0 +1,69 @@
+# Controllers
+
+!!! warning "Synopsis"
+
+ This guide provides a comprehensive overview of controllers commonly used for rhythm games, including detailed specifications and community recommendations.
+
+ Controllers are organized by game and ranked based on their popularity within the rhythm game community.
+
+ Each section includes both currently available controllers and legacy models that are no longer in production but remain relevant to the community.
+
+## BEMANI
+
+### beatmania IIDX
+
+!!! info "Lightning cabinets typically use SANWA buttons, 50g springs, 50g microswitches."
+
+??? tip "❤️ PHOENIXWAN+ LMT"
+
+
+

+
+
+ [**Product listing**](https://www.gamo2.com/en/index.php?dispatch=products.view&product_id=386){target="_blank"}
+ **Vendor**: [gamo2](https://www.gamo2.com/){target="_blank"}
+ **Price range**: $299 ~ $447.50 + Shipping
+ **Recommended setup**: $425 (SANWA 50g, Omron 50g, default LEDs)
+
+ This controller is widely considered the gold standard for IIDX controllers. With high-quality construction materials, a few spring and switch options, and an arcade-like textured turntable. The PHOENIXWAN's proven reliability makes it the top choice for both new and experienced players.
+
+
+
+
+??? tip "DX6TH"
+
+
+

+
+
+ [**Product listing**](https://yuancon.store/controller/IIDX){target="_blank"}
+ **Vendor**: [YuanCon](https://yuancon.store/){target="_blank"}
+ **Price range**: $209 ~ $334 + Shipping
+ **Recommended setup**: $334 (SANWA 50g, defaults)
+
+ The DX6TH is a good alternative to the PHOENIXWAN, offering decent build quality at a lower price point. However, its glossy acrylic turntable attracts dust and fingerprints easily, and doesn't match the premium feel of the PHOENIXWAN's LMT surface. Additionally, YuanCon's customer support can be lacking for international customers due to language barriers.
+
+
+
+
+### Sound Voltex
+
+### Pop'n Music
+
+### Dance Dance Revolution
+
+### Jubeat
+
+### GITADORA
+
+### NOSTALGIA
+
+## SEGA
+
+### CHUNITHM
+
+### maimai
+
+### O.N.G.E.K.I.
+
+### WACCA
\ No newline at end of file
diff --git a/docs/img/extras/controllers/iidx/gamo2_pwan.png b/docs/img/extras/controllers/iidx/gamo2_pwan.png
new file mode 100644
index 00000000..e93b17a0
Binary files /dev/null and b/docs/img/extras/controllers/iidx/gamo2_pwan.png differ
diff --git a/docs/img/extras/controllers/iidx/yuancon_dx6th.png b/docs/img/extras/controllers/iidx/yuancon_dx6th.png
new file mode 100644
index 00000000..d478c601
Binary files /dev/null and b/docs/img/extras/controllers/iidx/yuancon_dx6th.png differ
diff --git a/docs/style.css b/docs/style.css
index 07d00191..79ffc8ae 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -6,4 +6,15 @@
margin-left: auto;
margin-right: auto;
object-fit: contain;
+}
+
+.controller-flex {
+ display: flex;
+ align-items: center;
+ gap: 24px;
+ margin-bottom: 2em;
+}
+
+.controller-preview {
+ height: 300px !important;
}
\ No newline at end of file