diff --git a/docs/src/components/SubscriptionForm.astro b/docs/src/components/SubscriptionForm.astro
new file mode 100644
index 0000000..8128a54
--- /dev/null
+++ b/docs/src/components/SubscriptionForm.astro
@@ -0,0 +1,104 @@
+---
+import { Card } from '@astrojs/starlight/components';
+---
+
+
+
+
+
+
+
+
diff --git a/docs/src/content/docs/test/index.mdx b/docs/src/content/docs/test/index.mdx
new file mode 100644
index 0000000..caa4031
--- /dev/null
+++ b/docs/src/content/docs/test/index.mdx
@@ -0,0 +1,9 @@
+---
+title: Test
+description: Guide to checking out someone else's answer.
+sidebar:
+ order: 3
+---
+import SubscriptionForm from '../../../components/SubscriptionForm.astro'
+
+