diff --git a/README.md b/README.md
index 0bacb033392729f891a12977e87a58e636a04a0b..09bf3c9832087fa3a507ca940d6f84c3a5e927df 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,26 @@ CyanLight
 =========
 
 Simple `PT4115`-BreakoutBoard, initially designed for my special 490 nm LED but may also be used for generic projects
+
+
+`10W`
+-----
+
+Designed for the quadratic standard 10W LED modules. Running from at least 12V input voltage.
+
+![PCB rendering](doc/10W.png "PCB rendering")
+
+`HexPCB`
+--------
+
+Designed for the standard 3W single-chip high power LEDs. Running from 12V - 24V depending of LED's forward voltage.
+May be populated with up to 6 individual LEDs and contains `0805` footprints to bridge unpopulated LEDs with 0Ω resistors.
+
+![PCB rendering](doc/HexPCB.png "PCB rendering")
+
+`CyanLightControl`
+------------------
+
+`ESP32` powered companion board for `CyanLight`.
+
+![PCB rendering](doc/CyanLightControl.png "PCB rendering")
diff --git a/doc/10W.png b/doc/10W.png
new file mode 100644
index 0000000000000000000000000000000000000000..89fecce8cc322c467944987ca37277ba2bfc6e60
Binary files /dev/null and b/doc/10W.png differ
diff --git a/doc/CyanLightControl.png b/doc/CyanLightControl.png
new file mode 100644
index 0000000000000000000000000000000000000000..3d168ea55712b9da62a843b3664b6b79b0642adb
Binary files /dev/null and b/doc/CyanLightControl.png differ
diff --git a/doc/HexPCB.png b/doc/HexPCB.png
new file mode 100644
index 0000000000000000000000000000000000000000..83453fca5348a3c931049f0d811e0fbc45d30d88
Binary files /dev/null and b/doc/HexPCB.png differ