diff --git a/bun.lockb b/bun.lockb
index 0b11a98..8a1585f 100755
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/package.json b/package.json
index ad5df25..1e740c4 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
"astro": "^4.16.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
+ "vee-validate": "^4.14.7",
"viem": "2",
"wagmi": "^2.13.4"
},
diff --git a/src/components/ContextCreate.vue b/src/components/ContextCreate.vue
new file mode 100644
index 0000000..de228a6
--- /dev/null
+++ b/src/components/ContextCreate.vue
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
diff --git a/src/components/DynamicForm.vue b/src/components/DynamicForm.vue
new file mode 100644
index 0000000..4c5931e
--- /dev/null
+++ b/src/components/DynamicForm.vue
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/components/Input.vue b/src/components/Input.vue
new file mode 100644
index 0000000..3a52c51
--- /dev/null
+++ b/src/components/Input.vue
@@ -0,0 +1,3 @@
+
+
+
diff --git a/src/pages/create-context.astro b/src/pages/create-context.astro
new file mode 100644
index 0000000..ac5a407
--- /dev/null
+++ b/src/pages/create-context.astro
@@ -0,0 +1,9 @@
+---
+import Default from "@/layouts/Default.astro"
+import ContextCreate from "@/components/ContextCreate.vue"
+---
+
+
+
+
+