diff --git a/vue/vue-wagmi-siwx/.env.example b/vue/vue-wagmi-siwx/.env.example
new file mode 100644
index 0000000..557effb
--- /dev/null
+++ b/vue/vue-wagmi-siwx/.env.example
@@ -0,0 +1 @@
+VITE_PROJECT_ID=your_project_id
\ No newline at end of file
diff --git a/vue/vue-wagmi-siwx/.gitignore b/vue/vue-wagmi-siwx/.gitignore
new file mode 100644
index 0000000..bb586c6
--- /dev/null
+++ b/vue/vue-wagmi-siwx/.gitignore
@@ -0,0 +1,29 @@
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+lerna-debug.log*
+
+node_modules
+dist
+dist-ssr
+*.local
+
+# Editor directories and files
+.vscode/*
+!.vscode/extensions.json
+.idea
+.DS_Store
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?
+
+dist
+
+.env
+.vite
\ No newline at end of file
diff --git a/vue/vue-wagmi-siwx/README.md b/vue/vue-wagmi-siwx/README.md
new file mode 100644
index 0000000..d4d115a
--- /dev/null
+++ b/vue/vue-wagmi-siwx/README.md
@@ -0,0 +1,18 @@
+# Reown AppKit Example using wagmi (Vite + Vue)
+
+This is a [Vite](https://vitejs.dev) project together with Vue.
+
+## Usage
+
+1. Go to [Reown Cloud](https://cloud.reown.com) and create a new project.
+2. Copy your `Project ID`
+3. Rename `.env.example` to `.env` and paste your `Project ID` as the value for `VITE_PROJECT_ID`
+4. Run `pnpm install` to install dependencies
+5. Run `pnpm run dev` to start the development server
+
+## Resources
+
+- [Reown — Docs](https://docs.reown.com)
+- [Vite — GitHub](https://github.com/vitejs/vite)
+- [Vite — Docs](https://vitejs.dev/guide/)
+- [Vue - Docs](https://vuejs.org/guide/introduction)
diff --git a/vue/vue-wagmi-siwx/env.d.ts b/vue/vue-wagmi-siwx/env.d.ts
new file mode 100644
index 0000000..11f02fe
--- /dev/null
+++ b/vue/vue-wagmi-siwx/env.d.ts
@@ -0,0 +1 @@
+///
+ This projectId only works on localhost.
+ Go to Reown Cloud to get your own.
+
+Address: {{ accountInfo.address }} +caip Address: {{ accountInfo.caipAddress }} +Connected: {{ accountInfo.isConnected }} +Status: {{ accountInfo.status }} +User Email: {{ accountInfo?.embeddedWalletInfo?.user?.email }} ++
+Theme: {{ kitTheme.themeMode }} ++
+open: {{ state.open }} +selectedNetworkId: {{ state.selectedNetworkId }} ++
+Name: {{ walletInfo }}+
+