diff --git a/submissions/examples/particle-burst-55617/README.md b/submissions/examples/particle-burst-55617/README.md
new file mode 100644
index 00000000000..de57b035553
--- /dev/null
+++ b/submissions/examples/particle-burst-55617/README.md
@@ -0,0 +1,16 @@
+# CSS-Only Particle Burst Button
+
+## What does this do?
+A button that shoots out a burst of "particles" or confetti when clicked. While this usually requires JavaScript, it can be achieved in pure CSS using the `:active` state and complex, multi-layered `box-shadow` animations that expand outward and fade.
+
+## How is it used?
+```html
+
+```
+
+## Why does it fit EaseMotion CSS?
+It relies entirely on the CSS `:active` pseudo-class and highly optimized `box-shadow` manipulations to create a gamified micro-interaction. It's extremely satisfying to click and delightfully avoids heavy canvas or DOM element injections for particles.
+
+## Tech Stack
+- HTML
+- CSS (No JavaScript)
diff --git a/submissions/examples/particle-burst-55617/demo.html b/submissions/examples/particle-burst-55617/demo.html
new file mode 100644
index 00000000000..11e3c503fb8
--- /dev/null
+++ b/submissions/examples/particle-burst-55617/demo.html
@@ -0,0 +1,23 @@
+
+
+