diff --git a/submissions/examples/crt-scanline-55615/README.md b/submissions/examples/crt-scanline-55615/README.md
new file mode 100644
index 00000000000..ca24875fa55
--- /dev/null
+++ b/submissions/examples/crt-scanline-55615/README.md
@@ -0,0 +1,19 @@
+# Retro CRT Monitor Scanline & Flicker Overlay
+
+## What does this do?
+A highly stylized overlay component that gives any image, video, or container a retro 80s/90s CRT monitor vibe. It uses CSS `repeating-linear-gradient` for scanlines and subtle `opacity` keyframes for screen flicker.
+
+## How is it used?
+```html
+
+
+
> SYSTEM BOOT_
+
+```
+
+## Why does it fit EaseMotion CSS?
+It relies purely on the `::after` pseudo-element and `linear-gradient` backgrounds to draw scanlines without any heavy image assets. Combined with `pointer-events: none` and a lightweight opacity animation, it provides an incredible retro vibe while staying incredibly performant and CSS-only.
+
+## Tech Stack
+- HTML
+- CSS (No JavaScript)
diff --git a/submissions/examples/crt-scanline-55615/demo.html b/submissions/examples/crt-scanline-55615/demo.html
new file mode 100644
index 00000000000..2047df50380
--- /dev/null
+++ b/submissions/examples/crt-scanline-55615/demo.html
@@ -0,0 +1,50 @@
+
+
+
+
+
+ Retro CRT Scanline Demo
+
+
+
+
+