diff --git a/components/Gameplay/Sandbox/AlchemyUI.tsx b/components/Gameplay/Sandbox/AlchemyUI.tsx
new file mode 100644
index 00000000..4a55861d
--- /dev/null
+++ b/components/Gameplay/Sandbox/AlchemyUI.tsx
@@ -0,0 +1,17 @@
+import React from "react";
+
+export default function AlchemyUI() {
+ return (
+
+ );
+};
\ No newline at end of file
diff --git a/components/Modals/rover-interface.tsx b/components/Modals/rover-interface.tsx
index fe84db83..465258de 100644
--- a/components/Modals/rover-interface.tsx
+++ b/components/Modals/rover-interface.tsx
@@ -769,4 +769,4 @@ function ZoomOutIcon(props) {
)
-}
\ No newline at end of file
+};
\ No newline at end of file
diff --git a/pages/explore/play.tsx b/pages/explore/play.tsx
new file mode 100644
index 00000000..afd814ae
--- /dev/null
+++ b/pages/explore/play.tsx
@@ -0,0 +1,28 @@
+import React from "react";
+import AlchemyUI from "../../components/Gameplay/Sandbox/AlchemyUI";
+import Navigation from "../../components/_Core/Section/Navbar";
+
+export default function AlchemyPage() {
+ return (
+ <>
+
+
+
+ >
+ );
+};
\ No newline at end of file