diff --git a/src/pages/recipe/new.astro b/src/pages/recipe/new.astro
new file mode 100644
index 0000000..02cf587
--- /dev/null
+++ b/src/pages/recipe/new.astro
@@ -0,0 +1,63 @@
+---
+import client from "@/data/pocketbase";
+import SiteLayout from "@/layouts/base";
+import ImageCarousel from "@/components/Detail/ImageCarousel";
+import IngredientTableView from "@/components/Detail/IngredientTableView";
+import StepView from "@/components/Detail/StepView";
+import InfoView from "@/components/Detail/InfoView";
+
+const { recipeid } = Astro.params;
+
+---
+
+
+
+
+
+
+
+ Image Upload
+
+
+
+
+
+
+
+
Ingredients
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file