diff --git a/public/.well-known/fursona.json b/public/.well-known/fursona.json
new file mode 100644
index 0000000..cfb11ed
--- /dev/null
+++ b/public/.well-known/fursona.json
@@ -0,0 +1,20 @@
+{
+    "sonas": [
+        {
+            "name": "Timothy Vyper",
+            "pronouns": "He/Him",
+            "gender": "Male",
+            "species": "Fox",
+            "description": "My first fursona that I grew the cloest too, they are a fox that is black and red with lighter red markings.",
+            "ref": "https://files.hack13.me/images/refsheet.jpg",
+            "avatar": "https://files.hack13.me/images/icon-shade.png",
+            "colors": [
+                "#2F2F2F",
+                "#6C0007",
+                "#E30000",
+                "#A60000",
+                "#00C663"
+            ]
+        }
+    ]
+}
\ No newline at end of file
diff --git a/public/.well-known/nostr.json b/public/.well-known/nostr.json
new file mode 100644
index 0000000..0fddead
--- /dev/null
+++ b/public/.well-known/nostr.json
@@ -0,0 +1,12 @@
+{
+    "names": {
+      "hack13": "1c89a0202e237acca1625938f5218df57d1a2b6f6f56a05d36337f14479ea8fa"
+    },
+    "relays": {
+      "1c89a0202e237acca1625938f5218df57d1a2b6f6f56a05d36337f14479ea8fa": [
+        "wss://relay.damus.io",
+        "wss://relay.mostr.pub",
+        "wss://nos.lol"
+      ]
+    }
+  }
\ No newline at end of file