diff --git a/examples/privy-next-farcaster/.env.sample b/examples/privy-next-farcaster/.env.sample deleted file mode 100644 index bdb9541..0000000 --- a/examples/privy-next-farcaster/.env.sample +++ /dev/null @@ -1,7 +0,0 @@ -# required -NEXT_PUBLIC_PRIVY_APP_ID= - -# optional -NEXT_PUBLIC_PRIVY_CLIENT_ID= -NEXT_PUBLIC_PRIVY_SIGNER_ID= -NEXT_PUBLIC_NEYNAR_KEY= \ No newline at end of file diff --git a/examples/privy-next-session-keys/.env.sample b/examples/privy-next-session-keys/.env.sample deleted file mode 100644 index 95a1980..0000000 --- a/examples/privy-next-session-keys/.env.sample +++ /dev/null @@ -1,8 +0,0 @@ -# required -NEXT_PUBLIC_PRIVY_APP_ID= -NEXT_PUBLIC_ZERODEV_RPC= # zerodev paymaster/bundler rpc url (required) - -# optional -NEXT_PUBLIC_PRIVY_CLIENT_ID= -NEXT_PUBLIC_PRIVY_SIGNER_ID= - diff --git a/examples/privy-next-cross-app-connect/.gitignore b/features-and-integrations/privy-next-cross-app-connect/.gitignore similarity index 100% rename from examples/privy-next-cross-app-connect/.gitignore rename to features-and-integrations/privy-next-cross-app-connect/.gitignore diff --git a/examples/privy-next-cross-app-connect/LICENSE b/features-and-integrations/privy-next-cross-app-connect/LICENSE similarity index 100% rename from examples/privy-next-cross-app-connect/LICENSE rename to features-and-integrations/privy-next-cross-app-connect/LICENSE diff --git a/examples/privy-next-cross-app-connect/README.md b/features-and-integrations/privy-next-cross-app-connect/README.md similarity index 100% rename from examples/privy-next-cross-app-connect/README.md rename to features-and-integrations/privy-next-cross-app-connect/README.md diff --git a/examples/privy-next-cross-app-connect/eslint.config.mjs b/features-and-integrations/privy-next-cross-app-connect/eslint.config.mjs similarity index 100% rename from examples/privy-next-cross-app-connect/eslint.config.mjs rename to features-and-integrations/privy-next-cross-app-connect/eslint.config.mjs diff --git a/examples/privy-next-cross-app-connect/next.config.ts b/features-and-integrations/privy-next-cross-app-connect/next.config.ts similarity index 100% rename from examples/privy-next-cross-app-connect/next.config.ts rename to features-and-integrations/privy-next-cross-app-connect/next.config.ts diff --git a/examples/privy-next-cross-app-connect/package.json b/features-and-integrations/privy-next-cross-app-connect/package.json similarity index 100% rename from examples/privy-next-cross-app-connect/package.json rename to features-and-integrations/privy-next-cross-app-connect/package.json diff --git a/examples/privy-next-cross-app-connect/pnpm-lock.yaml b/features-and-integrations/privy-next-cross-app-connect/pnpm-lock.yaml similarity index 100% rename from examples/privy-next-cross-app-connect/pnpm-lock.yaml rename to features-and-integrations/privy-next-cross-app-connect/pnpm-lock.yaml diff --git a/examples/privy-next-cross-app-connect/postcss.config.mjs b/features-and-integrations/privy-next-cross-app-connect/postcss.config.mjs similarity index 100% rename from examples/privy-next-cross-app-connect/postcss.config.mjs rename to features-and-integrations/privy-next-cross-app-connect/postcss.config.mjs diff --git a/examples/privy-next-cross-app-connect/renovate.json b/features-and-integrations/privy-next-cross-app-connect/renovate.json similarity index 100% rename from examples/privy-next-cross-app-connect/renovate.json rename to features-and-integrations/privy-next-cross-app-connect/renovate.json diff --git a/examples/privy-next-cross-app-connect/src/app/favicon.ico b/features-and-integrations/privy-next-cross-app-connect/src/app/favicon.ico similarity index 100% rename from examples/privy-next-cross-app-connect/src/app/favicon.ico rename to features-and-integrations/privy-next-cross-app-connect/src/app/favicon.ico diff --git a/examples/privy-next-cross-app-connect/src/app/globals.css b/features-and-integrations/privy-next-cross-app-connect/src/app/globals.css similarity index 100% rename from examples/privy-next-cross-app-connect/src/app/globals.css rename to features-and-integrations/privy-next-cross-app-connect/src/app/globals.css diff --git a/examples/privy-next-cross-app-connect/src/app/layout.tsx b/features-and-integrations/privy-next-cross-app-connect/src/app/layout.tsx similarity index 100% rename from examples/privy-next-cross-app-connect/src/app/layout.tsx rename to features-and-integrations/privy-next-cross-app-connect/src/app/layout.tsx diff --git a/examples/privy-next-cross-app-connect/src/app/page.tsx b/features-and-integrations/privy-next-cross-app-connect/src/app/page.tsx similarity index 100% rename from examples/privy-next-cross-app-connect/src/app/page.tsx rename to features-and-integrations/privy-next-cross-app-connect/src/app/page.tsx diff --git a/examples/privy-next-cross-app-connect/src/components/reusables/section.tsx b/features-and-integrations/privy-next-cross-app-connect/src/components/reusables/section.tsx similarity index 100% rename from examples/privy-next-cross-app-connect/src/components/reusables/section.tsx rename to features-and-integrations/privy-next-cross-app-connect/src/components/reusables/section.tsx diff --git a/examples/privy-next-cross-app-connect/src/components/sections/wagmi-actions.tsx b/features-and-integrations/privy-next-cross-app-connect/src/components/sections/wagmi-actions.tsx similarity index 100% rename from examples/privy-next-cross-app-connect/src/components/sections/wagmi-actions.tsx rename to features-and-integrations/privy-next-cross-app-connect/src/components/sections/wagmi-actions.tsx diff --git a/examples/privy-next-cross-app-connect/src/components/ui/badge.tsx b/features-and-integrations/privy-next-cross-app-connect/src/components/ui/badge.tsx similarity index 100% rename from examples/privy-next-cross-app-connect/src/components/ui/badge.tsx rename to features-and-integrations/privy-next-cross-app-connect/src/components/ui/badge.tsx diff --git a/examples/privy-next-cross-app-connect/src/components/ui/custom-toast.tsx b/features-and-integrations/privy-next-cross-app-connect/src/components/ui/custom-toast.tsx similarity index 100% rename from examples/privy-next-cross-app-connect/src/components/ui/custom-toast.tsx rename to features-and-integrations/privy-next-cross-app-connect/src/components/ui/custom-toast.tsx diff --git a/examples/privy-next-cross-app-connect/src/components/ui/fullscreen-loader.tsx b/features-and-integrations/privy-next-cross-app-connect/src/components/ui/fullscreen-loader.tsx similarity index 100% rename from examples/privy-next-cross-app-connect/src/components/ui/fullscreen-loader.tsx rename to features-and-integrations/privy-next-cross-app-connect/src/components/ui/fullscreen-loader.tsx diff --git a/examples/privy-next-cross-app-connect/src/components/ui/header.tsx b/features-and-integrations/privy-next-cross-app-connect/src/components/ui/header.tsx similarity index 100% rename from examples/privy-next-cross-app-connect/src/components/ui/header.tsx rename to features-and-integrations/privy-next-cross-app-connect/src/components/ui/header.tsx diff --git a/examples/privy-next-cross-app-connect/src/components/ui/privy-logo.tsx b/features-and-integrations/privy-next-cross-app-connect/src/components/ui/privy-logo.tsx similarity index 100% rename from examples/privy-next-cross-app-connect/src/components/ui/privy-logo.tsx rename to features-and-integrations/privy-next-cross-app-connect/src/components/ui/privy-logo.tsx diff --git a/examples/privy-next-cross-app-connect/src/providers/config.ts b/features-and-integrations/privy-next-cross-app-connect/src/providers/config.ts similarity index 100% rename from examples/privy-next-cross-app-connect/src/providers/config.ts rename to features-and-integrations/privy-next-cross-app-connect/src/providers/config.ts diff --git a/examples/privy-next-cross-app-connect/src/providers/providers.tsx b/features-and-integrations/privy-next-cross-app-connect/src/providers/providers.tsx similarity index 100% rename from examples/privy-next-cross-app-connect/src/providers/providers.tsx rename to features-and-integrations/privy-next-cross-app-connect/src/providers/providers.tsx diff --git a/examples/privy-next-cross-app-connect/tailwind.config.js b/features-and-integrations/privy-next-cross-app-connect/tailwind.config.js similarity index 100% rename from examples/privy-next-cross-app-connect/tailwind.config.js rename to features-and-integrations/privy-next-cross-app-connect/tailwind.config.js diff --git a/examples/privy-next-cross-app-connect/tsconfig.json b/features-and-integrations/privy-next-cross-app-connect/tsconfig.json similarity index 100% rename from examples/privy-next-cross-app-connect/tsconfig.json rename to features-and-integrations/privy-next-cross-app-connect/tsconfig.json diff --git a/examples/privy-next-cross-app-provider/.gitignore b/features-and-integrations/privy-next-cross-app-provider/.gitignore similarity index 100% rename from examples/privy-next-cross-app-provider/.gitignore rename to features-and-integrations/privy-next-cross-app-provider/.gitignore diff --git a/examples/privy-next-cross-app-provider/LICENSE b/features-and-integrations/privy-next-cross-app-provider/LICENSE similarity index 100% rename from examples/privy-next-cross-app-provider/LICENSE rename to features-and-integrations/privy-next-cross-app-provider/LICENSE diff --git a/examples/privy-next-cross-app-provider/README.md b/features-and-integrations/privy-next-cross-app-provider/README.md similarity index 100% rename from examples/privy-next-cross-app-provider/README.md rename to features-and-integrations/privy-next-cross-app-provider/README.md diff --git a/examples/privy-next-cross-app-provider/eslint.config.mjs b/features-and-integrations/privy-next-cross-app-provider/eslint.config.mjs similarity index 100% rename from examples/privy-next-cross-app-provider/eslint.config.mjs rename to features-and-integrations/privy-next-cross-app-provider/eslint.config.mjs diff --git a/examples/privy-next-cross-app-provider/next.config.ts b/features-and-integrations/privy-next-cross-app-provider/next.config.ts similarity index 100% rename from examples/privy-next-cross-app-provider/next.config.ts rename to features-and-integrations/privy-next-cross-app-provider/next.config.ts diff --git a/examples/privy-next-cross-app-provider/package.json b/features-and-integrations/privy-next-cross-app-provider/package.json similarity index 100% rename from examples/privy-next-cross-app-provider/package.json rename to features-and-integrations/privy-next-cross-app-provider/package.json diff --git a/examples/privy-next-cross-app-provider/pnpm-lock.yaml b/features-and-integrations/privy-next-cross-app-provider/pnpm-lock.yaml similarity index 100% rename from examples/privy-next-cross-app-provider/pnpm-lock.yaml rename to features-and-integrations/privy-next-cross-app-provider/pnpm-lock.yaml diff --git a/examples/privy-next-cross-app-provider/postcss.config.mjs b/features-and-integrations/privy-next-cross-app-provider/postcss.config.mjs similarity index 100% rename from examples/privy-next-cross-app-provider/postcss.config.mjs rename to features-and-integrations/privy-next-cross-app-provider/postcss.config.mjs diff --git a/examples/privy-next-cross-app-provider/renovate.json b/features-and-integrations/privy-next-cross-app-provider/renovate.json similarity index 100% rename from examples/privy-next-cross-app-provider/renovate.json rename to features-and-integrations/privy-next-cross-app-provider/renovate.json diff --git a/examples/privy-next-cross-app-provider/src/app/auth/page.tsx b/features-and-integrations/privy-next-cross-app-provider/src/app/auth/page.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/app/auth/page.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/app/auth/page.tsx diff --git a/examples/privy-next-cross-app-provider/src/app/connect/page.tsx b/features-and-integrations/privy-next-cross-app-provider/src/app/connect/page.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/app/connect/page.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/app/connect/page.tsx diff --git a/examples/privy-next-cross-app-provider/src/app/favicon.ico b/features-and-integrations/privy-next-cross-app-provider/src/app/favicon.ico similarity index 100% rename from examples/privy-next-cross-app-provider/src/app/favicon.ico rename to features-and-integrations/privy-next-cross-app-provider/src/app/favicon.ico diff --git a/examples/privy-next-cross-app-provider/src/app/globals.css b/features-and-integrations/privy-next-cross-app-provider/src/app/globals.css similarity index 100% rename from examples/privy-next-cross-app-provider/src/app/globals.css rename to features-and-integrations/privy-next-cross-app-provider/src/app/globals.css diff --git a/examples/privy-next-cross-app-provider/src/app/layout.tsx b/features-and-integrations/privy-next-cross-app-provider/src/app/layout.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/app/layout.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/app/layout.tsx diff --git a/examples/privy-next-cross-app-provider/src/app/oauth/transact/page.tsx b/features-and-integrations/privy-next-cross-app-provider/src/app/oauth/transact/page.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/app/oauth/transact/page.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/app/oauth/transact/page.tsx diff --git a/examples/privy-next-cross-app-provider/src/app/page.tsx b/features-and-integrations/privy-next-cross-app-provider/src/app/page.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/app/page.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/app/page.tsx diff --git a/examples/privy-next-cross-app-provider/src/app/transact/page.tsx b/features-and-integrations/privy-next-cross-app-provider/src/app/transact/page.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/app/transact/page.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/app/transact/page.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/reusables/section.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/reusables/section.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/reusables/section.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/reusables/section.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/sections/create-a-wallet.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/sections/create-a-wallet.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/sections/create-a-wallet.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/sections/create-a-wallet.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/sections/fund-wallet.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/sections/fund-wallet.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/sections/fund-wallet.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/sections/fund-wallet.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/sections/link-accounts.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/sections/link-accounts.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/sections/link-accounts.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/sections/link-accounts.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/sections/mfa.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/sections/mfa.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/sections/mfa.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/sections/mfa.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/sections/ready-for-cross-app-requests.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/sections/ready-for-cross-app-requests.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/sections/ready-for-cross-app-requests.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/sections/ready-for-cross-app-requests.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/sections/session-signers.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/sections/session-signers.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/sections/session-signers.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/sections/session-signers.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/sections/unlink-accounts.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/sections/unlink-accounts.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/sections/unlink-accounts.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/sections/unlink-accounts.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/sections/user-object.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/sections/user-object.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/sections/user-object.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/sections/user-object.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/sections/wallet-actions.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/sections/wallet-actions.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/sections/wallet-actions.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/sections/wallet-actions.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/sections/wallet-management.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/sections/wallet-management.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/sections/wallet-management.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/sections/wallet-management.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/ui/badge.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/ui/badge.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/ui/badge.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/ui/badge.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/ui/custom-toast.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/ui/custom-toast.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/ui/custom-toast.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/ui/custom-toast.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/ui/fullscreen-loader.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/ui/fullscreen-loader.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/ui/fullscreen-loader.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/ui/fullscreen-loader.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/ui/header.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/ui/header.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/ui/header.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/ui/header.tsx diff --git a/examples/privy-next-cross-app-provider/src/components/ui/privy-logo.tsx b/features-and-integrations/privy-next-cross-app-provider/src/components/ui/privy-logo.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/components/ui/privy-logo.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/components/ui/privy-logo.tsx diff --git a/examples/privy-next-cross-app-provider/src/providers/providers.tsx b/features-and-integrations/privy-next-cross-app-provider/src/providers/providers.tsx similarity index 100% rename from examples/privy-next-cross-app-provider/src/providers/providers.tsx rename to features-and-integrations/privy-next-cross-app-provider/src/providers/providers.tsx diff --git a/examples/privy-next-cross-app-provider/tailwind.config.js b/features-and-integrations/privy-next-cross-app-provider/tailwind.config.js similarity index 100% rename from examples/privy-next-cross-app-provider/tailwind.config.js rename to features-and-integrations/privy-next-cross-app-provider/tailwind.config.js diff --git a/examples/privy-next-cross-app-provider/tsconfig.json b/features-and-integrations/privy-next-cross-app-provider/tsconfig.json similarity index 100% rename from examples/privy-next-cross-app-provider/tsconfig.json rename to features-and-integrations/privy-next-cross-app-provider/tsconfig.json diff --git a/examples/privy-next-farcaster-mini-app/.env.example b/features-and-integrations/privy-next-farcaster-mini-app/.env.example similarity index 100% rename from examples/privy-next-farcaster-mini-app/.env.example rename to features-and-integrations/privy-next-farcaster-mini-app/.env.example diff --git a/examples/privy-next-farcaster-mini-app/.gitignore b/features-and-integrations/privy-next-farcaster-mini-app/.gitignore similarity index 100% rename from examples/privy-next-farcaster-mini-app/.gitignore rename to features-and-integrations/privy-next-farcaster-mini-app/.gitignore diff --git a/examples/privy-next-farcaster-mini-app/LICENSE b/features-and-integrations/privy-next-farcaster-mini-app/LICENSE similarity index 100% rename from examples/privy-next-farcaster-mini-app/LICENSE rename to features-and-integrations/privy-next-farcaster-mini-app/LICENSE diff --git a/examples/privy-next-farcaster-mini-app/README.md b/features-and-integrations/privy-next-farcaster-mini-app/README.md similarity index 100% rename from examples/privy-next-farcaster-mini-app/README.md rename to features-and-integrations/privy-next-farcaster-mini-app/README.md diff --git a/examples/privy-next-farcaster-mini-app/eslint.config.mjs b/features-and-integrations/privy-next-farcaster-mini-app/eslint.config.mjs similarity index 100% rename from examples/privy-next-farcaster-mini-app/eslint.config.mjs rename to features-and-integrations/privy-next-farcaster-mini-app/eslint.config.mjs diff --git a/examples/privy-next-farcaster-mini-app/next.config.ts b/features-and-integrations/privy-next-farcaster-mini-app/next.config.ts similarity index 100% rename from examples/privy-next-farcaster-mini-app/next.config.ts rename to features-and-integrations/privy-next-farcaster-mini-app/next.config.ts diff --git a/examples/privy-next-farcaster-mini-app/package.json b/features-and-integrations/privy-next-farcaster-mini-app/package.json similarity index 100% rename from examples/privy-next-farcaster-mini-app/package.json rename to features-and-integrations/privy-next-farcaster-mini-app/package.json diff --git a/examples/privy-next-farcaster-mini-app/pnpm-lock.yaml b/features-and-integrations/privy-next-farcaster-mini-app/pnpm-lock.yaml similarity index 100% rename from examples/privy-next-farcaster-mini-app/pnpm-lock.yaml rename to features-and-integrations/privy-next-farcaster-mini-app/pnpm-lock.yaml diff --git a/examples/privy-next-farcaster-mini-app/postcss.config.mjs b/features-and-integrations/privy-next-farcaster-mini-app/postcss.config.mjs similarity index 100% rename from examples/privy-next-farcaster-mini-app/postcss.config.mjs rename to features-and-integrations/privy-next-farcaster-mini-app/postcss.config.mjs diff --git a/examples/privy-next-farcaster-mini-app/public/BG.svg b/features-and-integrations/privy-next-farcaster-mini-app/public/BG.svg similarity index 100% rename from examples/privy-next-farcaster-mini-app/public/BG.svg rename to features-and-integrations/privy-next-farcaster-mini-app/public/BG.svg diff --git a/examples/privy-next-farcaster-mini-app/public/fonts/ABCFavorit-Medium.woff2 b/features-and-integrations/privy-next-farcaster-mini-app/public/fonts/ABCFavorit-Medium.woff2 similarity index 100% rename from examples/privy-next-farcaster-mini-app/public/fonts/ABCFavorit-Medium.woff2 rename to features-and-integrations/privy-next-farcaster-mini-app/public/fonts/ABCFavorit-Medium.woff2 diff --git a/examples/privy-next-farcaster-mini-app/public/fonts/InterVariable.ttf b/features-and-integrations/privy-next-farcaster-mini-app/public/fonts/InterVariable.ttf similarity index 100% rename from examples/privy-next-farcaster-mini-app/public/fonts/InterVariable.ttf rename to features-and-integrations/privy-next-farcaster-mini-app/public/fonts/InterVariable.ttf diff --git a/examples/privy-next-farcaster-mini-app/public/opengraph-image.png b/features-and-integrations/privy-next-farcaster-mini-app/public/opengraph-image.png similarity index 100% rename from examples/privy-next-farcaster-mini-app/public/opengraph-image.png rename to features-and-integrations/privy-next-farcaster-mini-app/public/opengraph-image.png diff --git a/examples/privy-next-farcaster-mini-app/public/privy-favicon.png b/features-and-integrations/privy-next-farcaster-mini-app/public/privy-favicon.png similarity index 100% rename from examples/privy-next-farcaster-mini-app/public/privy-favicon.png rename to features-and-integrations/privy-next-farcaster-mini-app/public/privy-favicon.png diff --git a/examples/privy-next-farcaster-mini-app/public/privy-logo-black.png b/features-and-integrations/privy-next-farcaster-mini-app/public/privy-logo-black.png similarity index 100% rename from examples/privy-next-farcaster-mini-app/public/privy-logo-black.png rename to features-and-integrations/privy-next-farcaster-mini-app/public/privy-logo-black.png diff --git a/examples/privy-next-farcaster-mini-app/public/privy-logo-white.png b/features-and-integrations/privy-next-farcaster-mini-app/public/privy-logo-white.png similarity index 100% rename from examples/privy-next-farcaster-mini-app/public/privy-logo-white.png rename to features-and-integrations/privy-next-farcaster-mini-app/public/privy-logo-white.png diff --git a/examples/privy-next-farcaster-mini-app/renovate.json b/features-and-integrations/privy-next-farcaster-mini-app/renovate.json similarity index 100% rename from examples/privy-next-farcaster-mini-app/renovate.json rename to features-and-integrations/privy-next-farcaster-mini-app/renovate.json diff --git a/examples/privy-next-farcaster-mini-app/src/app/.well-known/farcaster.json/route.ts b/features-and-integrations/privy-next-farcaster-mini-app/src/app/.well-known/farcaster.json/route.ts similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/app/.well-known/farcaster.json/route.ts rename to features-and-integrations/privy-next-farcaster-mini-app/src/app/.well-known/farcaster.json/route.ts diff --git a/examples/privy-next-farcaster-mini-app/src/app/favicon.ico b/features-and-integrations/privy-next-farcaster-mini-app/src/app/favicon.ico similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/app/favicon.ico rename to features-and-integrations/privy-next-farcaster-mini-app/src/app/favicon.ico diff --git a/examples/privy-next-farcaster-mini-app/src/app/globals.css b/features-and-integrations/privy-next-farcaster-mini-app/src/app/globals.css similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/app/globals.css rename to features-and-integrations/privy-next-farcaster-mini-app/src/app/globals.css diff --git a/examples/privy-next-farcaster-mini-app/src/app/layout.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/app/layout.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/app/layout.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/app/layout.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/app/page.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/app/page.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/app/page.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/app/page.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/components/reusables/section.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/components/reusables/section.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/components/reusables/section.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/components/reusables/section.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/components/sections/create-a-wallet.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/create-a-wallet.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/components/sections/create-a-wallet.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/create-a-wallet.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/components/sections/fund-wallet.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/fund-wallet.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/components/sections/fund-wallet.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/fund-wallet.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/components/sections/link-accounts.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/link-accounts.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/components/sections/link-accounts.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/link-accounts.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/components/sections/mfa.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/mfa.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/components/sections/mfa.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/mfa.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/components/sections/session-signers.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/session-signers.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/components/sections/session-signers.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/session-signers.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/components/sections/unlink-accounts.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/unlink-accounts.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/components/sections/unlink-accounts.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/unlink-accounts.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/components/sections/user-object.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/user-object.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/components/sections/user-object.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/user-object.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/components/sections/wallet-actions.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/wallet-actions.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/components/sections/wallet-actions.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/wallet-actions.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/components/sections/wallet-management.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/wallet-management.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/components/sections/wallet-management.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/components/sections/wallet-management.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/components/ui/badge.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/components/ui/badge.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/components/ui/badge.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/components/ui/badge.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/components/ui/custom-toast.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/components/ui/custom-toast.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/components/ui/custom-toast.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/components/ui/custom-toast.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/components/ui/fullscreen-loader.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/components/ui/fullscreen-loader.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/components/ui/fullscreen-loader.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/components/ui/fullscreen-loader.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/components/ui/header.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/components/ui/header.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/components/ui/header.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/components/ui/header.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/components/ui/privy-logo.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/components/ui/privy-logo.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/components/ui/privy-logo.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/components/ui/privy-logo.tsx diff --git a/examples/privy-next-farcaster-mini-app/src/providers/providers.tsx b/features-and-integrations/privy-next-farcaster-mini-app/src/providers/providers.tsx similarity index 100% rename from examples/privy-next-farcaster-mini-app/src/providers/providers.tsx rename to features-and-integrations/privy-next-farcaster-mini-app/src/providers/providers.tsx diff --git a/examples/privy-next-farcaster-mini-app/tailwind.config.js b/features-and-integrations/privy-next-farcaster-mini-app/tailwind.config.js similarity index 100% rename from examples/privy-next-farcaster-mini-app/tailwind.config.js rename to features-and-integrations/privy-next-farcaster-mini-app/tailwind.config.js diff --git a/examples/privy-next-farcaster-mini-app/tsconfig.json b/features-and-integrations/privy-next-farcaster-mini-app/tsconfig.json similarity index 100% rename from examples/privy-next-farcaster-mini-app/tsconfig.json rename to features-and-integrations/privy-next-farcaster-mini-app/tsconfig.json diff --git a/examples/privy-next-farcaster/.gitignore b/features-and-integrations/privy-next-farcaster/.gitignore similarity index 100% rename from examples/privy-next-farcaster/.gitignore rename to features-and-integrations/privy-next-farcaster/.gitignore diff --git a/examples/privy-next-farcaster/LICENSE b/features-and-integrations/privy-next-farcaster/LICENSE similarity index 100% rename from examples/privy-next-farcaster/LICENSE rename to features-and-integrations/privy-next-farcaster/LICENSE diff --git a/examples/privy-next-farcaster/README.md b/features-and-integrations/privy-next-farcaster/README.md similarity index 100% rename from examples/privy-next-farcaster/README.md rename to features-and-integrations/privy-next-farcaster/README.md diff --git a/examples/privy-next-farcaster/eslint.config.mjs b/features-and-integrations/privy-next-farcaster/eslint.config.mjs similarity index 100% rename from examples/privy-next-farcaster/eslint.config.mjs rename to features-and-integrations/privy-next-farcaster/eslint.config.mjs diff --git a/examples/privy-next-farcaster/next.config.ts b/features-and-integrations/privy-next-farcaster/next.config.ts similarity index 100% rename from examples/privy-next-farcaster/next.config.ts rename to features-and-integrations/privy-next-farcaster/next.config.ts diff --git a/examples/privy-next-farcaster/package.json b/features-and-integrations/privy-next-farcaster/package.json similarity index 100% rename from examples/privy-next-farcaster/package.json rename to features-and-integrations/privy-next-farcaster/package.json diff --git a/examples/privy-next-farcaster/pnpm-lock.yaml b/features-and-integrations/privy-next-farcaster/pnpm-lock.yaml similarity index 100% rename from examples/privy-next-farcaster/pnpm-lock.yaml rename to features-and-integrations/privy-next-farcaster/pnpm-lock.yaml diff --git a/examples/privy-next-farcaster/postcss.config.mjs b/features-and-integrations/privy-next-farcaster/postcss.config.mjs similarity index 100% rename from examples/privy-next-farcaster/postcss.config.mjs rename to features-and-integrations/privy-next-farcaster/postcss.config.mjs diff --git a/examples/privy-next-farcaster/public/BG.svg b/features-and-integrations/privy-next-farcaster/public/BG.svg similarity index 100% rename from examples/privy-next-farcaster/public/BG.svg rename to features-and-integrations/privy-next-farcaster/public/BG.svg diff --git a/examples/privy-next-farcaster/public/fonts/ABCFavorit-Medium.woff2 b/features-and-integrations/privy-next-farcaster/public/fonts/ABCFavorit-Medium.woff2 similarity index 100% rename from examples/privy-next-farcaster/public/fonts/ABCFavorit-Medium.woff2 rename to features-and-integrations/privy-next-farcaster/public/fonts/ABCFavorit-Medium.woff2 diff --git a/examples/privy-next-farcaster/public/fonts/InterVariable.ttf b/features-and-integrations/privy-next-farcaster/public/fonts/InterVariable.ttf similarity index 100% rename from examples/privy-next-farcaster/public/fonts/InterVariable.ttf rename to features-and-integrations/privy-next-farcaster/public/fonts/InterVariable.ttf diff --git a/examples/privy-next-farcaster/renovate.json b/features-and-integrations/privy-next-farcaster/renovate.json similarity index 100% rename from examples/privy-next-farcaster/renovate.json rename to features-and-integrations/privy-next-farcaster/renovate.json diff --git a/examples/privy-next-farcaster/src/app/favicon.ico b/features-and-integrations/privy-next-farcaster/src/app/favicon.ico similarity index 100% rename from examples/privy-next-farcaster/src/app/favicon.ico rename to features-and-integrations/privy-next-farcaster/src/app/favicon.ico diff --git a/examples/privy-next-farcaster/src/app/globals.css b/features-and-integrations/privy-next-farcaster/src/app/globals.css similarity index 100% rename from examples/privy-next-farcaster/src/app/globals.css rename to features-and-integrations/privy-next-farcaster/src/app/globals.css diff --git a/examples/privy-next-farcaster/src/app/layout.tsx b/features-and-integrations/privy-next-farcaster/src/app/layout.tsx similarity index 100% rename from examples/privy-next-farcaster/src/app/layout.tsx rename to features-and-integrations/privy-next-farcaster/src/app/layout.tsx diff --git a/examples/privy-next-farcaster/src/app/page.tsx b/features-and-integrations/privy-next-farcaster/src/app/page.tsx similarity index 100% rename from examples/privy-next-farcaster/src/app/page.tsx rename to features-and-integrations/privy-next-farcaster/src/app/page.tsx diff --git a/examples/privy-next-farcaster/src/components/reusables/accordion.tsx b/features-and-integrations/privy-next-farcaster/src/components/reusables/accordion.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/reusables/accordion.tsx rename to features-and-integrations/privy-next-farcaster/src/components/reusables/accordion.tsx diff --git a/examples/privy-next-farcaster/src/components/reusables/section.tsx b/features-and-integrations/privy-next-farcaster/src/components/reusables/section.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/reusables/section.tsx rename to features-and-integrations/privy-next-farcaster/src/components/reusables/section.tsx diff --git a/examples/privy-next-farcaster/src/components/sections/create-a-wallet.tsx b/features-and-integrations/privy-next-farcaster/src/components/sections/create-a-wallet.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/sections/create-a-wallet.tsx rename to features-and-integrations/privy-next-farcaster/src/components/sections/create-a-wallet.tsx diff --git a/examples/privy-next-farcaster/src/components/sections/farcaster.tsx b/features-and-integrations/privy-next-farcaster/src/components/sections/farcaster.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/sections/farcaster.tsx rename to features-and-integrations/privy-next-farcaster/src/components/sections/farcaster.tsx diff --git a/examples/privy-next-farcaster/src/components/sections/fund-wallet.tsx b/features-and-integrations/privy-next-farcaster/src/components/sections/fund-wallet.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/sections/fund-wallet.tsx rename to features-and-integrations/privy-next-farcaster/src/components/sections/fund-wallet.tsx diff --git a/examples/privy-next-farcaster/src/components/sections/link-accounts.tsx b/features-and-integrations/privy-next-farcaster/src/components/sections/link-accounts.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/sections/link-accounts.tsx rename to features-and-integrations/privy-next-farcaster/src/components/sections/link-accounts.tsx diff --git a/examples/privy-next-farcaster/src/components/sections/mfa.tsx b/features-and-integrations/privy-next-farcaster/src/components/sections/mfa.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/sections/mfa.tsx rename to features-and-integrations/privy-next-farcaster/src/components/sections/mfa.tsx diff --git a/examples/privy-next-farcaster/src/components/sections/session-signers.tsx b/features-and-integrations/privy-next-farcaster/src/components/sections/session-signers.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/sections/session-signers.tsx rename to features-and-integrations/privy-next-farcaster/src/components/sections/session-signers.tsx diff --git a/examples/privy-next-farcaster/src/components/sections/unlink-accounts.tsx b/features-and-integrations/privy-next-farcaster/src/components/sections/unlink-accounts.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/sections/unlink-accounts.tsx rename to features-and-integrations/privy-next-farcaster/src/components/sections/unlink-accounts.tsx diff --git a/examples/privy-next-farcaster/src/components/sections/user-object.tsx b/features-and-integrations/privy-next-farcaster/src/components/sections/user-object.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/sections/user-object.tsx rename to features-and-integrations/privy-next-farcaster/src/components/sections/user-object.tsx diff --git a/examples/privy-next-farcaster/src/components/sections/wallet-actions.tsx b/features-and-integrations/privy-next-farcaster/src/components/sections/wallet-actions.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/sections/wallet-actions.tsx rename to features-and-integrations/privy-next-farcaster/src/components/sections/wallet-actions.tsx diff --git a/examples/privy-next-farcaster/src/components/sections/wallet-management.tsx b/features-and-integrations/privy-next-farcaster/src/components/sections/wallet-management.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/sections/wallet-management.tsx rename to features-and-integrations/privy-next-farcaster/src/components/sections/wallet-management.tsx diff --git a/examples/privy-next-farcaster/src/components/ui/badge.tsx b/features-and-integrations/privy-next-farcaster/src/components/ui/badge.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/ui/badge.tsx rename to features-and-integrations/privy-next-farcaster/src/components/ui/badge.tsx diff --git a/examples/privy-next-farcaster/src/components/ui/custom-toast.tsx b/features-and-integrations/privy-next-farcaster/src/components/ui/custom-toast.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/ui/custom-toast.tsx rename to features-and-integrations/privy-next-farcaster/src/components/ui/custom-toast.tsx diff --git a/examples/privy-next-farcaster/src/components/ui/fullscreen-loader.tsx b/features-and-integrations/privy-next-farcaster/src/components/ui/fullscreen-loader.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/ui/fullscreen-loader.tsx rename to features-and-integrations/privy-next-farcaster/src/components/ui/fullscreen-loader.tsx diff --git a/examples/privy-next-farcaster/src/components/ui/header.tsx b/features-and-integrations/privy-next-farcaster/src/components/ui/header.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/ui/header.tsx rename to features-and-integrations/privy-next-farcaster/src/components/ui/header.tsx diff --git a/examples/privy-next-farcaster/src/components/ui/privy-logo.tsx b/features-and-integrations/privy-next-farcaster/src/components/ui/privy-logo.tsx similarity index 100% rename from examples/privy-next-farcaster/src/components/ui/privy-logo.tsx rename to features-and-integrations/privy-next-farcaster/src/components/ui/privy-logo.tsx diff --git a/examples/privy-next-farcaster/src/providers/providers.tsx b/features-and-integrations/privy-next-farcaster/src/providers/providers.tsx similarity index 100% rename from examples/privy-next-farcaster/src/providers/providers.tsx rename to features-and-integrations/privy-next-farcaster/src/providers/providers.tsx diff --git a/examples/privy-next-farcaster/tailwind.config.js b/features-and-integrations/privy-next-farcaster/tailwind.config.js similarity index 100% rename from examples/privy-next-farcaster/tailwind.config.js rename to features-and-integrations/privy-next-farcaster/tailwind.config.js diff --git a/examples/privy-next-farcaster/tsconfig.json b/features-and-integrations/privy-next-farcaster/tsconfig.json similarity index 100% rename from examples/privy-next-farcaster/tsconfig.json rename to features-and-integrations/privy-next-farcaster/tsconfig.json diff --git a/examples/privy-next-fiat-onramp/.env.local.example b/features-and-integrations/privy-next-fiat-onramp/.env.local.example similarity index 100% rename from examples/privy-next-fiat-onramp/.env.local.example rename to features-and-integrations/privy-next-fiat-onramp/.env.local.example diff --git a/examples/privy-next-fiat-onramp/.gitignore b/features-and-integrations/privy-next-fiat-onramp/.gitignore similarity index 100% rename from examples/privy-next-fiat-onramp/.gitignore rename to features-and-integrations/privy-next-fiat-onramp/.gitignore diff --git a/examples/privy-next-fiat-onramp/README.md b/features-and-integrations/privy-next-fiat-onramp/README.md similarity index 100% rename from examples/privy-next-fiat-onramp/README.md rename to features-and-integrations/privy-next-fiat-onramp/README.md diff --git a/examples/privy-next-fiat-onramp/components/.keep b/features-and-integrations/privy-next-fiat-onramp/components/.keep similarity index 100% rename from examples/privy-next-fiat-onramp/components/.keep rename to features-and-integrations/privy-next-fiat-onramp/components/.keep diff --git a/examples/privy-next-fiat-onramp/components/graphics/LoginGraphic.tsx b/features-and-integrations/privy-next-fiat-onramp/components/graphics/LoginGraphic.tsx similarity index 100% rename from examples/privy-next-fiat-onramp/components/graphics/LoginGraphic.tsx rename to features-and-integrations/privy-next-fiat-onramp/components/graphics/LoginGraphic.tsx diff --git a/examples/privy-next-fiat-onramp/components/graphics/PortalGraphic.tsx b/features-and-integrations/privy-next-fiat-onramp/components/graphics/PortalGraphic.tsx similarity index 100% rename from examples/privy-next-fiat-onramp/components/graphics/PortalGraphic.tsx rename to features-and-integrations/privy-next-fiat-onramp/components/graphics/PortalGraphic.tsx diff --git a/examples/privy-next-fiat-onramp/components/logo.tsx b/features-and-integrations/privy-next-fiat-onramp/components/logo.tsx similarity index 100% rename from examples/privy-next-fiat-onramp/components/logo.tsx rename to features-and-integrations/privy-next-fiat-onramp/components/logo.tsx diff --git a/examples/privy-next-fiat-onramp/components/navbar.tsx b/features-and-integrations/privy-next-fiat-onramp/components/navbar.tsx similarity index 100% rename from examples/privy-next-fiat-onramp/components/navbar.tsx rename to features-and-integrations/privy-next-fiat-onramp/components/navbar.tsx diff --git a/examples/privy-next-fiat-onramp/components/onramp.tsx b/features-and-integrations/privy-next-fiat-onramp/components/onramp.tsx similarity index 100% rename from examples/privy-next-fiat-onramp/components/onramp.tsx rename to features-and-integrations/privy-next-fiat-onramp/components/onramp.tsx diff --git a/examples/privy-next-fiat-onramp/extensions.json b/features-and-integrations/privy-next-fiat-onramp/extensions.json similarity index 100% rename from examples/privy-next-fiat-onramp/extensions.json rename to features-and-integrations/privy-next-fiat-onramp/extensions.json diff --git a/examples/privy-next-fiat-onramp/next-env.d.ts b/features-and-integrations/privy-next-fiat-onramp/next-env.d.ts similarity index 100% rename from examples/privy-next-fiat-onramp/next-env.d.ts rename to features-and-integrations/privy-next-fiat-onramp/next-env.d.ts diff --git a/examples/privy-next-fiat-onramp/next.config.js b/features-and-integrations/privy-next-fiat-onramp/next.config.js similarity index 100% rename from examples/privy-next-fiat-onramp/next.config.js rename to features-and-integrations/privy-next-fiat-onramp/next.config.js diff --git a/examples/privy-next-fiat-onramp/package-lock.json b/features-and-integrations/privy-next-fiat-onramp/package-lock.json similarity index 100% rename from examples/privy-next-fiat-onramp/package-lock.json rename to features-and-integrations/privy-next-fiat-onramp/package-lock.json diff --git a/examples/privy-next-fiat-onramp/package.json b/features-and-integrations/privy-next-fiat-onramp/package.json similarity index 100% rename from examples/privy-next-fiat-onramp/package.json rename to features-and-integrations/privy-next-fiat-onramp/package.json diff --git a/examples/privy-next-fiat-onramp/pages/_app.tsx b/features-and-integrations/privy-next-fiat-onramp/pages/_app.tsx similarity index 100% rename from examples/privy-next-fiat-onramp/pages/_app.tsx rename to features-and-integrations/privy-next-fiat-onramp/pages/_app.tsx diff --git a/examples/privy-next-fiat-onramp/pages/api/users/me.ts b/features-and-integrations/privy-next-fiat-onramp/pages/api/users/me.ts similarity index 100% rename from examples/privy-next-fiat-onramp/pages/api/users/me.ts rename to features-and-integrations/privy-next-fiat-onramp/pages/api/users/me.ts diff --git a/examples/privy-next-fiat-onramp/pages/home.tsx b/features-and-integrations/privy-next-fiat-onramp/pages/home.tsx similarity index 100% rename from examples/privy-next-fiat-onramp/pages/home.tsx rename to features-and-integrations/privy-next-fiat-onramp/pages/home.tsx diff --git a/examples/privy-next-fiat-onramp/pages/index.tsx b/features-and-integrations/privy-next-fiat-onramp/pages/index.tsx similarity index 100% rename from examples/privy-next-fiat-onramp/pages/index.tsx rename to features-and-integrations/privy-next-fiat-onramp/pages/index.tsx diff --git a/examples/privy-next-fiat-onramp/pages/logout.tsx b/features-and-integrations/privy-next-fiat-onramp/pages/logout.tsx similarity index 100% rename from examples/privy-next-fiat-onramp/pages/logout.tsx rename to features-and-integrations/privy-next-fiat-onramp/pages/logout.tsx diff --git a/examples/privy-next-fiat-onramp/pnpm-lock.yaml b/features-and-integrations/privy-next-fiat-onramp/pnpm-lock.yaml similarity index 100% rename from examples/privy-next-fiat-onramp/pnpm-lock.yaml rename to features-and-integrations/privy-next-fiat-onramp/pnpm-lock.yaml diff --git a/examples/privy-next-fiat-onramp/postcss.config.mjs b/features-and-integrations/privy-next-fiat-onramp/postcss.config.mjs similarity index 100% rename from examples/privy-next-fiat-onramp/postcss.config.mjs rename to features-and-integrations/privy-next-fiat-onramp/postcss.config.mjs diff --git a/examples/privy-next-fiat-onramp/public/BG.svg b/features-and-integrations/privy-next-fiat-onramp/public/BG.svg similarity index 100% rename from examples/privy-next-fiat-onramp/public/BG.svg rename to features-and-integrations/privy-next-fiat-onramp/public/BG.svg diff --git a/examples/privy-next-fiat-onramp/public/favicon.ico b/features-and-integrations/privy-next-fiat-onramp/public/favicon.ico similarity index 100% rename from examples/privy-next-fiat-onramp/public/favicon.ico rename to features-and-integrations/privy-next-fiat-onramp/public/favicon.ico diff --git a/examples/privy-next-fiat-onramp/public/fonts/ABCFavorit-Medium.woff2 b/features-and-integrations/privy-next-fiat-onramp/public/fonts/ABCFavorit-Medium.woff2 similarity index 100% rename from examples/privy-next-fiat-onramp/public/fonts/ABCFavorit-Medium.woff2 rename to features-and-integrations/privy-next-fiat-onramp/public/fonts/ABCFavorit-Medium.woff2 diff --git a/examples/privy-next-fiat-onramp/public/fonts/AdelleSans-Regular.woff b/features-and-integrations/privy-next-fiat-onramp/public/fonts/AdelleSans-Regular.woff similarity index 100% rename from examples/privy-next-fiat-onramp/public/fonts/AdelleSans-Regular.woff rename to features-and-integrations/privy-next-fiat-onramp/public/fonts/AdelleSans-Regular.woff diff --git a/examples/privy-next-fiat-onramp/public/fonts/AdelleSans-Regular.woff2 b/features-and-integrations/privy-next-fiat-onramp/public/fonts/AdelleSans-Regular.woff2 similarity index 100% rename from examples/privy-next-fiat-onramp/public/fonts/AdelleSans-Regular.woff2 rename to features-and-integrations/privy-next-fiat-onramp/public/fonts/AdelleSans-Regular.woff2 diff --git a/examples/privy-next-fiat-onramp/public/fonts/AdelleSans-Semibold.woff b/features-and-integrations/privy-next-fiat-onramp/public/fonts/AdelleSans-Semibold.woff similarity index 100% rename from examples/privy-next-fiat-onramp/public/fonts/AdelleSans-Semibold.woff rename to features-and-integrations/privy-next-fiat-onramp/public/fonts/AdelleSans-Semibold.woff diff --git a/examples/privy-next-fiat-onramp/public/fonts/AdelleSans-Semibold.woff2 b/features-and-integrations/privy-next-fiat-onramp/public/fonts/AdelleSans-Semibold.woff2 similarity index 100% rename from examples/privy-next-fiat-onramp/public/fonts/AdelleSans-Semibold.woff2 rename to features-and-integrations/privy-next-fiat-onramp/public/fonts/AdelleSans-Semibold.woff2 diff --git a/examples/privy-next-fiat-onramp/public/fonts/InterVariable.ttf b/features-and-integrations/privy-next-fiat-onramp/public/fonts/InterVariable.ttf similarity index 100% rename from examples/privy-next-fiat-onramp/public/fonts/InterVariable.ttf rename to features-and-integrations/privy-next-fiat-onramp/public/fonts/InterVariable.ttf diff --git a/examples/privy-next-fiat-onramp/public/images/avatar.png b/features-and-integrations/privy-next-fiat-onramp/public/images/avatar.png similarity index 100% rename from examples/privy-next-fiat-onramp/public/images/avatar.png rename to features-and-integrations/privy-next-fiat-onramp/public/images/avatar.png diff --git a/examples/privy-next-fiat-onramp/public/images/moonpay.svg b/features-and-integrations/privy-next-fiat-onramp/public/images/moonpay.svg similarity index 100% rename from examples/privy-next-fiat-onramp/public/images/moonpay.svg rename to features-and-integrations/privy-next-fiat-onramp/public/images/moonpay.svg diff --git a/examples/privy-next-fiat-onramp/public/logos/privy-logo.png b/features-and-integrations/privy-next-fiat-onramp/public/logos/privy-logo.png similarity index 100% rename from examples/privy-next-fiat-onramp/public/logos/privy-logo.png rename to features-and-integrations/privy-next-fiat-onramp/public/logos/privy-logo.png diff --git a/examples/privy-next-fiat-onramp/public/logos/privy-logomark.png b/features-and-integrations/privy-next-fiat-onramp/public/logos/privy-logomark.png similarity index 100% rename from examples/privy-next-fiat-onramp/public/logos/privy-logomark.png rename to features-and-integrations/privy-next-fiat-onramp/public/logos/privy-logomark.png diff --git a/examples/privy-next-fiat-onramp/public/privy-logo-black.svg b/features-and-integrations/privy-next-fiat-onramp/public/privy-logo-black.svg similarity index 100% rename from examples/privy-next-fiat-onramp/public/privy-logo-black.svg rename to features-and-integrations/privy-next-fiat-onramp/public/privy-logo-black.svg diff --git a/examples/privy-next-fiat-onramp/public/privy-logo-white.svg b/features-and-integrations/privy-next-fiat-onramp/public/privy-logo-white.svg similarity index 100% rename from examples/privy-next-fiat-onramp/public/privy-logo-white.svg rename to features-and-integrations/privy-next-fiat-onramp/public/privy-logo-white.svg diff --git a/examples/privy-next-fiat-onramp/renovate.json b/features-and-integrations/privy-next-fiat-onramp/renovate.json similarity index 100% rename from examples/privy-next-fiat-onramp/renovate.json rename to features-and-integrations/privy-next-fiat-onramp/renovate.json diff --git a/examples/privy-next-fiat-onramp/styles/globals.css b/features-and-integrations/privy-next-fiat-onramp/styles/globals.css similarity index 100% rename from examples/privy-next-fiat-onramp/styles/globals.css rename to features-and-integrations/privy-next-fiat-onramp/styles/globals.css diff --git a/examples/privy-next-fiat-onramp/tailwind.config.js b/features-and-integrations/privy-next-fiat-onramp/tailwind.config.js similarity index 100% rename from examples/privy-next-fiat-onramp/tailwind.config.js rename to features-and-integrations/privy-next-fiat-onramp/tailwind.config.js diff --git a/examples/privy-next-fiat-onramp/tsconfig.json b/features-and-integrations/privy-next-fiat-onramp/tsconfig.json similarity index 100% rename from examples/privy-next-fiat-onramp/tsconfig.json rename to features-and-integrations/privy-next-fiat-onramp/tsconfig.json diff --git a/examples/privy-next-funding/.env.example b/features-and-integrations/privy-next-funding/.env.example similarity index 100% rename from examples/privy-next-funding/.env.example rename to features-and-integrations/privy-next-funding/.env.example diff --git a/examples/privy-next-funding/.gitignore b/features-and-integrations/privy-next-funding/.gitignore similarity index 100% rename from examples/privy-next-funding/.gitignore rename to features-and-integrations/privy-next-funding/.gitignore diff --git a/examples/privy-next-funding/LICENSE b/features-and-integrations/privy-next-funding/LICENSE similarity index 100% rename from examples/privy-next-funding/LICENSE rename to features-and-integrations/privy-next-funding/LICENSE diff --git a/examples/privy-next-funding/README.md b/features-and-integrations/privy-next-funding/README.md similarity index 100% rename from examples/privy-next-funding/README.md rename to features-and-integrations/privy-next-funding/README.md diff --git a/examples/privy-next-funding/eslint.config.mjs b/features-and-integrations/privy-next-funding/eslint.config.mjs similarity index 100% rename from examples/privy-next-funding/eslint.config.mjs rename to features-and-integrations/privy-next-funding/eslint.config.mjs diff --git a/examples/privy-next-funding/next.config.ts b/features-and-integrations/privy-next-funding/next.config.ts similarity index 100% rename from examples/privy-next-funding/next.config.ts rename to features-and-integrations/privy-next-funding/next.config.ts diff --git a/examples/privy-next-funding/package.json b/features-and-integrations/privy-next-funding/package.json similarity index 100% rename from examples/privy-next-funding/package.json rename to features-and-integrations/privy-next-funding/package.json diff --git a/examples/privy-next-funding/pnpm-lock.yaml b/features-and-integrations/privy-next-funding/pnpm-lock.yaml similarity index 100% rename from examples/privy-next-funding/pnpm-lock.yaml rename to features-and-integrations/privy-next-funding/pnpm-lock.yaml diff --git a/examples/privy-next-funding/postcss.config.mjs b/features-and-integrations/privy-next-funding/postcss.config.mjs similarity index 100% rename from examples/privy-next-funding/postcss.config.mjs rename to features-and-integrations/privy-next-funding/postcss.config.mjs diff --git a/examples/privy-next-funding/renovate.json b/features-and-integrations/privy-next-funding/renovate.json similarity index 100% rename from examples/privy-next-funding/renovate.json rename to features-and-integrations/privy-next-funding/renovate.json diff --git a/examples/privy-next-funding/src/app/favicon.ico b/features-and-integrations/privy-next-funding/src/app/favicon.ico similarity index 100% rename from examples/privy-next-funding/src/app/favicon.ico rename to features-and-integrations/privy-next-funding/src/app/favicon.ico diff --git a/examples/privy-next-funding/src/app/globals.css b/features-and-integrations/privy-next-funding/src/app/globals.css similarity index 100% rename from examples/privy-next-funding/src/app/globals.css rename to features-and-integrations/privy-next-funding/src/app/globals.css diff --git a/examples/privy-next-funding/src/app/layout.tsx b/features-and-integrations/privy-next-funding/src/app/layout.tsx similarity index 100% rename from examples/privy-next-funding/src/app/layout.tsx rename to features-and-integrations/privy-next-funding/src/app/layout.tsx diff --git a/examples/privy-next-funding/src/app/page.tsx b/features-and-integrations/privy-next-funding/src/app/page.tsx similarity index 100% rename from examples/privy-next-funding/src/app/page.tsx rename to features-and-integrations/privy-next-funding/src/app/page.tsx diff --git a/examples/privy-next-funding/src/components/reusables/section.tsx b/features-and-integrations/privy-next-funding/src/components/reusables/section.tsx similarity index 100% rename from examples/privy-next-funding/src/components/reusables/section.tsx rename to features-and-integrations/privy-next-funding/src/components/reusables/section.tsx diff --git a/examples/privy-next-funding/src/components/sections/create-a-wallet.tsx b/features-and-integrations/privy-next-funding/src/components/sections/create-a-wallet.tsx similarity index 100% rename from examples/privy-next-funding/src/components/sections/create-a-wallet.tsx rename to features-and-integrations/privy-next-funding/src/components/sections/create-a-wallet.tsx diff --git a/examples/privy-next-funding/src/components/sections/fund-wallet.tsx b/features-and-integrations/privy-next-funding/src/components/sections/fund-wallet.tsx similarity index 100% rename from examples/privy-next-funding/src/components/sections/fund-wallet.tsx rename to features-and-integrations/privy-next-funding/src/components/sections/fund-wallet.tsx diff --git a/examples/privy-next-funding/src/components/sections/link-accounts.tsx b/features-and-integrations/privy-next-funding/src/components/sections/link-accounts.tsx similarity index 100% rename from examples/privy-next-funding/src/components/sections/link-accounts.tsx rename to features-and-integrations/privy-next-funding/src/components/sections/link-accounts.tsx diff --git a/examples/privy-next-funding/src/components/sections/mfa.tsx b/features-and-integrations/privy-next-funding/src/components/sections/mfa.tsx similarity index 100% rename from examples/privy-next-funding/src/components/sections/mfa.tsx rename to features-and-integrations/privy-next-funding/src/components/sections/mfa.tsx diff --git a/examples/privy-next-funding/src/components/sections/session-signers.tsx b/features-and-integrations/privy-next-funding/src/components/sections/session-signers.tsx similarity index 100% rename from examples/privy-next-funding/src/components/sections/session-signers.tsx rename to features-and-integrations/privy-next-funding/src/components/sections/session-signers.tsx diff --git a/examples/privy-next-funding/src/components/sections/unlink-accounts.tsx b/features-and-integrations/privy-next-funding/src/components/sections/unlink-accounts.tsx similarity index 100% rename from examples/privy-next-funding/src/components/sections/unlink-accounts.tsx rename to features-and-integrations/privy-next-funding/src/components/sections/unlink-accounts.tsx diff --git a/examples/privy-next-funding/src/components/sections/user-object.tsx b/features-and-integrations/privy-next-funding/src/components/sections/user-object.tsx similarity index 100% rename from examples/privy-next-funding/src/components/sections/user-object.tsx rename to features-and-integrations/privy-next-funding/src/components/sections/user-object.tsx diff --git a/examples/privy-next-funding/src/components/sections/wallet-actions.tsx b/features-and-integrations/privy-next-funding/src/components/sections/wallet-actions.tsx similarity index 100% rename from examples/privy-next-funding/src/components/sections/wallet-actions.tsx rename to features-and-integrations/privy-next-funding/src/components/sections/wallet-actions.tsx diff --git a/examples/privy-next-funding/src/components/sections/wallet-management.tsx b/features-and-integrations/privy-next-funding/src/components/sections/wallet-management.tsx similarity index 100% rename from examples/privy-next-funding/src/components/sections/wallet-management.tsx rename to features-and-integrations/privy-next-funding/src/components/sections/wallet-management.tsx diff --git a/examples/privy-next-funding/src/components/ui/badge.tsx b/features-and-integrations/privy-next-funding/src/components/ui/badge.tsx similarity index 100% rename from examples/privy-next-funding/src/components/ui/badge.tsx rename to features-and-integrations/privy-next-funding/src/components/ui/badge.tsx diff --git a/examples/privy-next-funding/src/components/ui/custom-toast.tsx b/features-and-integrations/privy-next-funding/src/components/ui/custom-toast.tsx similarity index 100% rename from examples/privy-next-funding/src/components/ui/custom-toast.tsx rename to features-and-integrations/privy-next-funding/src/components/ui/custom-toast.tsx diff --git a/examples/privy-next-funding/src/components/ui/fullscreen-loader.tsx b/features-and-integrations/privy-next-funding/src/components/ui/fullscreen-loader.tsx similarity index 100% rename from examples/privy-next-funding/src/components/ui/fullscreen-loader.tsx rename to features-and-integrations/privy-next-funding/src/components/ui/fullscreen-loader.tsx diff --git a/examples/privy-next-funding/src/components/ui/header.tsx b/features-and-integrations/privy-next-funding/src/components/ui/header.tsx similarity index 100% rename from examples/privy-next-funding/src/components/ui/header.tsx rename to features-and-integrations/privy-next-funding/src/components/ui/header.tsx diff --git a/examples/privy-next-funding/src/components/ui/privy-logo.tsx b/features-and-integrations/privy-next-funding/src/components/ui/privy-logo.tsx similarity index 100% rename from examples/privy-next-funding/src/components/ui/privy-logo.tsx rename to features-and-integrations/privy-next-funding/src/components/ui/privy-logo.tsx diff --git a/examples/privy-next-funding/src/providers/providers.tsx b/features-and-integrations/privy-next-funding/src/providers/providers.tsx similarity index 100% rename from examples/privy-next-funding/src/providers/providers.tsx rename to features-and-integrations/privy-next-funding/src/providers/providers.tsx diff --git a/examples/privy-next-funding/tailwind.config.js b/features-and-integrations/privy-next-funding/tailwind.config.js similarity index 100% rename from examples/privy-next-funding/tailwind.config.js rename to features-and-integrations/privy-next-funding/tailwind.config.js diff --git a/examples/privy-next-funding/tsconfig.json b/features-and-integrations/privy-next-funding/tsconfig.json similarity index 100% rename from examples/privy-next-funding/tsconfig.json rename to features-and-integrations/privy-next-funding/tsconfig.json diff --git a/examples/privy-next-permissionless/.env.example b/features-and-integrations/privy-next-permissionless/.env.example similarity index 100% rename from examples/privy-next-permissionless/.env.example rename to features-and-integrations/privy-next-permissionless/.env.example diff --git a/examples/privy-next-permissionless/.eslintrc.json b/features-and-integrations/privy-next-permissionless/.eslintrc.json similarity index 100% rename from examples/privy-next-permissionless/.eslintrc.json rename to features-and-integrations/privy-next-permissionless/.eslintrc.json diff --git a/examples/privy-next-permissionless/.gitignore b/features-and-integrations/privy-next-permissionless/.gitignore similarity index 100% rename from examples/privy-next-permissionless/.gitignore rename to features-and-integrations/privy-next-permissionless/.gitignore diff --git a/examples/privy-next-permissionless/LICENSE b/features-and-integrations/privy-next-permissionless/LICENSE similarity index 100% rename from examples/privy-next-permissionless/LICENSE rename to features-and-integrations/privy-next-permissionless/LICENSE diff --git a/examples/privy-next-permissionless/README.md b/features-and-integrations/privy-next-permissionless/README.md similarity index 100% rename from examples/privy-next-permissionless/README.md rename to features-and-integrations/privy-next-permissionless/README.md diff --git a/examples/privy-next-permissionless/extensions.json b/features-and-integrations/privy-next-permissionless/extensions.json similarity index 100% rename from examples/privy-next-permissionless/extensions.json rename to features-and-integrations/privy-next-permissionless/extensions.json diff --git a/examples/privy-next-permissionless/next-env.d.ts b/features-and-integrations/privy-next-permissionless/next-env.d.ts similarity index 100% rename from examples/privy-next-permissionless/next-env.d.ts rename to features-and-integrations/privy-next-permissionless/next-env.d.ts diff --git a/examples/privy-next-permissionless/next.config.js b/features-and-integrations/privy-next-permissionless/next.config.js similarity index 100% rename from examples/privy-next-permissionless/next.config.js rename to features-and-integrations/privy-next-permissionless/next.config.js diff --git a/examples/privy-next-permissionless/package.json b/features-and-integrations/privy-next-permissionless/package.json similarity index 100% rename from examples/privy-next-permissionless/package.json rename to features-and-integrations/privy-next-permissionless/package.json diff --git a/examples/privy-next-permissionless/pnpm-lock.yaml b/features-and-integrations/privy-next-permissionless/pnpm-lock.yaml similarity index 100% rename from examples/privy-next-permissionless/pnpm-lock.yaml rename to features-and-integrations/privy-next-permissionless/pnpm-lock.yaml diff --git a/examples/privy-next-permissionless/postcss.config.mjs b/features-and-integrations/privy-next-permissionless/postcss.config.mjs similarity index 100% rename from examples/privy-next-permissionless/postcss.config.mjs rename to features-and-integrations/privy-next-permissionless/postcss.config.mjs diff --git a/examples/privy-next-permissionless/public/BG.svg b/features-and-integrations/privy-next-permissionless/public/BG.svg similarity index 100% rename from examples/privy-next-permissionless/public/BG.svg rename to features-and-integrations/privy-next-permissionless/public/BG.svg diff --git a/examples/privy-next-permissionless/public/favicons/icon.svg b/features-and-integrations/privy-next-permissionless/public/favicons/icon.svg similarity index 100% rename from examples/privy-next-permissionless/public/favicons/icon.svg rename to features-and-integrations/privy-next-permissionless/public/favicons/icon.svg diff --git a/examples/privy-next-permissionless/public/favicons/manifest.json b/features-and-integrations/privy-next-permissionless/public/favicons/manifest.json similarity index 100% rename from examples/privy-next-permissionless/public/favicons/manifest.json rename to features-and-integrations/privy-next-permissionless/public/favicons/manifest.json diff --git a/examples/privy-next-permissionless/public/privy-logo-black.svg b/features-and-integrations/privy-next-permissionless/public/privy-logo-black.svg similarity index 100% rename from examples/privy-next-permissionless/public/privy-logo-black.svg rename to features-and-integrations/privy-next-permissionless/public/privy-logo-black.svg diff --git a/examples/privy-next-permissionless/public/privy-logo-white.svg b/features-and-integrations/privy-next-permissionless/public/privy-logo-white.svg similarity index 100% rename from examples/privy-next-permissionless/public/privy-logo-white.svg rename to features-and-integrations/privy-next-permissionless/public/privy-logo-white.svg diff --git a/examples/privy-next-permissionless/renovate.json b/features-and-integrations/privy-next-permissionless/renovate.json similarity index 100% rename from examples/privy-next-permissionless/renovate.json rename to features-and-integrations/privy-next-permissionless/renovate.json diff --git a/examples/privy-next-permissionless/src/app/globals.css b/features-and-integrations/privy-next-permissionless/src/app/globals.css similarity index 100% rename from examples/privy-next-permissionless/src/app/globals.css rename to features-and-integrations/privy-next-permissionless/src/app/globals.css diff --git a/examples/privy-next-permissionless/src/app/layout.tsx b/features-and-integrations/privy-next-permissionless/src/app/layout.tsx similarity index 100% rename from examples/privy-next-permissionless/src/app/layout.tsx rename to features-and-integrations/privy-next-permissionless/src/app/layout.tsx diff --git a/examples/privy-next-permissionless/src/app/page.tsx b/features-and-integrations/privy-next-permissionless/src/app/page.tsx similarity index 100% rename from examples/privy-next-permissionless/src/app/page.tsx rename to features-and-integrations/privy-next-permissionless/src/app/page.tsx diff --git a/examples/privy-next-permissionless/src/components/AlertWithLink.tsx b/features-and-integrations/privy-next-permissionless/src/components/AlertWithLink.tsx similarity index 100% rename from examples/privy-next-permissionless/src/components/AlertWithLink.tsx rename to features-and-integrations/privy-next-permissionless/src/components/AlertWithLink.tsx diff --git a/examples/privy-next-permissionless/src/components/reusables/section.tsx b/features-and-integrations/privy-next-permissionless/src/components/reusables/section.tsx similarity index 100% rename from examples/privy-next-permissionless/src/components/reusables/section.tsx rename to features-and-integrations/privy-next-permissionless/src/components/reusables/section.tsx diff --git a/examples/privy-next-permissionless/src/components/sections/permissionless-actions.tsx b/features-and-integrations/privy-next-permissionless/src/components/sections/permissionless-actions.tsx similarity index 100% rename from examples/privy-next-permissionless/src/components/sections/permissionless-actions.tsx rename to features-and-integrations/privy-next-permissionless/src/components/sections/permissionless-actions.tsx diff --git a/examples/privy-next-permissionless/src/components/ui/fullscreen-loader.tsx b/features-and-integrations/privy-next-permissionless/src/components/ui/fullscreen-loader.tsx similarity index 100% rename from examples/privy-next-permissionless/src/components/ui/fullscreen-loader.tsx rename to features-and-integrations/privy-next-permissionless/src/components/ui/fullscreen-loader.tsx diff --git a/examples/privy-next-permissionless/src/components/ui/header.tsx b/features-and-integrations/privy-next-permissionless/src/components/ui/header.tsx similarity index 100% rename from examples/privy-next-permissionless/src/components/ui/header.tsx rename to features-and-integrations/privy-next-permissionless/src/components/ui/header.tsx diff --git a/examples/privy-next-permissionless/src/hooks/SmartAccountContext.tsx b/features-and-integrations/privy-next-permissionless/src/hooks/SmartAccountContext.tsx similarity index 100% rename from examples/privy-next-permissionless/src/hooks/SmartAccountContext.tsx rename to features-and-integrations/privy-next-permissionless/src/hooks/SmartAccountContext.tsx diff --git a/examples/privy-next-permissionless/src/lib/constants.ts b/features-and-integrations/privy-next-permissionless/src/lib/constants.ts similarity index 100% rename from examples/privy-next-permissionless/src/lib/constants.ts rename to features-and-integrations/privy-next-permissionless/src/lib/constants.ts diff --git a/examples/privy-next-permissionless/src/lib/nftABI.json b/features-and-integrations/privy-next-permissionless/src/lib/nftABI.json similarity index 100% rename from examples/privy-next-permissionless/src/lib/nftABI.json rename to features-and-integrations/privy-next-permissionless/src/lib/nftABI.json diff --git a/examples/privy-next-permissionless/src/providers/providers.tsx b/features-and-integrations/privy-next-permissionless/src/providers/providers.tsx similarity index 100% rename from examples/privy-next-permissionless/src/providers/providers.tsx rename to features-and-integrations/privy-next-permissionless/src/providers/providers.tsx diff --git a/examples/privy-next-permissionless/tailwind.config.js b/features-and-integrations/privy-next-permissionless/tailwind.config.js similarity index 100% rename from examples/privy-next-permissionless/tailwind.config.js rename to features-and-integrations/privy-next-permissionless/tailwind.config.js diff --git a/examples/privy-next-permissionless/tsconfig.json b/features-and-integrations/privy-next-permissionless/tsconfig.json similarity index 100% rename from examples/privy-next-permissionless/tsconfig.json rename to features-and-integrations/privy-next-permissionless/tsconfig.json diff --git a/examples/privy-next-session-keys/.gitignore b/features-and-integrations/privy-next-session-keys/.gitignore similarity index 100% rename from examples/privy-next-session-keys/.gitignore rename to features-and-integrations/privy-next-session-keys/.gitignore diff --git a/examples/privy-next-session-keys/LICENSE b/features-and-integrations/privy-next-session-keys/LICENSE similarity index 100% rename from examples/privy-next-session-keys/LICENSE rename to features-and-integrations/privy-next-session-keys/LICENSE diff --git a/examples/privy-next-session-keys/README.md b/features-and-integrations/privy-next-session-keys/README.md similarity index 100% rename from examples/privy-next-session-keys/README.md rename to features-and-integrations/privy-next-session-keys/README.md diff --git a/examples/privy-next-session-keys/eslint.config.mjs b/features-and-integrations/privy-next-session-keys/eslint.config.mjs similarity index 100% rename from examples/privy-next-session-keys/eslint.config.mjs rename to features-and-integrations/privy-next-session-keys/eslint.config.mjs diff --git a/examples/privy-next-session-keys/next.config.ts b/features-and-integrations/privy-next-session-keys/next.config.ts similarity index 100% rename from examples/privy-next-session-keys/next.config.ts rename to features-and-integrations/privy-next-session-keys/next.config.ts diff --git a/examples/privy-next-session-keys/package.json b/features-and-integrations/privy-next-session-keys/package.json similarity index 100% rename from examples/privy-next-session-keys/package.json rename to features-and-integrations/privy-next-session-keys/package.json diff --git a/examples/privy-next-session-keys/pnpm-lock.yaml b/features-and-integrations/privy-next-session-keys/pnpm-lock.yaml similarity index 100% rename from examples/privy-next-session-keys/pnpm-lock.yaml rename to features-and-integrations/privy-next-session-keys/pnpm-lock.yaml diff --git a/examples/privy-next-session-keys/postcss.config.mjs b/features-and-integrations/privy-next-session-keys/postcss.config.mjs similarity index 100% rename from examples/privy-next-session-keys/postcss.config.mjs rename to features-and-integrations/privy-next-session-keys/postcss.config.mjs diff --git a/examples/privy-next-session-keys/public/BG.svg b/features-and-integrations/privy-next-session-keys/public/BG.svg similarity index 100% rename from examples/privy-next-session-keys/public/BG.svg rename to features-and-integrations/privy-next-session-keys/public/BG.svg diff --git a/examples/privy-next-session-keys/public/fonts/ABCFavorit-Medium.woff2 b/features-and-integrations/privy-next-session-keys/public/fonts/ABCFavorit-Medium.woff2 similarity index 100% rename from examples/privy-next-session-keys/public/fonts/ABCFavorit-Medium.woff2 rename to features-and-integrations/privy-next-session-keys/public/fonts/ABCFavorit-Medium.woff2 diff --git a/examples/privy-next-session-keys/public/fonts/InterVariable.ttf b/features-and-integrations/privy-next-session-keys/public/fonts/InterVariable.ttf similarity index 100% rename from examples/privy-next-session-keys/public/fonts/InterVariable.ttf rename to features-and-integrations/privy-next-session-keys/public/fonts/InterVariable.ttf diff --git a/examples/privy-next-session-keys/public/privy-logo-black.svg b/features-and-integrations/privy-next-session-keys/public/privy-logo-black.svg similarity index 100% rename from examples/privy-next-session-keys/public/privy-logo-black.svg rename to features-and-integrations/privy-next-session-keys/public/privy-logo-black.svg diff --git a/examples/privy-next-session-keys/public/privy-logo-white.svg b/features-and-integrations/privy-next-session-keys/public/privy-logo-white.svg similarity index 100% rename from examples/privy-next-session-keys/public/privy-logo-white.svg rename to features-and-integrations/privy-next-session-keys/public/privy-logo-white.svg diff --git a/examples/privy-next-session-keys/renovate.json b/features-and-integrations/privy-next-session-keys/renovate.json similarity index 100% rename from examples/privy-next-session-keys/renovate.json rename to features-and-integrations/privy-next-session-keys/renovate.json diff --git a/examples/privy-next-session-keys/src/app/api/execute-session-transaction/route.ts b/features-and-integrations/privy-next-session-keys/src/app/api/execute-session-transaction/route.ts similarity index 100% rename from examples/privy-next-session-keys/src/app/api/execute-session-transaction/route.ts rename to features-and-integrations/privy-next-session-keys/src/app/api/execute-session-transaction/route.ts diff --git a/examples/privy-next-session-keys/src/app/favicon.ico b/features-and-integrations/privy-next-session-keys/src/app/favicon.ico similarity index 100% rename from examples/privy-next-session-keys/src/app/favicon.ico rename to features-and-integrations/privy-next-session-keys/src/app/favicon.ico diff --git a/examples/privy-next-session-keys/src/app/globals.css b/features-and-integrations/privy-next-session-keys/src/app/globals.css similarity index 100% rename from examples/privy-next-session-keys/src/app/globals.css rename to features-and-integrations/privy-next-session-keys/src/app/globals.css diff --git a/examples/privy-next-session-keys/src/app/layout.tsx b/features-and-integrations/privy-next-session-keys/src/app/layout.tsx similarity index 100% rename from examples/privy-next-session-keys/src/app/layout.tsx rename to features-and-integrations/privy-next-session-keys/src/app/layout.tsx diff --git a/examples/privy-next-session-keys/src/app/page.tsx b/features-and-integrations/privy-next-session-keys/src/app/page.tsx similarity index 100% rename from examples/privy-next-session-keys/src/app/page.tsx rename to features-and-integrations/privy-next-session-keys/src/app/page.tsx diff --git a/examples/privy-next-session-keys/src/components/reusables/section.tsx b/features-and-integrations/privy-next-session-keys/src/components/reusables/section.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/reusables/section.tsx rename to features-and-integrations/privy-next-session-keys/src/components/reusables/section.tsx diff --git a/examples/privy-next-session-keys/src/components/sections/create-a-wallet.tsx b/features-and-integrations/privy-next-session-keys/src/components/sections/create-a-wallet.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/sections/create-a-wallet.tsx rename to features-and-integrations/privy-next-session-keys/src/components/sections/create-a-wallet.tsx diff --git a/examples/privy-next-session-keys/src/components/sections/fund-wallet.tsx b/features-and-integrations/privy-next-session-keys/src/components/sections/fund-wallet.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/sections/fund-wallet.tsx rename to features-and-integrations/privy-next-session-keys/src/components/sections/fund-wallet.tsx diff --git a/examples/privy-next-session-keys/src/components/sections/link-accounts.tsx b/features-and-integrations/privy-next-session-keys/src/components/sections/link-accounts.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/sections/link-accounts.tsx rename to features-and-integrations/privy-next-session-keys/src/components/sections/link-accounts.tsx diff --git a/examples/privy-next-session-keys/src/components/sections/mfa.tsx b/features-and-integrations/privy-next-session-keys/src/components/sections/mfa.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/sections/mfa.tsx rename to features-and-integrations/privy-next-session-keys/src/components/sections/mfa.tsx diff --git a/examples/privy-next-session-keys/src/components/sections/session-signers.tsx b/features-and-integrations/privy-next-session-keys/src/components/sections/session-signers.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/sections/session-signers.tsx rename to features-and-integrations/privy-next-session-keys/src/components/sections/session-signers.tsx diff --git a/examples/privy-next-session-keys/src/components/sections/unlink-accounts.tsx b/features-and-integrations/privy-next-session-keys/src/components/sections/unlink-accounts.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/sections/unlink-accounts.tsx rename to features-and-integrations/privy-next-session-keys/src/components/sections/unlink-accounts.tsx diff --git a/examples/privy-next-session-keys/src/components/sections/user-object.tsx b/features-and-integrations/privy-next-session-keys/src/components/sections/user-object.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/sections/user-object.tsx rename to features-and-integrations/privy-next-session-keys/src/components/sections/user-object.tsx diff --git a/examples/privy-next-session-keys/src/components/sections/wallet-actions.tsx b/features-and-integrations/privy-next-session-keys/src/components/sections/wallet-actions.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/sections/wallet-actions.tsx rename to features-and-integrations/privy-next-session-keys/src/components/sections/wallet-actions.tsx diff --git a/examples/privy-next-session-keys/src/components/sections/wallet-management.tsx b/features-and-integrations/privy-next-session-keys/src/components/sections/wallet-management.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/sections/wallet-management.tsx rename to features-and-integrations/privy-next-session-keys/src/components/sections/wallet-management.tsx diff --git a/examples/privy-next-session-keys/src/components/sections/zerodev-session-keys.tsx b/features-and-integrations/privy-next-session-keys/src/components/sections/zerodev-session-keys.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/sections/zerodev-session-keys.tsx rename to features-and-integrations/privy-next-session-keys/src/components/sections/zerodev-session-keys.tsx diff --git a/examples/privy-next-session-keys/src/components/ui/badge.tsx b/features-and-integrations/privy-next-session-keys/src/components/ui/badge.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/ui/badge.tsx rename to features-and-integrations/privy-next-session-keys/src/components/ui/badge.tsx diff --git a/examples/privy-next-session-keys/src/components/ui/custom-toast.tsx b/features-and-integrations/privy-next-session-keys/src/components/ui/custom-toast.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/ui/custom-toast.tsx rename to features-and-integrations/privy-next-session-keys/src/components/ui/custom-toast.tsx diff --git a/examples/privy-next-session-keys/src/components/ui/fullscreen-loader.tsx b/features-and-integrations/privy-next-session-keys/src/components/ui/fullscreen-loader.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/ui/fullscreen-loader.tsx rename to features-and-integrations/privy-next-session-keys/src/components/ui/fullscreen-loader.tsx diff --git a/examples/privy-next-session-keys/src/components/ui/header.tsx b/features-and-integrations/privy-next-session-keys/src/components/ui/header.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/ui/header.tsx rename to features-and-integrations/privy-next-session-keys/src/components/ui/header.tsx diff --git a/examples/privy-next-session-keys/src/components/ui/privy-logo.tsx b/features-and-integrations/privy-next-session-keys/src/components/ui/privy-logo.tsx similarity index 100% rename from examples/privy-next-session-keys/src/components/ui/privy-logo.tsx rename to features-and-integrations/privy-next-session-keys/src/components/ui/privy-logo.tsx diff --git a/examples/privy-next-session-keys/src/providers/providers.tsx b/features-and-integrations/privy-next-session-keys/src/providers/providers.tsx similarity index 100% rename from examples/privy-next-session-keys/src/providers/providers.tsx rename to features-and-integrations/privy-next-session-keys/src/providers/providers.tsx diff --git a/examples/privy-next-session-keys/tailwind.config.js b/features-and-integrations/privy-next-session-keys/tailwind.config.js similarity index 100% rename from examples/privy-next-session-keys/tailwind.config.js rename to features-and-integrations/privy-next-session-keys/tailwind.config.js diff --git a/examples/privy-next-session-keys/tsconfig.json b/features-and-integrations/privy-next-session-keys/tsconfig.json similarity index 100% rename from examples/privy-next-session-keys/tsconfig.json rename to features-and-integrations/privy-next-session-keys/tsconfig.json diff --git a/examples/privy-next-smart-wallets/.env.example b/features-and-integrations/privy-next-smart-wallets/.env.example similarity index 100% rename from examples/privy-next-smart-wallets/.env.example rename to features-and-integrations/privy-next-smart-wallets/.env.example diff --git a/examples/privy-next-smart-wallets/.gitignore b/features-and-integrations/privy-next-smart-wallets/.gitignore similarity index 100% rename from examples/privy-next-smart-wallets/.gitignore rename to features-and-integrations/privy-next-smart-wallets/.gitignore diff --git a/examples/privy-next-smart-wallets/LICENSE b/features-and-integrations/privy-next-smart-wallets/LICENSE similarity index 100% rename from examples/privy-next-smart-wallets/LICENSE rename to features-and-integrations/privy-next-smart-wallets/LICENSE diff --git a/examples/privy-next-smart-wallets/README.md b/features-and-integrations/privy-next-smart-wallets/README.md similarity index 100% rename from examples/privy-next-smart-wallets/README.md rename to features-and-integrations/privy-next-smart-wallets/README.md diff --git a/examples/privy-next-smart-wallets/eslint.config.mjs b/features-and-integrations/privy-next-smart-wallets/eslint.config.mjs similarity index 100% rename from examples/privy-next-smart-wallets/eslint.config.mjs rename to features-and-integrations/privy-next-smart-wallets/eslint.config.mjs diff --git a/examples/privy-next-smart-wallets/next.config.ts b/features-and-integrations/privy-next-smart-wallets/next.config.ts similarity index 100% rename from examples/privy-next-smart-wallets/next.config.ts rename to features-and-integrations/privy-next-smart-wallets/next.config.ts diff --git a/examples/privy-next-smart-wallets/package.json b/features-and-integrations/privy-next-smart-wallets/package.json similarity index 100% rename from examples/privy-next-smart-wallets/package.json rename to features-and-integrations/privy-next-smart-wallets/package.json diff --git a/examples/privy-next-smart-wallets/pnpm-lock.yaml b/features-and-integrations/privy-next-smart-wallets/pnpm-lock.yaml similarity index 100% rename from examples/privy-next-smart-wallets/pnpm-lock.yaml rename to features-and-integrations/privy-next-smart-wallets/pnpm-lock.yaml diff --git a/examples/privy-next-smart-wallets/postcss.config.mjs b/features-and-integrations/privy-next-smart-wallets/postcss.config.mjs similarity index 100% rename from examples/privy-next-smart-wallets/postcss.config.mjs rename to features-and-integrations/privy-next-smart-wallets/postcss.config.mjs diff --git a/examples/privy-next-smart-wallets/public/BG.svg b/features-and-integrations/privy-next-smart-wallets/public/BG.svg similarity index 100% rename from examples/privy-next-smart-wallets/public/BG.svg rename to features-and-integrations/privy-next-smart-wallets/public/BG.svg diff --git a/examples/privy-next-smart-wallets/public/fonts/ABCFavorit-Medium.woff2 b/features-and-integrations/privy-next-smart-wallets/public/fonts/ABCFavorit-Medium.woff2 similarity index 100% rename from examples/privy-next-smart-wallets/public/fonts/ABCFavorit-Medium.woff2 rename to features-and-integrations/privy-next-smart-wallets/public/fonts/ABCFavorit-Medium.woff2 diff --git a/examples/privy-next-smart-wallets/public/fonts/InterVariable.ttf b/features-and-integrations/privy-next-smart-wallets/public/fonts/InterVariable.ttf similarity index 100% rename from examples/privy-next-smart-wallets/public/fonts/InterVariable.ttf rename to features-and-integrations/privy-next-smart-wallets/public/fonts/InterVariable.ttf diff --git a/examples/privy-next-smart-wallets/public/privy-logo-black.png b/features-and-integrations/privy-next-smart-wallets/public/privy-logo-black.png similarity index 100% rename from examples/privy-next-smart-wallets/public/privy-logo-black.png rename to features-and-integrations/privy-next-smart-wallets/public/privy-logo-black.png diff --git a/examples/privy-next-smart-wallets/public/privy-logo-white.png b/features-and-integrations/privy-next-smart-wallets/public/privy-logo-white.png similarity index 100% rename from examples/privy-next-smart-wallets/public/privy-logo-white.png rename to features-and-integrations/privy-next-smart-wallets/public/privy-logo-white.png diff --git a/examples/privy-next-smart-wallets/renovate.json b/features-and-integrations/privy-next-smart-wallets/renovate.json similarity index 100% rename from examples/privy-next-smart-wallets/renovate.json rename to features-and-integrations/privy-next-smart-wallets/renovate.json diff --git a/examples/privy-next-smart-wallets/src/app/favicon.ico b/features-and-integrations/privy-next-smart-wallets/src/app/favicon.ico similarity index 100% rename from examples/privy-next-smart-wallets/src/app/favicon.ico rename to features-and-integrations/privy-next-smart-wallets/src/app/favicon.ico diff --git a/examples/privy-next-smart-wallets/src/app/globals.css b/features-and-integrations/privy-next-smart-wallets/src/app/globals.css similarity index 100% rename from examples/privy-next-smart-wallets/src/app/globals.css rename to features-and-integrations/privy-next-smart-wallets/src/app/globals.css diff --git a/examples/privy-next-smart-wallets/src/app/layout.tsx b/features-and-integrations/privy-next-smart-wallets/src/app/layout.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/app/layout.tsx rename to features-and-integrations/privy-next-smart-wallets/src/app/layout.tsx diff --git a/examples/privy-next-smart-wallets/src/app/page.tsx b/features-and-integrations/privy-next-smart-wallets/src/app/page.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/app/page.tsx rename to features-and-integrations/privy-next-smart-wallets/src/app/page.tsx diff --git a/examples/privy-next-smart-wallets/src/components/reusables/section.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/reusables/section.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/reusables/section.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/reusables/section.tsx diff --git a/examples/privy-next-smart-wallets/src/components/sections/create-a-wallet.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/sections/create-a-wallet.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/sections/create-a-wallet.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/sections/create-a-wallet.tsx diff --git a/examples/privy-next-smart-wallets/src/components/sections/evm-smart-wallet-actions.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/sections/evm-smart-wallet-actions.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/sections/evm-smart-wallet-actions.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/sections/evm-smart-wallet-actions.tsx diff --git a/examples/privy-next-smart-wallets/src/components/sections/fund-wallet.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/sections/fund-wallet.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/sections/fund-wallet.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/sections/fund-wallet.tsx diff --git a/examples/privy-next-smart-wallets/src/components/sections/link-accounts.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/sections/link-accounts.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/sections/link-accounts.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/sections/link-accounts.tsx diff --git a/examples/privy-next-smart-wallets/src/components/sections/mfa.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/sections/mfa.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/sections/mfa.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/sections/mfa.tsx diff --git a/examples/privy-next-smart-wallets/src/components/sections/session-signers.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/sections/session-signers.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/sections/session-signers.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/sections/session-signers.tsx diff --git a/examples/privy-next-smart-wallets/src/components/sections/unlink-accounts.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/sections/unlink-accounts.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/sections/unlink-accounts.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/sections/unlink-accounts.tsx diff --git a/examples/privy-next-smart-wallets/src/components/sections/user-object.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/sections/user-object.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/sections/user-object.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/sections/user-object.tsx diff --git a/examples/privy-next-smart-wallets/src/components/sections/wallet-actions.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/sections/wallet-actions.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/sections/wallet-actions.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/sections/wallet-actions.tsx diff --git a/examples/privy-next-smart-wallets/src/components/sections/wallet-management.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/sections/wallet-management.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/sections/wallet-management.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/sections/wallet-management.tsx diff --git a/examples/privy-next-smart-wallets/src/components/ui/badge.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/ui/badge.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/ui/badge.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/ui/badge.tsx diff --git a/examples/privy-next-smart-wallets/src/components/ui/custom-toast.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/ui/custom-toast.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/ui/custom-toast.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/ui/custom-toast.tsx diff --git a/examples/privy-next-smart-wallets/src/components/ui/fullscreen-loader.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/ui/fullscreen-loader.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/ui/fullscreen-loader.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/ui/fullscreen-loader.tsx diff --git a/examples/privy-next-smart-wallets/src/components/ui/header.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/ui/header.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/ui/header.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/ui/header.tsx diff --git a/examples/privy-next-smart-wallets/src/components/ui/privy-logo.tsx b/features-and-integrations/privy-next-smart-wallets/src/components/ui/privy-logo.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/components/ui/privy-logo.tsx rename to features-and-integrations/privy-next-smart-wallets/src/components/ui/privy-logo.tsx diff --git a/examples/privy-next-smart-wallets/src/providers/providers.tsx b/features-and-integrations/privy-next-smart-wallets/src/providers/providers.tsx similarity index 100% rename from examples/privy-next-smart-wallets/src/providers/providers.tsx rename to features-and-integrations/privy-next-smart-wallets/src/providers/providers.tsx diff --git a/examples/privy-next-smart-wallets/tailwind.config.js b/features-and-integrations/privy-next-smart-wallets/tailwind.config.js similarity index 100% rename from examples/privy-next-smart-wallets/tailwind.config.js rename to features-and-integrations/privy-next-smart-wallets/tailwind.config.js diff --git a/examples/privy-next-smart-wallets/tsconfig.json b/features-and-integrations/privy-next-smart-wallets/tsconfig.json similarity index 100% rename from examples/privy-next-smart-wallets/tsconfig.json rename to features-and-integrations/privy-next-smart-wallets/tsconfig.json diff --git a/examples/privy-next-solana/.env.example b/features-and-integrations/privy-next-solana/.env.example similarity index 100% rename from examples/privy-next-solana/.env.example rename to features-and-integrations/privy-next-solana/.env.example diff --git a/examples/privy-next-solana/.gitignore b/features-and-integrations/privy-next-solana/.gitignore similarity index 100% rename from examples/privy-next-solana/.gitignore rename to features-and-integrations/privy-next-solana/.gitignore diff --git a/examples/privy-next-solana/LICENSE b/features-and-integrations/privy-next-solana/LICENSE similarity index 100% rename from examples/privy-next-solana/LICENSE rename to features-and-integrations/privy-next-solana/LICENSE diff --git a/examples/privy-next-solana/README.md b/features-and-integrations/privy-next-solana/README.md similarity index 100% rename from examples/privy-next-solana/README.md rename to features-and-integrations/privy-next-solana/README.md diff --git a/examples/privy-next-solana/eslint.config.mjs b/features-and-integrations/privy-next-solana/eslint.config.mjs similarity index 100% rename from examples/privy-next-solana/eslint.config.mjs rename to features-and-integrations/privy-next-solana/eslint.config.mjs diff --git a/examples/privy-next-solana/next.config.ts b/features-and-integrations/privy-next-solana/next.config.ts similarity index 100% rename from examples/privy-next-solana/next.config.ts rename to features-and-integrations/privy-next-solana/next.config.ts diff --git a/examples/privy-next-solana/package.json b/features-and-integrations/privy-next-solana/package.json similarity index 100% rename from examples/privy-next-solana/package.json rename to features-and-integrations/privy-next-solana/package.json diff --git a/examples/privy-next-solana/postcss.config.mjs b/features-and-integrations/privy-next-solana/postcss.config.mjs similarity index 100% rename from examples/privy-next-solana/postcss.config.mjs rename to features-and-integrations/privy-next-solana/postcss.config.mjs diff --git a/examples/privy-next-solana/public/BG.svg b/features-and-integrations/privy-next-solana/public/BG.svg similarity index 100% rename from examples/privy-next-solana/public/BG.svg rename to features-and-integrations/privy-next-solana/public/BG.svg diff --git a/examples/privy-next-solana/public/fonts/ABCFavorit-Medium.woff2 b/features-and-integrations/privy-next-solana/public/fonts/ABCFavorit-Medium.woff2 similarity index 100% rename from examples/privy-next-solana/public/fonts/ABCFavorit-Medium.woff2 rename to features-and-integrations/privy-next-solana/public/fonts/ABCFavorit-Medium.woff2 diff --git a/examples/privy-next-solana/public/fonts/InterVariable.ttf b/features-and-integrations/privy-next-solana/public/fonts/InterVariable.ttf similarity index 100% rename from examples/privy-next-solana/public/fonts/InterVariable.ttf rename to features-and-integrations/privy-next-solana/public/fonts/InterVariable.ttf diff --git a/examples/privy-next-solana/public/privy-logo-black.png b/features-and-integrations/privy-next-solana/public/privy-logo-black.png similarity index 100% rename from examples/privy-next-solana/public/privy-logo-black.png rename to features-and-integrations/privy-next-solana/public/privy-logo-black.png diff --git a/examples/privy-next-solana/public/privy-logo-white.png b/features-and-integrations/privy-next-solana/public/privy-logo-white.png similarity index 100% rename from examples/privy-next-solana/public/privy-logo-white.png rename to features-and-integrations/privy-next-solana/public/privy-logo-white.png diff --git a/examples/privy-next-solana/renovate.json b/features-and-integrations/privy-next-solana/renovate.json similarity index 100% rename from examples/privy-next-solana/renovate.json rename to features-and-integrations/privy-next-solana/renovate.json diff --git a/examples/privy-next-solana/src/app/favicon.ico b/features-and-integrations/privy-next-solana/src/app/favicon.ico similarity index 100% rename from examples/privy-next-solana/src/app/favicon.ico rename to features-and-integrations/privy-next-solana/src/app/favicon.ico diff --git a/examples/privy-next-solana/src/app/globals.css b/features-and-integrations/privy-next-solana/src/app/globals.css similarity index 100% rename from examples/privy-next-solana/src/app/globals.css rename to features-and-integrations/privy-next-solana/src/app/globals.css diff --git a/examples/privy-next-solana/src/app/layout.tsx b/features-and-integrations/privy-next-solana/src/app/layout.tsx similarity index 100% rename from examples/privy-next-solana/src/app/layout.tsx rename to features-and-integrations/privy-next-solana/src/app/layout.tsx diff --git a/examples/privy-next-solana/src/app/page.tsx b/features-and-integrations/privy-next-solana/src/app/page.tsx similarity index 100% rename from examples/privy-next-solana/src/app/page.tsx rename to features-and-integrations/privy-next-solana/src/app/page.tsx diff --git a/examples/privy-next-solana/src/components/reusables/section.tsx b/features-and-integrations/privy-next-solana/src/components/reusables/section.tsx similarity index 100% rename from examples/privy-next-solana/src/components/reusables/section.tsx rename to features-and-integrations/privy-next-solana/src/components/reusables/section.tsx diff --git a/examples/privy-next-solana/src/components/sections/create-a-wallet.tsx b/features-and-integrations/privy-next-solana/src/components/sections/create-a-wallet.tsx similarity index 100% rename from examples/privy-next-solana/src/components/sections/create-a-wallet.tsx rename to features-and-integrations/privy-next-solana/src/components/sections/create-a-wallet.tsx diff --git a/examples/privy-next-solana/src/components/sections/fund-wallet.tsx b/features-and-integrations/privy-next-solana/src/components/sections/fund-wallet.tsx similarity index 100% rename from examples/privy-next-solana/src/components/sections/fund-wallet.tsx rename to features-and-integrations/privy-next-solana/src/components/sections/fund-wallet.tsx diff --git a/examples/privy-next-solana/src/components/sections/link-accounts.tsx b/features-and-integrations/privy-next-solana/src/components/sections/link-accounts.tsx similarity index 100% rename from examples/privy-next-solana/src/components/sections/link-accounts.tsx rename to features-and-integrations/privy-next-solana/src/components/sections/link-accounts.tsx diff --git a/examples/privy-next-solana/src/components/sections/mfa.tsx b/features-and-integrations/privy-next-solana/src/components/sections/mfa.tsx similarity index 100% rename from examples/privy-next-solana/src/components/sections/mfa.tsx rename to features-and-integrations/privy-next-solana/src/components/sections/mfa.tsx diff --git a/examples/privy-next-solana/src/components/sections/unlink-accounts.tsx b/features-and-integrations/privy-next-solana/src/components/sections/unlink-accounts.tsx similarity index 100% rename from examples/privy-next-solana/src/components/sections/unlink-accounts.tsx rename to features-and-integrations/privy-next-solana/src/components/sections/unlink-accounts.tsx diff --git a/examples/privy-next-solana/src/components/sections/user-object.tsx b/features-and-integrations/privy-next-solana/src/components/sections/user-object.tsx similarity index 100% rename from examples/privy-next-solana/src/components/sections/user-object.tsx rename to features-and-integrations/privy-next-solana/src/components/sections/user-object.tsx diff --git a/examples/privy-next-solana/src/components/sections/wallet-actions.tsx b/features-and-integrations/privy-next-solana/src/components/sections/wallet-actions.tsx similarity index 100% rename from examples/privy-next-solana/src/components/sections/wallet-actions.tsx rename to features-and-integrations/privy-next-solana/src/components/sections/wallet-actions.tsx diff --git a/examples/privy-next-solana/src/components/sections/wallet-management.tsx b/features-and-integrations/privy-next-solana/src/components/sections/wallet-management.tsx similarity index 100% rename from examples/privy-next-solana/src/components/sections/wallet-management.tsx rename to features-and-integrations/privy-next-solana/src/components/sections/wallet-management.tsx diff --git a/examples/privy-next-solana/src/components/ui/badge.tsx b/features-and-integrations/privy-next-solana/src/components/ui/badge.tsx similarity index 100% rename from examples/privy-next-solana/src/components/ui/badge.tsx rename to features-and-integrations/privy-next-solana/src/components/ui/badge.tsx diff --git a/examples/privy-next-solana/src/components/ui/custom-toast.tsx b/features-and-integrations/privy-next-solana/src/components/ui/custom-toast.tsx similarity index 100% rename from examples/privy-next-solana/src/components/ui/custom-toast.tsx rename to features-and-integrations/privy-next-solana/src/components/ui/custom-toast.tsx diff --git a/examples/privy-next-solana/src/components/ui/fullscreen-loader.tsx b/features-and-integrations/privy-next-solana/src/components/ui/fullscreen-loader.tsx similarity index 100% rename from examples/privy-next-solana/src/components/ui/fullscreen-loader.tsx rename to features-and-integrations/privy-next-solana/src/components/ui/fullscreen-loader.tsx diff --git a/examples/privy-next-solana/src/components/ui/header.tsx b/features-and-integrations/privy-next-solana/src/components/ui/header.tsx similarity index 100% rename from examples/privy-next-solana/src/components/ui/header.tsx rename to features-and-integrations/privy-next-solana/src/components/ui/header.tsx diff --git a/examples/privy-next-solana/src/components/ui/privy-logo.tsx b/features-and-integrations/privy-next-solana/src/components/ui/privy-logo.tsx similarity index 100% rename from examples/privy-next-solana/src/components/ui/privy-logo.tsx rename to features-and-integrations/privy-next-solana/src/components/ui/privy-logo.tsx diff --git a/examples/privy-next-solana/src/providers/providers.tsx b/features-and-integrations/privy-next-solana/src/providers/providers.tsx similarity index 100% rename from examples/privy-next-solana/src/providers/providers.tsx rename to features-and-integrations/privy-next-solana/src/providers/providers.tsx diff --git a/examples/privy-next-solana/tailwind.config.js b/features-and-integrations/privy-next-solana/tailwind.config.js similarity index 100% rename from examples/privy-next-solana/tailwind.config.js rename to features-and-integrations/privy-next-solana/tailwind.config.js diff --git a/examples/privy-next-solana/tsconfig.json b/features-and-integrations/privy-next-solana/tsconfig.json similarity index 100% rename from examples/privy-next-solana/tsconfig.json rename to features-and-integrations/privy-next-solana/tsconfig.json diff --git a/examples/privy-next-wagmi/.env.example b/features-and-integrations/privy-next-wagmi/.env.example similarity index 100% rename from examples/privy-next-wagmi/.env.example rename to features-and-integrations/privy-next-wagmi/.env.example diff --git a/examples/privy-next-wagmi/.gitignore b/features-and-integrations/privy-next-wagmi/.gitignore similarity index 100% rename from examples/privy-next-wagmi/.gitignore rename to features-and-integrations/privy-next-wagmi/.gitignore diff --git a/examples/privy-next-wagmi/LICENSE b/features-and-integrations/privy-next-wagmi/LICENSE similarity index 100% rename from examples/privy-next-wagmi/LICENSE rename to features-and-integrations/privy-next-wagmi/LICENSE diff --git a/examples/privy-next-wagmi/README.md b/features-and-integrations/privy-next-wagmi/README.md similarity index 100% rename from examples/privy-next-wagmi/README.md rename to features-and-integrations/privy-next-wagmi/README.md diff --git a/examples/privy-next-wagmi/eslint.config.mjs b/features-and-integrations/privy-next-wagmi/eslint.config.mjs similarity index 100% rename from examples/privy-next-wagmi/eslint.config.mjs rename to features-and-integrations/privy-next-wagmi/eslint.config.mjs diff --git a/examples/privy-next-wagmi/next.config.ts b/features-and-integrations/privy-next-wagmi/next.config.ts similarity index 100% rename from examples/privy-next-wagmi/next.config.ts rename to features-and-integrations/privy-next-wagmi/next.config.ts diff --git a/examples/privy-next-wagmi/package.json b/features-and-integrations/privy-next-wagmi/package.json similarity index 100% rename from examples/privy-next-wagmi/package.json rename to features-and-integrations/privy-next-wagmi/package.json diff --git a/examples/privy-next-wagmi/pnpm-lock.yaml b/features-and-integrations/privy-next-wagmi/pnpm-lock.yaml similarity index 100% rename from examples/privy-next-wagmi/pnpm-lock.yaml rename to features-and-integrations/privy-next-wagmi/pnpm-lock.yaml diff --git a/examples/privy-next-wagmi/postcss.config.mjs b/features-and-integrations/privy-next-wagmi/postcss.config.mjs similarity index 100% rename from examples/privy-next-wagmi/postcss.config.mjs rename to features-and-integrations/privy-next-wagmi/postcss.config.mjs diff --git a/examples/privy-next-wagmi/public/BG.svg b/features-and-integrations/privy-next-wagmi/public/BG.svg similarity index 100% rename from examples/privy-next-wagmi/public/BG.svg rename to features-and-integrations/privy-next-wagmi/public/BG.svg diff --git a/examples/privy-next-wagmi/public/fonts/ABCFavorit-Medium.woff2 b/features-and-integrations/privy-next-wagmi/public/fonts/ABCFavorit-Medium.woff2 similarity index 100% rename from examples/privy-next-wagmi/public/fonts/ABCFavorit-Medium.woff2 rename to features-and-integrations/privy-next-wagmi/public/fonts/ABCFavorit-Medium.woff2 diff --git a/examples/privy-next-wagmi/public/fonts/InterVariable.ttf b/features-and-integrations/privy-next-wagmi/public/fonts/InterVariable.ttf similarity index 100% rename from examples/privy-next-wagmi/public/fonts/InterVariable.ttf rename to features-and-integrations/privy-next-wagmi/public/fonts/InterVariable.ttf diff --git a/examples/privy-next-wagmi/public/privy-logo-black.png b/features-and-integrations/privy-next-wagmi/public/privy-logo-black.png similarity index 100% rename from examples/privy-next-wagmi/public/privy-logo-black.png rename to features-and-integrations/privy-next-wagmi/public/privy-logo-black.png diff --git a/examples/privy-next-wagmi/public/privy-logo-white.png b/features-and-integrations/privy-next-wagmi/public/privy-logo-white.png similarity index 100% rename from examples/privy-next-wagmi/public/privy-logo-white.png rename to features-and-integrations/privy-next-wagmi/public/privy-logo-white.png diff --git a/examples/privy-next-wagmi/renovate.json b/features-and-integrations/privy-next-wagmi/renovate.json similarity index 100% rename from examples/privy-next-wagmi/renovate.json rename to features-and-integrations/privy-next-wagmi/renovate.json diff --git a/examples/privy-next-wagmi/src/app/favicon.ico b/features-and-integrations/privy-next-wagmi/src/app/favicon.ico similarity index 100% rename from examples/privy-next-wagmi/src/app/favicon.ico rename to features-and-integrations/privy-next-wagmi/src/app/favicon.ico diff --git a/examples/privy-next-wagmi/src/app/globals.css b/features-and-integrations/privy-next-wagmi/src/app/globals.css similarity index 100% rename from examples/privy-next-wagmi/src/app/globals.css rename to features-and-integrations/privy-next-wagmi/src/app/globals.css diff --git a/examples/privy-next-wagmi/src/app/layout.tsx b/features-and-integrations/privy-next-wagmi/src/app/layout.tsx similarity index 100% rename from examples/privy-next-wagmi/src/app/layout.tsx rename to features-and-integrations/privy-next-wagmi/src/app/layout.tsx diff --git a/examples/privy-next-wagmi/src/app/page.tsx b/features-and-integrations/privy-next-wagmi/src/app/page.tsx similarity index 100% rename from examples/privy-next-wagmi/src/app/page.tsx rename to features-and-integrations/privy-next-wagmi/src/app/page.tsx diff --git a/examples/privy-next-wagmi/src/components/reusables/section.tsx b/features-and-integrations/privy-next-wagmi/src/components/reusables/section.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/reusables/section.tsx rename to features-and-integrations/privy-next-wagmi/src/components/reusables/section.tsx diff --git a/examples/privy-next-wagmi/src/components/sections/create-a-wallet.tsx b/features-and-integrations/privy-next-wagmi/src/components/sections/create-a-wallet.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/sections/create-a-wallet.tsx rename to features-and-integrations/privy-next-wagmi/src/components/sections/create-a-wallet.tsx diff --git a/examples/privy-next-wagmi/src/components/sections/fund-wallet.tsx b/features-and-integrations/privy-next-wagmi/src/components/sections/fund-wallet.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/sections/fund-wallet.tsx rename to features-and-integrations/privy-next-wagmi/src/components/sections/fund-wallet.tsx diff --git a/examples/privy-next-wagmi/src/components/sections/link-accounts.tsx b/features-and-integrations/privy-next-wagmi/src/components/sections/link-accounts.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/sections/link-accounts.tsx rename to features-and-integrations/privy-next-wagmi/src/components/sections/link-accounts.tsx diff --git a/examples/privy-next-wagmi/src/components/sections/mfa.tsx b/features-and-integrations/privy-next-wagmi/src/components/sections/mfa.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/sections/mfa.tsx rename to features-and-integrations/privy-next-wagmi/src/components/sections/mfa.tsx diff --git a/examples/privy-next-wagmi/src/components/sections/session-signers.tsx b/features-and-integrations/privy-next-wagmi/src/components/sections/session-signers.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/sections/session-signers.tsx rename to features-and-integrations/privy-next-wagmi/src/components/sections/session-signers.tsx diff --git a/examples/privy-next-wagmi/src/components/sections/unlink-accounts.tsx b/features-and-integrations/privy-next-wagmi/src/components/sections/unlink-accounts.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/sections/unlink-accounts.tsx rename to features-and-integrations/privy-next-wagmi/src/components/sections/unlink-accounts.tsx diff --git a/examples/privy-next-wagmi/src/components/sections/user-object.tsx b/features-and-integrations/privy-next-wagmi/src/components/sections/user-object.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/sections/user-object.tsx rename to features-and-integrations/privy-next-wagmi/src/components/sections/user-object.tsx diff --git a/examples/privy-next-wagmi/src/components/sections/wagmi-wallet-actions.tsx b/features-and-integrations/privy-next-wagmi/src/components/sections/wagmi-wallet-actions.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/sections/wagmi-wallet-actions.tsx rename to features-and-integrations/privy-next-wagmi/src/components/sections/wagmi-wallet-actions.tsx diff --git a/examples/privy-next-wagmi/src/components/sections/wallet-actions.tsx b/features-and-integrations/privy-next-wagmi/src/components/sections/wallet-actions.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/sections/wallet-actions.tsx rename to features-and-integrations/privy-next-wagmi/src/components/sections/wallet-actions.tsx diff --git a/examples/privy-next-wagmi/src/components/sections/wallet-management.tsx b/features-and-integrations/privy-next-wagmi/src/components/sections/wallet-management.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/sections/wallet-management.tsx rename to features-and-integrations/privy-next-wagmi/src/components/sections/wallet-management.tsx diff --git a/examples/privy-next-wagmi/src/components/ui/badge.tsx b/features-and-integrations/privy-next-wagmi/src/components/ui/badge.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/ui/badge.tsx rename to features-and-integrations/privy-next-wagmi/src/components/ui/badge.tsx diff --git a/examples/privy-next-wagmi/src/components/ui/custom-toast.tsx b/features-and-integrations/privy-next-wagmi/src/components/ui/custom-toast.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/ui/custom-toast.tsx rename to features-and-integrations/privy-next-wagmi/src/components/ui/custom-toast.tsx diff --git a/examples/privy-next-wagmi/src/components/ui/fullscreen-loader.tsx b/features-and-integrations/privy-next-wagmi/src/components/ui/fullscreen-loader.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/ui/fullscreen-loader.tsx rename to features-and-integrations/privy-next-wagmi/src/components/ui/fullscreen-loader.tsx diff --git a/examples/privy-next-wagmi/src/components/ui/header.tsx b/features-and-integrations/privy-next-wagmi/src/components/ui/header.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/ui/header.tsx rename to features-and-integrations/privy-next-wagmi/src/components/ui/header.tsx diff --git a/examples/privy-next-wagmi/src/components/ui/privy-logo.tsx b/features-and-integrations/privy-next-wagmi/src/components/ui/privy-logo.tsx similarity index 100% rename from examples/privy-next-wagmi/src/components/ui/privy-logo.tsx rename to features-and-integrations/privy-next-wagmi/src/components/ui/privy-logo.tsx diff --git a/examples/privy-next-wagmi/src/providers/providers.tsx b/features-and-integrations/privy-next-wagmi/src/providers/providers.tsx similarity index 100% rename from examples/privy-next-wagmi/src/providers/providers.tsx rename to features-and-integrations/privy-next-wagmi/src/providers/providers.tsx diff --git a/examples/privy-next-wagmi/tailwind.config.js b/features-and-integrations/privy-next-wagmi/tailwind.config.js similarity index 100% rename from examples/privy-next-wagmi/tailwind.config.js rename to features-and-integrations/privy-next-wagmi/tailwind.config.js diff --git a/examples/privy-next-wagmi/tsconfig.json b/features-and-integrations/privy-next-wagmi/tsconfig.json similarity index 100% rename from examples/privy-next-wagmi/tsconfig.json rename to features-and-integrations/privy-next-wagmi/tsconfig.json diff --git a/examples/privy-node-telegram-trading-bot/.env.example b/features-and-integrations/privy-node-telegram-trading-bot/.env.example similarity index 100% rename from examples/privy-node-telegram-trading-bot/.env.example rename to features-and-integrations/privy-node-telegram-trading-bot/.env.example diff --git a/examples/privy-node-telegram-trading-bot/.gitignore b/features-and-integrations/privy-node-telegram-trading-bot/.gitignore similarity index 100% rename from examples/privy-node-telegram-trading-bot/.gitignore rename to features-and-integrations/privy-node-telegram-trading-bot/.gitignore diff --git a/examples/privy-node-telegram-trading-bot/README.md b/features-and-integrations/privy-node-telegram-trading-bot/README.md similarity index 100% rename from examples/privy-node-telegram-trading-bot/README.md rename to features-and-integrations/privy-node-telegram-trading-bot/README.md diff --git a/examples/privy-node-telegram-trading-bot/index.js b/features-and-integrations/privy-node-telegram-trading-bot/index.js similarity index 100% rename from examples/privy-node-telegram-trading-bot/index.js rename to features-and-integrations/privy-node-telegram-trading-bot/index.js diff --git a/examples/privy-node-telegram-trading-bot/jupiter.js b/features-and-integrations/privy-node-telegram-trading-bot/jupiter.js similarity index 100% rename from examples/privy-node-telegram-trading-bot/jupiter.js rename to features-and-integrations/privy-node-telegram-trading-bot/jupiter.js diff --git a/examples/privy-node-telegram-trading-bot/mockDb.js b/features-and-integrations/privy-node-telegram-trading-bot/mockDb.js similarity index 100% rename from examples/privy-node-telegram-trading-bot/mockDb.js rename to features-and-integrations/privy-node-telegram-trading-bot/mockDb.js diff --git a/examples/privy-node-telegram-trading-bot/package.json b/features-and-integrations/privy-node-telegram-trading-bot/package.json similarity index 100% rename from examples/privy-node-telegram-trading-bot/package.json rename to features-and-integrations/privy-node-telegram-trading-bot/package.json diff --git a/examples/privy-node-telegram-trading-bot/pnpm-lock.yaml b/features-and-integrations/privy-node-telegram-trading-bot/pnpm-lock.yaml similarity index 100% rename from examples/privy-node-telegram-trading-bot/pnpm-lock.yaml rename to features-and-integrations/privy-node-telegram-trading-bot/pnpm-lock.yaml diff --git a/examples/privy-react-chrome-extension/.env.example b/features-and-integrations/privy-react-chrome-extension/.env.example similarity index 100% rename from examples/privy-react-chrome-extension/.env.example rename to features-and-integrations/privy-react-chrome-extension/.env.example diff --git a/examples/privy-react-chrome-extension/.gitignore b/features-and-integrations/privy-react-chrome-extension/.gitignore similarity index 100% rename from examples/privy-react-chrome-extension/.gitignore rename to features-and-integrations/privy-react-chrome-extension/.gitignore diff --git a/examples/privy-react-chrome-extension/README.md b/features-and-integrations/privy-react-chrome-extension/README.md similarity index 100% rename from examples/privy-react-chrome-extension/README.md rename to features-and-integrations/privy-react-chrome-extension/README.md diff --git a/examples/privy-react-chrome-extension/eslint.config.js b/features-and-integrations/privy-react-chrome-extension/eslint.config.js similarity index 100% rename from examples/privy-react-chrome-extension/eslint.config.js rename to features-and-integrations/privy-react-chrome-extension/eslint.config.js diff --git a/examples/privy-react-chrome-extension/index.html b/features-and-integrations/privy-react-chrome-extension/index.html similarity index 100% rename from examples/privy-react-chrome-extension/index.html rename to features-and-integrations/privy-react-chrome-extension/index.html diff --git a/examples/privy-react-chrome-extension/options.html b/features-and-integrations/privy-react-chrome-extension/options.html similarity index 100% rename from examples/privy-react-chrome-extension/options.html rename to features-and-integrations/privy-react-chrome-extension/options.html diff --git a/examples/privy-react-chrome-extension/package.json b/features-and-integrations/privy-react-chrome-extension/package.json similarity index 100% rename from examples/privy-react-chrome-extension/package.json rename to features-and-integrations/privy-react-chrome-extension/package.json diff --git a/examples/privy-react-chrome-extension/pnpm-lock.yaml b/features-and-integrations/privy-react-chrome-extension/pnpm-lock.yaml similarity index 100% rename from examples/privy-react-chrome-extension/pnpm-lock.yaml rename to features-and-integrations/privy-react-chrome-extension/pnpm-lock.yaml diff --git a/examples/privy-react-chrome-extension/public/BG.svg b/features-and-integrations/privy-react-chrome-extension/public/BG.svg similarity index 100% rename from examples/privy-react-chrome-extension/public/BG.svg rename to features-and-integrations/privy-react-chrome-extension/public/BG.svg diff --git a/examples/privy-react-chrome-extension/public/auth-redirect.js b/features-and-integrations/privy-react-chrome-extension/public/auth-redirect.js similarity index 100% rename from examples/privy-react-chrome-extension/public/auth-redirect.js rename to features-and-integrations/privy-react-chrome-extension/public/auth-redirect.js diff --git a/examples/privy-react-chrome-extension/public/auth.html b/features-and-integrations/privy-react-chrome-extension/public/auth.html similarity index 100% rename from examples/privy-react-chrome-extension/public/auth.html rename to features-and-integrations/privy-react-chrome-extension/public/auth.html diff --git a/examples/privy-react-chrome-extension/public/favicon.ico b/features-and-integrations/privy-react-chrome-extension/public/favicon.ico similarity index 100% rename from examples/privy-react-chrome-extension/public/favicon.ico rename to features-and-integrations/privy-react-chrome-extension/public/favicon.ico diff --git a/examples/privy-react-chrome-extension/public/fonts/ABCFavorit-Medium.woff2 b/features-and-integrations/privy-react-chrome-extension/public/fonts/ABCFavorit-Medium.woff2 similarity index 100% rename from examples/privy-react-chrome-extension/public/fonts/ABCFavorit-Medium.woff2 rename to features-and-integrations/privy-react-chrome-extension/public/fonts/ABCFavorit-Medium.woff2 diff --git a/examples/privy-react-chrome-extension/public/fonts/InterVariable.ttf b/features-and-integrations/privy-react-chrome-extension/public/fonts/InterVariable.ttf similarity index 100% rename from examples/privy-react-chrome-extension/public/fonts/InterVariable.ttf rename to features-and-integrations/privy-react-chrome-extension/public/fonts/InterVariable.ttf diff --git a/examples/privy-react-chrome-extension/public/index.html b/features-and-integrations/privy-react-chrome-extension/public/index.html similarity index 100% rename from examples/privy-react-chrome-extension/public/index.html rename to features-and-integrations/privy-react-chrome-extension/public/index.html diff --git a/examples/privy-react-chrome-extension/public/logo192.png b/features-and-integrations/privy-react-chrome-extension/public/logo192.png similarity index 100% rename from examples/privy-react-chrome-extension/public/logo192.png rename to features-and-integrations/privy-react-chrome-extension/public/logo192.png diff --git a/examples/privy-react-chrome-extension/public/logo512.png b/features-and-integrations/privy-react-chrome-extension/public/logo512.png similarity index 100% rename from examples/privy-react-chrome-extension/public/logo512.png rename to features-and-integrations/privy-react-chrome-extension/public/logo512.png diff --git a/examples/privy-react-chrome-extension/public/manifest.json b/features-and-integrations/privy-react-chrome-extension/public/manifest.json similarity index 100% rename from examples/privy-react-chrome-extension/public/manifest.json rename to features-and-integrations/privy-react-chrome-extension/public/manifest.json diff --git a/examples/privy-react-chrome-extension/public/options-redirect.js b/features-and-integrations/privy-react-chrome-extension/public/options-redirect.js similarity index 100% rename from examples/privy-react-chrome-extension/public/options-redirect.js rename to features-and-integrations/privy-react-chrome-extension/public/options-redirect.js diff --git a/examples/privy-react-chrome-extension/public/options.html b/features-and-integrations/privy-react-chrome-extension/public/options.html similarity index 100% rename from examples/privy-react-chrome-extension/public/options.html rename to features-and-integrations/privy-react-chrome-extension/public/options.html diff --git a/examples/privy-react-chrome-extension/public/privy-logo.png b/features-and-integrations/privy-react-chrome-extension/public/privy-logo.png similarity index 100% rename from examples/privy-react-chrome-extension/public/privy-logo.png rename to features-and-integrations/privy-react-chrome-extension/public/privy-logo.png diff --git a/examples/privy-react-chrome-extension/renovate.json b/features-and-integrations/privy-react-chrome-extension/renovate.json similarity index 100% rename from examples/privy-react-chrome-extension/renovate.json rename to features-and-integrations/privy-react-chrome-extension/renovate.json diff --git a/examples/privy-react-chrome-extension/src/App.css b/features-and-integrations/privy-react-chrome-extension/src/App.css similarity index 100% rename from examples/privy-react-chrome-extension/src/App.css rename to features-and-integrations/privy-react-chrome-extension/src/App.css diff --git a/examples/privy-react-chrome-extension/src/App.tsx b/features-and-integrations/privy-react-chrome-extension/src/App.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/App.tsx rename to features-and-integrations/privy-react-chrome-extension/src/App.tsx diff --git a/examples/privy-react-chrome-extension/src/assets/react.svg b/features-and-integrations/privy-react-chrome-extension/src/assets/react.svg similarity index 100% rename from examples/privy-react-chrome-extension/src/assets/react.svg rename to features-and-integrations/privy-react-chrome-extension/src/assets/react.svg diff --git a/examples/privy-react-chrome-extension/src/components/reusables/section.tsx b/features-and-integrations/privy-react-chrome-extension/src/components/reusables/section.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/components/reusables/section.tsx rename to features-and-integrations/privy-react-chrome-extension/src/components/reusables/section.tsx diff --git a/examples/privy-react-chrome-extension/src/components/sections/create-a-wallet.tsx b/features-and-integrations/privy-react-chrome-extension/src/components/sections/create-a-wallet.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/components/sections/create-a-wallet.tsx rename to features-and-integrations/privy-react-chrome-extension/src/components/sections/create-a-wallet.tsx diff --git a/examples/privy-react-chrome-extension/src/components/sections/fund-wallet.tsx b/features-and-integrations/privy-react-chrome-extension/src/components/sections/fund-wallet.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/components/sections/fund-wallet.tsx rename to features-and-integrations/privy-react-chrome-extension/src/components/sections/fund-wallet.tsx diff --git a/examples/privy-react-chrome-extension/src/components/sections/link-accounts.tsx b/features-and-integrations/privy-react-chrome-extension/src/components/sections/link-accounts.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/components/sections/link-accounts.tsx rename to features-and-integrations/privy-react-chrome-extension/src/components/sections/link-accounts.tsx diff --git a/examples/privy-react-chrome-extension/src/components/sections/mfa.tsx b/features-and-integrations/privy-react-chrome-extension/src/components/sections/mfa.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/components/sections/mfa.tsx rename to features-and-integrations/privy-react-chrome-extension/src/components/sections/mfa.tsx diff --git a/examples/privy-react-chrome-extension/src/components/sections/session-signers.tsx b/features-and-integrations/privy-react-chrome-extension/src/components/sections/session-signers.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/components/sections/session-signers.tsx rename to features-and-integrations/privy-react-chrome-extension/src/components/sections/session-signers.tsx diff --git a/examples/privy-react-chrome-extension/src/components/sections/unlink-accounts.tsx b/features-and-integrations/privy-react-chrome-extension/src/components/sections/unlink-accounts.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/components/sections/unlink-accounts.tsx rename to features-and-integrations/privy-react-chrome-extension/src/components/sections/unlink-accounts.tsx diff --git a/examples/privy-react-chrome-extension/src/components/sections/user-object.tsx b/features-and-integrations/privy-react-chrome-extension/src/components/sections/user-object.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/components/sections/user-object.tsx rename to features-and-integrations/privy-react-chrome-extension/src/components/sections/user-object.tsx diff --git a/examples/privy-react-chrome-extension/src/components/sections/wallet-actions.tsx b/features-and-integrations/privy-react-chrome-extension/src/components/sections/wallet-actions.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/components/sections/wallet-actions.tsx rename to features-and-integrations/privy-react-chrome-extension/src/components/sections/wallet-actions.tsx diff --git a/examples/privy-react-chrome-extension/src/components/sections/wallet-management.tsx b/features-and-integrations/privy-react-chrome-extension/src/components/sections/wallet-management.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/components/sections/wallet-management.tsx rename to features-and-integrations/privy-react-chrome-extension/src/components/sections/wallet-management.tsx diff --git a/examples/privy-react-chrome-extension/src/components/ui/badge.tsx b/features-and-integrations/privy-react-chrome-extension/src/components/ui/badge.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/components/ui/badge.tsx rename to features-and-integrations/privy-react-chrome-extension/src/components/ui/badge.tsx diff --git a/examples/privy-react-chrome-extension/src/components/ui/custom-toast.tsx b/features-and-integrations/privy-react-chrome-extension/src/components/ui/custom-toast.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/components/ui/custom-toast.tsx rename to features-and-integrations/privy-react-chrome-extension/src/components/ui/custom-toast.tsx diff --git a/examples/privy-react-chrome-extension/src/components/ui/fullscreen-loader.tsx b/features-and-integrations/privy-react-chrome-extension/src/components/ui/fullscreen-loader.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/components/ui/fullscreen-loader.tsx rename to features-and-integrations/privy-react-chrome-extension/src/components/ui/fullscreen-loader.tsx diff --git a/examples/privy-react-chrome-extension/src/components/ui/header.tsx b/features-and-integrations/privy-react-chrome-extension/src/components/ui/header.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/components/ui/header.tsx rename to features-and-integrations/privy-react-chrome-extension/src/components/ui/header.tsx diff --git a/examples/privy-react-chrome-extension/src/components/ui/privy-logo.tsx b/features-and-integrations/privy-react-chrome-extension/src/components/ui/privy-logo.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/components/ui/privy-logo.tsx rename to features-and-integrations/privy-react-chrome-extension/src/components/ui/privy-logo.tsx diff --git a/examples/privy-react-chrome-extension/src/index.css b/features-and-integrations/privy-react-chrome-extension/src/index.css similarity index 100% rename from examples/privy-react-chrome-extension/src/index.css rename to features-and-integrations/privy-react-chrome-extension/src/index.css diff --git a/examples/privy-react-chrome-extension/src/main.tsx b/features-and-integrations/privy-react-chrome-extension/src/main.tsx similarity index 100% rename from examples/privy-react-chrome-extension/src/main.tsx rename to features-and-integrations/privy-react-chrome-extension/src/main.tsx diff --git a/examples/privy-react-chrome-extension/src/vite-env.d.ts b/features-and-integrations/privy-react-chrome-extension/src/vite-env.d.ts similarity index 100% rename from examples/privy-react-chrome-extension/src/vite-env.d.ts rename to features-and-integrations/privy-react-chrome-extension/src/vite-env.d.ts diff --git a/examples/privy-react-chrome-extension/tailwind.config.js b/features-and-integrations/privy-react-chrome-extension/tailwind.config.js similarity index 100% rename from examples/privy-react-chrome-extension/tailwind.config.js rename to features-and-integrations/privy-react-chrome-extension/tailwind.config.js diff --git a/examples/privy-react-chrome-extension/tsconfig.app.json b/features-and-integrations/privy-react-chrome-extension/tsconfig.app.json similarity index 100% rename from examples/privy-react-chrome-extension/tsconfig.app.json rename to features-and-integrations/privy-react-chrome-extension/tsconfig.app.json diff --git a/examples/privy-react-chrome-extension/tsconfig.json b/features-and-integrations/privy-react-chrome-extension/tsconfig.json similarity index 100% rename from examples/privy-react-chrome-extension/tsconfig.json rename to features-and-integrations/privy-react-chrome-extension/tsconfig.json diff --git a/examples/privy-react-chrome-extension/tsconfig.node.json b/features-and-integrations/privy-react-chrome-extension/tsconfig.node.json similarity index 100% rename from examples/privy-react-chrome-extension/tsconfig.node.json rename to features-and-integrations/privy-react-chrome-extension/tsconfig.node.json diff --git a/examples/privy-react-chrome-extension/vite.config.ts b/features-and-integrations/privy-react-chrome-extension/vite.config.ts similarity index 100% rename from examples/privy-react-chrome-extension/vite.config.ts rename to features-and-integrations/privy-react-chrome-extension/vite.config.ts diff --git a/examples/privy-react-cross-app-provider/public/file.svg b/features-and-integrations/privy-react-cross-app-provider/public/file.svg similarity index 100% rename from examples/privy-react-cross-app-provider/public/file.svg rename to features-and-integrations/privy-react-cross-app-provider/public/file.svg diff --git a/examples/privy-react-cross-app-provider/public/globe.svg b/features-and-integrations/privy-react-cross-app-provider/public/globe.svg similarity index 100% rename from examples/privy-react-cross-app-provider/public/globe.svg rename to features-and-integrations/privy-react-cross-app-provider/public/globe.svg diff --git a/examples/privy-react-cross-app-provider/public/next.svg b/features-and-integrations/privy-react-cross-app-provider/public/next.svg similarity index 100% rename from examples/privy-react-cross-app-provider/public/next.svg rename to features-and-integrations/privy-react-cross-app-provider/public/next.svg diff --git a/examples/privy-react-cross-app-provider/public/vercel.svg b/features-and-integrations/privy-react-cross-app-provider/public/vercel.svg similarity index 100% rename from examples/privy-react-cross-app-provider/public/vercel.svg rename to features-and-integrations/privy-react-cross-app-provider/public/vercel.svg diff --git a/examples/privy-react-cross-app-provider/public/window.svg b/features-and-integrations/privy-react-cross-app-provider/public/window.svg similarity index 100% rename from examples/privy-react-cross-app-provider/public/window.svg rename to features-and-integrations/privy-react-cross-app-provider/public/window.svg diff --git a/examples/privy-react-ecosystem-sdk-starter/public/favicon.ico b/features-and-integrations/privy-react-ecosystem-sdk-starter/public/favicon.ico similarity index 100% rename from examples/privy-react-ecosystem-sdk-starter/public/favicon.ico rename to features-and-integrations/privy-react-ecosystem-sdk-starter/public/favicon.ico diff --git a/examples/privy-react-ecosystem-sdk-starter/public/github-mark.svg b/features-and-integrations/privy-react-ecosystem-sdk-starter/public/github-mark.svg similarity index 100% rename from examples/privy-react-ecosystem-sdk-starter/public/github-mark.svg rename to features-and-integrations/privy-react-ecosystem-sdk-starter/public/github-mark.svg diff --git a/examples/privy-react-ecosystem-sdk-starter/public/privy.svg b/features-and-integrations/privy-react-ecosystem-sdk-starter/public/privy.svg similarity index 100% rename from examples/privy-react-ecosystem-sdk-starter/public/privy.svg rename to features-and-integrations/privy-react-ecosystem-sdk-starter/public/privy.svg diff --git a/examples/privy-react-ecosystem-sdk-starter/public/protected-by-privy.svg b/features-and-integrations/privy-react-ecosystem-sdk-starter/public/protected-by-privy.svg similarity index 100% rename from examples/privy-react-ecosystem-sdk-starter/public/protected-by-privy.svg rename to features-and-integrations/privy-react-ecosystem-sdk-starter/public/protected-by-privy.svg diff --git a/examples/privy-react-ecosystem-sdk-starter/public/strawberry.png b/features-and-integrations/privy-react-ecosystem-sdk-starter/public/strawberry.png similarity index 100% rename from examples/privy-react-ecosystem-sdk-starter/public/strawberry.png rename to features-and-integrations/privy-react-ecosystem-sdk-starter/public/strawberry.png diff --git a/examples/privy-react-farcaster/.env.example b/features-and-integrations/privy-react-farcaster/.env.example similarity index 100% rename from examples/privy-react-farcaster/.env.example rename to features-and-integrations/privy-react-farcaster/.env.example diff --git a/examples/privy-react-farcaster/.eslintrc.json b/features-and-integrations/privy-react-farcaster/.eslintrc.json similarity index 100% rename from examples/privy-react-farcaster/.eslintrc.json rename to features-and-integrations/privy-react-farcaster/.eslintrc.json diff --git a/examples/privy-react-farcaster/.gitignore b/features-and-integrations/privy-react-farcaster/.gitignore similarity index 100% rename from examples/privy-react-farcaster/.gitignore rename to features-and-integrations/privy-react-farcaster/.gitignore diff --git a/examples/privy-react-farcaster/.prettierrc b/features-and-integrations/privy-react-farcaster/.prettierrc similarity index 100% rename from examples/privy-react-farcaster/.prettierrc rename to features-and-integrations/privy-react-farcaster/.prettierrc diff --git a/examples/privy-react-farcaster/README.md b/features-and-integrations/privy-react-farcaster/README.md similarity index 100% rename from examples/privy-react-farcaster/README.md rename to features-and-integrations/privy-react-farcaster/README.md diff --git a/examples/privy-react-farcaster/components/svg/blobby.tsx b/features-and-integrations/privy-react-farcaster/components/svg/blobby.tsx similarity index 100% rename from examples/privy-react-farcaster/components/svg/blobby.tsx rename to features-and-integrations/privy-react-farcaster/components/svg/blobby.tsx diff --git a/examples/privy-react-farcaster/next.config.js b/features-and-integrations/privy-react-farcaster/next.config.js similarity index 100% rename from examples/privy-react-farcaster/next.config.js rename to features-and-integrations/privy-react-farcaster/next.config.js diff --git a/examples/privy-react-farcaster/package-lock.json b/features-and-integrations/privy-react-farcaster/package-lock.json similarity index 100% rename from examples/privy-react-farcaster/package-lock.json rename to features-and-integrations/privy-react-farcaster/package-lock.json diff --git a/examples/privy-react-farcaster/package.json b/features-and-integrations/privy-react-farcaster/package.json similarity index 100% rename from examples/privy-react-farcaster/package.json rename to features-and-integrations/privy-react-farcaster/package.json diff --git a/examples/privy-react-farcaster/pages/_app.tsx b/features-and-integrations/privy-react-farcaster/pages/_app.tsx similarity index 100% rename from examples/privy-react-farcaster/pages/_app.tsx rename to features-and-integrations/privy-react-farcaster/pages/_app.tsx diff --git a/examples/privy-react-farcaster/pages/_document.tsx b/features-and-integrations/privy-react-farcaster/pages/_document.tsx similarity index 100% rename from examples/privy-react-farcaster/pages/_document.tsx rename to features-and-integrations/privy-react-farcaster/pages/_document.tsx diff --git a/examples/privy-react-farcaster/pages/farcaster.tsx b/features-and-integrations/privy-react-farcaster/pages/farcaster.tsx similarity index 100% rename from examples/privy-react-farcaster/pages/farcaster.tsx rename to features-and-integrations/privy-react-farcaster/pages/farcaster.tsx diff --git a/examples/privy-react-farcaster/pages/index.tsx b/features-and-integrations/privy-react-farcaster/pages/index.tsx similarity index 100% rename from examples/privy-react-farcaster/pages/index.tsx rename to features-and-integrations/privy-react-farcaster/pages/index.tsx diff --git a/examples/privy-react-farcaster/postcss.config.js b/features-and-integrations/privy-react-farcaster/postcss.config.js similarity index 100% rename from examples/privy-react-farcaster/postcss.config.js rename to features-and-integrations/privy-react-farcaster/postcss.config.js diff --git a/examples/privy-react-farcaster/public/images/blobby-192.png b/features-and-integrations/privy-react-farcaster/public/images/blobby-192.png similarity index 100% rename from examples/privy-react-farcaster/public/images/blobby-192.png rename to features-and-integrations/privy-react-farcaster/public/images/blobby-192.png diff --git a/examples/privy-react-farcaster/public/images/blobby-512.png b/features-and-integrations/privy-react-farcaster/public/images/blobby-512.png similarity index 100% rename from examples/privy-react-farcaster/public/images/blobby-512.png rename to features-and-integrations/privy-react-farcaster/public/images/blobby-512.png diff --git a/examples/privy-react-farcaster/public/images/favicon.ico b/features-and-integrations/privy-react-farcaster/public/images/favicon.ico similarity index 100% rename from examples/privy-react-farcaster/public/images/favicon.ico rename to features-and-integrations/privy-react-farcaster/public/images/favicon.ico diff --git a/examples/privy-react-farcaster/public/manifest.json b/features-and-integrations/privy-react-farcaster/public/manifest.json similarity index 100% rename from examples/privy-react-farcaster/public/manifest.json rename to features-and-integrations/privy-react-farcaster/public/manifest.json diff --git a/examples/privy-react-farcaster/public/sw.js b/features-and-integrations/privy-react-farcaster/public/sw.js similarity index 100% rename from examples/privy-react-farcaster/public/sw.js rename to features-and-integrations/privy-react-farcaster/public/sw.js diff --git a/examples/privy-react-farcaster/public/sw.js.map b/features-and-integrations/privy-react-farcaster/public/sw.js.map similarity index 100% rename from examples/privy-react-farcaster/public/sw.js.map rename to features-and-integrations/privy-react-farcaster/public/sw.js.map diff --git a/examples/privy-react-farcaster/public/workbox-e43f5367.js b/features-and-integrations/privy-react-farcaster/public/workbox-e43f5367.js similarity index 100% rename from examples/privy-react-farcaster/public/workbox-e43f5367.js rename to features-and-integrations/privy-react-farcaster/public/workbox-e43f5367.js diff --git a/examples/privy-react-farcaster/public/workbox-e43f5367.js.map b/features-and-integrations/privy-react-farcaster/public/workbox-e43f5367.js.map similarity index 100% rename from examples/privy-react-farcaster/public/workbox-e43f5367.js.map rename to features-and-integrations/privy-react-farcaster/public/workbox-e43f5367.js.map diff --git a/examples/privy-react-farcaster/styles/globals.css b/features-and-integrations/privy-react-farcaster/styles/globals.css similarity index 100% rename from examples/privy-react-farcaster/styles/globals.css rename to features-and-integrations/privy-react-farcaster/styles/globals.css diff --git a/examples/privy-react-farcaster/tailwind.config.js b/features-and-integrations/privy-react-farcaster/tailwind.config.js similarity index 100% rename from examples/privy-react-farcaster/tailwind.config.js rename to features-and-integrations/privy-react-farcaster/tailwind.config.js diff --git a/examples/privy-react-farcaster/tsconfig.json b/features-and-integrations/privy-react-farcaster/tsconfig.json similarity index 100% rename from examples/privy-react-farcaster/tsconfig.json rename to features-and-integrations/privy-react-farcaster/tsconfig.json diff --git a/examples/privy-react-fiat-onramp/.env.example b/features-and-integrations/privy-react-fiat-onramp/.env.example similarity index 100% rename from examples/privy-react-fiat-onramp/.env.example rename to features-and-integrations/privy-react-fiat-onramp/.env.example diff --git a/examples/privy-react-fiat-onramp/.gitignore b/features-and-integrations/privy-react-fiat-onramp/.gitignore similarity index 100% rename from examples/privy-react-fiat-onramp/.gitignore rename to features-and-integrations/privy-react-fiat-onramp/.gitignore diff --git a/examples/privy-react-fiat-onramp/README.md b/features-and-integrations/privy-react-fiat-onramp/README.md similarity index 100% rename from examples/privy-react-fiat-onramp/README.md rename to features-and-integrations/privy-react-fiat-onramp/README.md diff --git a/examples/privy-react-fiat-onramp/components/.keep b/features-and-integrations/privy-react-fiat-onramp/components/.keep similarity index 100% rename from examples/privy-react-fiat-onramp/components/.keep rename to features-and-integrations/privy-react-fiat-onramp/components/.keep diff --git a/examples/privy-react-fiat-onramp/components/graphics/LoginGraphic.tsx b/features-and-integrations/privy-react-fiat-onramp/components/graphics/LoginGraphic.tsx similarity index 100% rename from examples/privy-react-fiat-onramp/components/graphics/LoginGraphic.tsx rename to features-and-integrations/privy-react-fiat-onramp/components/graphics/LoginGraphic.tsx diff --git a/examples/privy-react-fiat-onramp/components/graphics/PortalGraphic.tsx b/features-and-integrations/privy-react-fiat-onramp/components/graphics/PortalGraphic.tsx similarity index 100% rename from examples/privy-react-fiat-onramp/components/graphics/PortalGraphic.tsx rename to features-and-integrations/privy-react-fiat-onramp/components/graphics/PortalGraphic.tsx diff --git a/examples/privy-react-fiat-onramp/components/logo.tsx b/features-and-integrations/privy-react-fiat-onramp/components/logo.tsx similarity index 100% rename from examples/privy-react-fiat-onramp/components/logo.tsx rename to features-and-integrations/privy-react-fiat-onramp/components/logo.tsx diff --git a/examples/privy-react-fiat-onramp/components/navbar.tsx b/features-and-integrations/privy-react-fiat-onramp/components/navbar.tsx similarity index 100% rename from examples/privy-react-fiat-onramp/components/navbar.tsx rename to features-and-integrations/privy-react-fiat-onramp/components/navbar.tsx diff --git a/examples/privy-react-fiat-onramp/components/onramp.tsx b/features-and-integrations/privy-react-fiat-onramp/components/onramp.tsx similarity index 100% rename from examples/privy-react-fiat-onramp/components/onramp.tsx rename to features-and-integrations/privy-react-fiat-onramp/components/onramp.tsx diff --git a/examples/privy-react-fiat-onramp/extensions.json b/features-and-integrations/privy-react-fiat-onramp/extensions.json similarity index 100% rename from examples/privy-react-fiat-onramp/extensions.json rename to features-and-integrations/privy-react-fiat-onramp/extensions.json diff --git a/examples/privy-react-fiat-onramp/next-env.d.ts b/features-and-integrations/privy-react-fiat-onramp/next-env.d.ts similarity index 100% rename from examples/privy-react-fiat-onramp/next-env.d.ts rename to features-and-integrations/privy-react-fiat-onramp/next-env.d.ts diff --git a/examples/privy-react-fiat-onramp/next.config.js b/features-and-integrations/privy-react-fiat-onramp/next.config.js similarity index 100% rename from examples/privy-react-fiat-onramp/next.config.js rename to features-and-integrations/privy-react-fiat-onramp/next.config.js diff --git a/examples/privy-react-fiat-onramp/package-lock.json b/features-and-integrations/privy-react-fiat-onramp/package-lock.json similarity index 100% rename from examples/privy-react-fiat-onramp/package-lock.json rename to features-and-integrations/privy-react-fiat-onramp/package-lock.json diff --git a/examples/privy-react-fiat-onramp/package.json b/features-and-integrations/privy-react-fiat-onramp/package.json similarity index 100% rename from examples/privy-react-fiat-onramp/package.json rename to features-and-integrations/privy-react-fiat-onramp/package.json diff --git a/examples/privy-react-fiat-onramp/pages/_app.tsx b/features-and-integrations/privy-react-fiat-onramp/pages/_app.tsx similarity index 100% rename from examples/privy-react-fiat-onramp/pages/_app.tsx rename to features-and-integrations/privy-react-fiat-onramp/pages/_app.tsx diff --git a/examples/privy-react-fiat-onramp/pages/api/onramp.ts b/features-and-integrations/privy-react-fiat-onramp/pages/api/onramp.ts similarity index 100% rename from examples/privy-react-fiat-onramp/pages/api/onramp.ts rename to features-and-integrations/privy-react-fiat-onramp/pages/api/onramp.ts diff --git a/examples/privy-react-fiat-onramp/pages/api/users/me.ts b/features-and-integrations/privy-react-fiat-onramp/pages/api/users/me.ts similarity index 100% rename from examples/privy-react-fiat-onramp/pages/api/users/me.ts rename to features-and-integrations/privy-react-fiat-onramp/pages/api/users/me.ts diff --git a/examples/privy-react-fiat-onramp/pages/home.tsx b/features-and-integrations/privy-react-fiat-onramp/pages/home.tsx similarity index 100% rename from examples/privy-react-fiat-onramp/pages/home.tsx rename to features-and-integrations/privy-react-fiat-onramp/pages/home.tsx diff --git a/examples/privy-react-fiat-onramp/pages/index.tsx b/features-and-integrations/privy-react-fiat-onramp/pages/index.tsx similarity index 100% rename from examples/privy-react-fiat-onramp/pages/index.tsx rename to features-and-integrations/privy-react-fiat-onramp/pages/index.tsx diff --git a/examples/privy-react-fiat-onramp/pages/logout.tsx b/features-and-integrations/privy-react-fiat-onramp/pages/logout.tsx similarity index 100% rename from examples/privy-react-fiat-onramp/pages/logout.tsx rename to features-and-integrations/privy-react-fiat-onramp/pages/logout.tsx diff --git a/examples/privy-react-fiat-onramp/postcss.config.js b/features-and-integrations/privy-react-fiat-onramp/postcss.config.js similarity index 100% rename from examples/privy-react-fiat-onramp/postcss.config.js rename to features-and-integrations/privy-react-fiat-onramp/postcss.config.js diff --git a/examples/privy-react-fiat-onramp/public/favicon.ico b/features-and-integrations/privy-react-fiat-onramp/public/favicon.ico similarity index 100% rename from examples/privy-react-fiat-onramp/public/favicon.ico rename to features-and-integrations/privy-react-fiat-onramp/public/favicon.ico diff --git a/examples/privy-react-fiat-onramp/public/fonts/AdelleSans-Regular.woff b/features-and-integrations/privy-react-fiat-onramp/public/fonts/AdelleSans-Regular.woff similarity index 100% rename from examples/privy-react-fiat-onramp/public/fonts/AdelleSans-Regular.woff rename to features-and-integrations/privy-react-fiat-onramp/public/fonts/AdelleSans-Regular.woff diff --git a/examples/privy-react-fiat-onramp/public/fonts/AdelleSans-Regular.woff2 b/features-and-integrations/privy-react-fiat-onramp/public/fonts/AdelleSans-Regular.woff2 similarity index 100% rename from examples/privy-react-fiat-onramp/public/fonts/AdelleSans-Regular.woff2 rename to features-and-integrations/privy-react-fiat-onramp/public/fonts/AdelleSans-Regular.woff2 diff --git a/examples/privy-react-fiat-onramp/public/fonts/AdelleSans-Semibold.woff b/features-and-integrations/privy-react-fiat-onramp/public/fonts/AdelleSans-Semibold.woff similarity index 100% rename from examples/privy-react-fiat-onramp/public/fonts/AdelleSans-Semibold.woff rename to features-and-integrations/privy-react-fiat-onramp/public/fonts/AdelleSans-Semibold.woff diff --git a/examples/privy-react-fiat-onramp/public/fonts/AdelleSans-Semibold.woff2 b/features-and-integrations/privy-react-fiat-onramp/public/fonts/AdelleSans-Semibold.woff2 similarity index 100% rename from examples/privy-react-fiat-onramp/public/fonts/AdelleSans-Semibold.woff2 rename to features-and-integrations/privy-react-fiat-onramp/public/fonts/AdelleSans-Semibold.woff2 diff --git a/examples/privy-react-fiat-onramp/public/images/avatar.png b/features-and-integrations/privy-react-fiat-onramp/public/images/avatar.png similarity index 100% rename from examples/privy-react-fiat-onramp/public/images/avatar.png rename to features-and-integrations/privy-react-fiat-onramp/public/images/avatar.png diff --git a/examples/privy-react-fiat-onramp/public/images/moonpay.svg b/features-and-integrations/privy-react-fiat-onramp/public/images/moonpay.svg similarity index 100% rename from examples/privy-react-fiat-onramp/public/images/moonpay.svg rename to features-and-integrations/privy-react-fiat-onramp/public/images/moonpay.svg diff --git a/examples/privy-react-fiat-onramp/public/logos/privy-logo.png b/features-and-integrations/privy-react-fiat-onramp/public/logos/privy-logo.png similarity index 100% rename from examples/privy-react-fiat-onramp/public/logos/privy-logo.png rename to features-and-integrations/privy-react-fiat-onramp/public/logos/privy-logo.png diff --git a/examples/privy-react-fiat-onramp/public/logos/privy-logomark.png b/features-and-integrations/privy-react-fiat-onramp/public/logos/privy-logomark.png similarity index 100% rename from examples/privy-react-fiat-onramp/public/logos/privy-logomark.png rename to features-and-integrations/privy-react-fiat-onramp/public/logos/privy-logomark.png diff --git a/examples/privy-react-fiat-onramp/renovate.json b/features-and-integrations/privy-react-fiat-onramp/renovate.json similarity index 100% rename from examples/privy-react-fiat-onramp/renovate.json rename to features-and-integrations/privy-react-fiat-onramp/renovate.json diff --git a/examples/privy-react-fiat-onramp/styles/globals.css b/features-and-integrations/privy-react-fiat-onramp/styles/globals.css similarity index 100% rename from examples/privy-react-fiat-onramp/styles/globals.css rename to features-and-integrations/privy-react-fiat-onramp/styles/globals.css diff --git a/examples/privy-react-fiat-onramp/tailwind.config.js b/features-and-integrations/privy-react-fiat-onramp/tailwind.config.js similarity index 100% rename from examples/privy-react-fiat-onramp/tailwind.config.js rename to features-and-integrations/privy-react-fiat-onramp/tailwind.config.js diff --git a/examples/privy-react-fiat-onramp/tsconfig.json b/features-and-integrations/privy-react-fiat-onramp/tsconfig.json similarity index 100% rename from examples/privy-react-fiat-onramp/tsconfig.json rename to features-and-integrations/privy-react-fiat-onramp/tsconfig.json diff --git a/examples/privy-react-frames-v2/.env.example b/features-and-integrations/privy-react-frames-v2/.env.example similarity index 100% rename from examples/privy-react-frames-v2/.env.example rename to features-and-integrations/privy-react-frames-v2/.env.example diff --git a/examples/privy-react-frames-v2/.gitignore b/features-and-integrations/privy-react-frames-v2/.gitignore similarity index 100% rename from examples/privy-react-frames-v2/.gitignore rename to features-and-integrations/privy-react-frames-v2/.gitignore diff --git a/examples/privy-react-frames-v2/README.md b/features-and-integrations/privy-react-frames-v2/README.md similarity index 100% rename from examples/privy-react-frames-v2/README.md rename to features-and-integrations/privy-react-frames-v2/README.md diff --git a/examples/privy-react-frames-v2/components.json b/features-and-integrations/privy-react-frames-v2/components.json similarity index 100% rename from examples/privy-react-frames-v2/components.json rename to features-and-integrations/privy-react-frames-v2/components.json diff --git a/examples/privy-react-frames-v2/eslint.config.mjs b/features-and-integrations/privy-react-frames-v2/eslint.config.mjs similarity index 100% rename from examples/privy-react-frames-v2/eslint.config.mjs rename to features-and-integrations/privy-react-frames-v2/eslint.config.mjs diff --git a/examples/privy-react-frames-v2/next.config.ts b/features-and-integrations/privy-react-frames-v2/next.config.ts similarity index 100% rename from examples/privy-react-frames-v2/next.config.ts rename to features-and-integrations/privy-react-frames-v2/next.config.ts diff --git a/examples/privy-react-frames-v2/package.json b/features-and-integrations/privy-react-frames-v2/package.json similarity index 100% rename from examples/privy-react-frames-v2/package.json rename to features-and-integrations/privy-react-frames-v2/package.json diff --git a/examples/privy-react-frames-v2/pnpm-lock.yaml b/features-and-integrations/privy-react-frames-v2/pnpm-lock.yaml similarity index 100% rename from examples/privy-react-frames-v2/pnpm-lock.yaml rename to features-and-integrations/privy-react-frames-v2/pnpm-lock.yaml diff --git a/examples/privy-react-frames-v2/postcss.config.mjs b/features-and-integrations/privy-react-frames-v2/postcss.config.mjs similarity index 100% rename from examples/privy-react-frames-v2/postcss.config.mjs rename to features-and-integrations/privy-react-frames-v2/postcss.config.mjs diff --git a/examples/privy-react-frames-v2/public/icon.png b/features-and-integrations/privy-react-frames-v2/public/icon.png similarity index 100% rename from examples/privy-react-frames-v2/public/icon.png rename to features-and-integrations/privy-react-frames-v2/public/icon.png diff --git a/examples/privy-react-frames-v2/public/opengraph-image.png b/features-and-integrations/privy-react-frames-v2/public/opengraph-image.png similarity index 100% rename from examples/privy-react-frames-v2/public/opengraph-image.png rename to features-and-integrations/privy-react-frames-v2/public/opengraph-image.png diff --git a/examples/privy-react-frames-v2/src/app/.well-known/farcaster.json/route.ts b/features-and-integrations/privy-react-frames-v2/src/app/.well-known/farcaster.json/route.ts similarity index 100% rename from examples/privy-react-frames-v2/src/app/.well-known/farcaster.json/route.ts rename to features-and-integrations/privy-react-frames-v2/src/app/.well-known/farcaster.json/route.ts diff --git a/examples/privy-react-frames-v2/src/app/favicon.ico b/features-and-integrations/privy-react-frames-v2/src/app/favicon.ico similarity index 100% rename from examples/privy-react-frames-v2/src/app/favicon.ico rename to features-and-integrations/privy-react-frames-v2/src/app/favicon.ico diff --git a/examples/privy-react-frames-v2/src/app/globals.css b/features-and-integrations/privy-react-frames-v2/src/app/globals.css similarity index 100% rename from examples/privy-react-frames-v2/src/app/globals.css rename to features-and-integrations/privy-react-frames-v2/src/app/globals.css diff --git a/examples/privy-react-frames-v2/src/app/layout.tsx b/features-and-integrations/privy-react-frames-v2/src/app/layout.tsx similarity index 100% rename from examples/privy-react-frames-v2/src/app/layout.tsx rename to features-and-integrations/privy-react-frames-v2/src/app/layout.tsx diff --git a/examples/privy-react-frames-v2/src/app/page.tsx b/features-and-integrations/privy-react-frames-v2/src/app/page.tsx similarity index 100% rename from examples/privy-react-frames-v2/src/app/page.tsx rename to features-and-integrations/privy-react-frames-v2/src/app/page.tsx diff --git a/examples/privy-react-frames-v2/src/app/providers/providers.tsx b/features-and-integrations/privy-react-frames-v2/src/app/providers/providers.tsx similarity index 100% rename from examples/privy-react-frames-v2/src/app/providers/providers.tsx rename to features-and-integrations/privy-react-frames-v2/src/app/providers/providers.tsx diff --git a/examples/privy-react-frames-v2/src/components/send-transaction-button.tsx b/features-and-integrations/privy-react-frames-v2/src/components/send-transaction-button.tsx similarity index 100% rename from examples/privy-react-frames-v2/src/components/send-transaction-button.tsx rename to features-and-integrations/privy-react-frames-v2/src/components/send-transaction-button.tsx diff --git a/examples/privy-react-frames-v2/src/components/ui/accordion.tsx b/features-and-integrations/privy-react-frames-v2/src/components/ui/accordion.tsx similarity index 100% rename from examples/privy-react-frames-v2/src/components/ui/accordion.tsx rename to features-and-integrations/privy-react-frames-v2/src/components/ui/accordion.tsx diff --git a/examples/privy-react-frames-v2/src/components/ui/avatar.tsx b/features-and-integrations/privy-react-frames-v2/src/components/ui/avatar.tsx similarity index 100% rename from examples/privy-react-frames-v2/src/components/ui/avatar.tsx rename to features-and-integrations/privy-react-frames-v2/src/components/ui/avatar.tsx diff --git a/examples/privy-react-frames-v2/src/components/ui/button.tsx b/features-and-integrations/privy-react-frames-v2/src/components/ui/button.tsx similarity index 100% rename from examples/privy-react-frames-v2/src/components/ui/button.tsx rename to features-and-integrations/privy-react-frames-v2/src/components/ui/button.tsx diff --git a/examples/privy-react-frames-v2/src/components/ui/fullscreen-loader.tsx b/features-and-integrations/privy-react-frames-v2/src/components/ui/fullscreen-loader.tsx similarity index 100% rename from examples/privy-react-frames-v2/src/components/ui/fullscreen-loader.tsx rename to features-and-integrations/privy-react-frames-v2/src/components/ui/fullscreen-loader.tsx diff --git a/examples/privy-react-frames-v2/src/components/user-info.tsx b/features-and-integrations/privy-react-frames-v2/src/components/user-info.tsx similarity index 100% rename from examples/privy-react-frames-v2/src/components/user-info.tsx rename to features-and-integrations/privy-react-frames-v2/src/components/user-info.tsx diff --git a/examples/privy-react-frames-v2/src/lib/utils.ts b/features-and-integrations/privy-react-frames-v2/src/lib/utils.ts similarity index 100% rename from examples/privy-react-frames-v2/src/lib/utils.ts rename to features-and-integrations/privy-react-frames-v2/src/lib/utils.ts diff --git a/examples/privy-react-frames-v2/tsconfig.json b/features-and-integrations/privy-react-frames-v2/tsconfig.json similarity index 100% rename from examples/privy-react-frames-v2/tsconfig.json rename to features-and-integrations/privy-react-frames-v2/tsconfig.json diff --git a/examples/privy-react-funding/.gitignore b/features-and-integrations/privy-react-funding/.gitignore similarity index 100% rename from examples/privy-react-funding/.gitignore rename to features-and-integrations/privy-react-funding/.gitignore diff --git a/examples/privy-react-funding/README.md b/features-and-integrations/privy-react-funding/README.md similarity index 100% rename from examples/privy-react-funding/README.md rename to features-and-integrations/privy-react-funding/README.md diff --git a/examples/privy-react-funding/app/Content.tsx b/features-and-integrations/privy-react-funding/app/Content.tsx similarity index 100% rename from examples/privy-react-funding/app/Content.tsx rename to features-and-integrations/privy-react-funding/app/Content.tsx diff --git a/examples/privy-react-funding/app/Provider.tsx b/features-and-integrations/privy-react-funding/app/Provider.tsx similarity index 100% rename from examples/privy-react-funding/app/Provider.tsx rename to features-and-integrations/privy-react-funding/app/Provider.tsx diff --git a/examples/privy-react-funding/app/favicon.ico b/features-and-integrations/privy-react-funding/app/favicon.ico similarity index 100% rename from examples/privy-react-funding/app/favicon.ico rename to features-and-integrations/privy-react-funding/app/favicon.ico diff --git a/examples/privy-react-funding/app/globals.css b/features-and-integrations/privy-react-funding/app/globals.css similarity index 100% rename from examples/privy-react-funding/app/globals.css rename to features-and-integrations/privy-react-funding/app/globals.css diff --git a/examples/privy-react-funding/app/layout.tsx b/features-and-integrations/privy-react-funding/app/layout.tsx similarity index 100% rename from examples/privy-react-funding/app/layout.tsx rename to features-and-integrations/privy-react-funding/app/layout.tsx diff --git a/examples/privy-react-funding/app/page.tsx b/features-and-integrations/privy-react-funding/app/page.tsx similarity index 100% rename from examples/privy-react-funding/app/page.tsx rename to features-and-integrations/privy-react-funding/app/page.tsx diff --git a/examples/privy-react-funding/eslint.config.mjs b/features-and-integrations/privy-react-funding/eslint.config.mjs similarity index 100% rename from examples/privy-react-funding/eslint.config.mjs rename to features-and-integrations/privy-react-funding/eslint.config.mjs diff --git a/examples/privy-react-funding/lib/privy/FundingButton.tsx b/features-and-integrations/privy-react-funding/lib/privy/FundingButton.tsx similarity index 100% rename from examples/privy-react-funding/lib/privy/FundingButton.tsx rename to features-and-integrations/privy-react-funding/lib/privy/FundingButton.tsx diff --git a/examples/privy-react-funding/lib/privy/Header.tsx b/features-and-integrations/privy-react-funding/lib/privy/Header.tsx similarity index 100% rename from examples/privy-react-funding/lib/privy/Header.tsx rename to features-and-integrations/privy-react-funding/lib/privy/Header.tsx diff --git a/examples/privy-react-funding/lib/privy/LoginButton.tsx b/features-and-integrations/privy-react-funding/lib/privy/LoginButton.tsx similarity index 100% rename from examples/privy-react-funding/lib/privy/LoginButton.tsx rename to features-and-integrations/privy-react-funding/lib/privy/LoginButton.tsx diff --git a/examples/privy-react-funding/next.config.ts b/features-and-integrations/privy-react-funding/next.config.ts similarity index 100% rename from examples/privy-react-funding/next.config.ts rename to features-and-integrations/privy-react-funding/next.config.ts diff --git a/examples/privy-react-funding/package-lock.json b/features-and-integrations/privy-react-funding/package-lock.json similarity index 100% rename from examples/privy-react-funding/package-lock.json rename to features-and-integrations/privy-react-funding/package-lock.json diff --git a/examples/privy-react-funding/package.json b/features-and-integrations/privy-react-funding/package.json similarity index 100% rename from examples/privy-react-funding/package.json rename to features-and-integrations/privy-react-funding/package.json diff --git a/examples/privy-react-funding/postcss.config.mjs b/features-and-integrations/privy-react-funding/postcss.config.mjs similarity index 100% rename from examples/privy-react-funding/postcss.config.mjs rename to features-and-integrations/privy-react-funding/postcss.config.mjs diff --git a/examples/privy-react-funding/public/file.svg b/features-and-integrations/privy-react-funding/public/file.svg similarity index 100% rename from examples/privy-react-funding/public/file.svg rename to features-and-integrations/privy-react-funding/public/file.svg diff --git a/examples/privy-react-funding/public/globe.svg b/features-and-integrations/privy-react-funding/public/globe.svg similarity index 100% rename from examples/privy-react-funding/public/globe.svg rename to features-and-integrations/privy-react-funding/public/globe.svg diff --git a/examples/privy-react-funding/public/next.svg b/features-and-integrations/privy-react-funding/public/next.svg similarity index 100% rename from examples/privy-react-funding/public/next.svg rename to features-and-integrations/privy-react-funding/public/next.svg diff --git a/examples/privy-react-funding/public/vercel.svg b/features-and-integrations/privy-react-funding/public/vercel.svg similarity index 100% rename from examples/privy-react-funding/public/vercel.svg rename to features-and-integrations/privy-react-funding/public/vercel.svg diff --git a/examples/privy-react-funding/public/window.svg b/features-and-integrations/privy-react-funding/public/window.svg similarity index 100% rename from examples/privy-react-funding/public/window.svg rename to features-and-integrations/privy-react-funding/public/window.svg diff --git a/examples/privy-react-funding/tailwind.config.ts b/features-and-integrations/privy-react-funding/tailwind.config.ts similarity index 100% rename from examples/privy-react-funding/tailwind.config.ts rename to features-and-integrations/privy-react-funding/tailwind.config.ts diff --git a/examples/privy-react-funding/tsconfig.json b/features-and-integrations/privy-react-funding/tsconfig.json similarity index 100% rename from examples/privy-react-funding/tsconfig.json rename to features-and-integrations/privy-react-funding/tsconfig.json diff --git a/examples/privy-react-permissionless/.env.example b/features-and-integrations/privy-react-permissionless/.env.example similarity index 100% rename from examples/privy-react-permissionless/.env.example rename to features-and-integrations/privy-react-permissionless/.env.example diff --git a/examples/privy-react-permissionless/.gitignore b/features-and-integrations/privy-react-permissionless/.gitignore similarity index 100% rename from examples/privy-react-permissionless/.gitignore rename to features-and-integrations/privy-react-permissionless/.gitignore diff --git a/examples/privy-react-permissionless/LICENSE b/features-and-integrations/privy-react-permissionless/LICENSE similarity index 100% rename from examples/privy-react-permissionless/LICENSE rename to features-and-integrations/privy-react-permissionless/LICENSE diff --git a/examples/privy-react-permissionless/README.md b/features-and-integrations/privy-react-permissionless/README.md similarity index 100% rename from examples/privy-react-permissionless/README.md rename to features-and-integrations/privy-react-permissionless/README.md diff --git a/examples/privy-react-permissionless/components/.keep b/features-and-integrations/privy-react-permissionless/components/.keep similarity index 100% rename from examples/privy-react-permissionless/components/.keep rename to features-and-integrations/privy-react-permissionless/components/.keep diff --git a/examples/privy-react-permissionless/components/AlertWithLink.tsx b/features-and-integrations/privy-react-permissionless/components/AlertWithLink.tsx similarity index 100% rename from examples/privy-react-permissionless/components/AlertWithLink.tsx rename to features-and-integrations/privy-react-permissionless/components/AlertWithLink.tsx diff --git a/examples/privy-react-permissionless/components/FormattedDate.tsx b/features-and-integrations/privy-react-permissionless/components/FormattedDate.tsx similarity index 100% rename from examples/privy-react-permissionless/components/FormattedDate.tsx rename to features-and-integrations/privy-react-permissionless/components/FormattedDate.tsx diff --git a/examples/privy-react-permissionless/components/Layout.tsx b/features-and-integrations/privy-react-permissionless/components/Layout.tsx similarity index 100% rename from examples/privy-react-permissionless/components/Layout.tsx rename to features-and-integrations/privy-react-permissionless/components/Layout.tsx diff --git a/examples/privy-react-permissionless/components/Logo.tsx b/features-and-integrations/privy-react-permissionless/components/Logo.tsx similarity index 100% rename from examples/privy-react-permissionless/components/Logo.tsx rename to features-and-integrations/privy-react-permissionless/components/Logo.tsx diff --git a/examples/privy-react-permissionless/components/Navbar.tsx b/features-and-integrations/privy-react-permissionless/components/Navbar.tsx similarity index 100% rename from examples/privy-react-permissionless/components/Navbar.tsx rename to features-and-integrations/privy-react-permissionless/components/Navbar.tsx diff --git a/examples/privy-react-permissionless/components/graphics/Login.tsx b/features-and-integrations/privy-react-permissionless/components/graphics/Login.tsx similarity index 100% rename from examples/privy-react-permissionless/components/graphics/Login.tsx rename to features-and-integrations/privy-react-permissionless/components/graphics/Login.tsx diff --git a/examples/privy-react-permissionless/components/graphics/Portal.tsx b/features-and-integrations/privy-react-permissionless/components/graphics/Portal.tsx similarity index 100% rename from examples/privy-react-permissionless/components/graphics/Portal.tsx rename to features-and-integrations/privy-react-permissionless/components/graphics/Portal.tsx diff --git a/examples/privy-react-permissionless/extensions.json b/features-and-integrations/privy-react-permissionless/extensions.json similarity index 100% rename from examples/privy-react-permissionless/extensions.json rename to features-and-integrations/privy-react-permissionless/extensions.json diff --git a/examples/privy-react-permissionless/hooks/SmartAccountContext.tsx b/features-and-integrations/privy-react-permissionless/hooks/SmartAccountContext.tsx similarity index 100% rename from examples/privy-react-permissionless/hooks/SmartAccountContext.tsx rename to features-and-integrations/privy-react-permissionless/hooks/SmartAccountContext.tsx diff --git a/examples/privy-react-permissionless/lib/constants.ts b/features-and-integrations/privy-react-permissionless/lib/constants.ts similarity index 100% rename from examples/privy-react-permissionless/lib/constants.ts rename to features-and-integrations/privy-react-permissionless/lib/constants.ts diff --git a/examples/privy-react-permissionless/lib/nftABI.json b/features-and-integrations/privy-react-permissionless/lib/nftABI.json similarity index 100% rename from examples/privy-react-permissionless/lib/nftABI.json rename to features-and-integrations/privy-react-permissionless/lib/nftABI.json diff --git a/examples/privy-react-permissionless/next-env.d.ts b/features-and-integrations/privy-react-permissionless/next-env.d.ts similarity index 100% rename from examples/privy-react-permissionless/next-env.d.ts rename to features-and-integrations/privy-react-permissionless/next-env.d.ts diff --git a/examples/privy-react-permissionless/next.config.js b/features-and-integrations/privy-react-permissionless/next.config.js similarity index 100% rename from examples/privy-react-permissionless/next.config.js rename to features-and-integrations/privy-react-permissionless/next.config.js diff --git a/examples/privy-react-permissionless/package-lock.json b/features-and-integrations/privy-react-permissionless/package-lock.json similarity index 100% rename from examples/privy-react-permissionless/package-lock.json rename to features-and-integrations/privy-react-permissionless/package-lock.json diff --git a/examples/privy-react-permissionless/package.json b/features-and-integrations/privy-react-permissionless/package.json similarity index 100% rename from examples/privy-react-permissionless/package.json rename to features-and-integrations/privy-react-permissionless/package.json diff --git a/examples/privy-react-permissionless/pages/_app.tsx b/features-and-integrations/privy-react-permissionless/pages/_app.tsx similarity index 100% rename from examples/privy-react-permissionless/pages/_app.tsx rename to features-and-integrations/privy-react-permissionless/pages/_app.tsx diff --git a/examples/privy-react-permissionless/pages/dashboard.tsx b/features-and-integrations/privy-react-permissionless/pages/dashboard.tsx similarity index 100% rename from examples/privy-react-permissionless/pages/dashboard.tsx rename to features-and-integrations/privy-react-permissionless/pages/dashboard.tsx diff --git a/examples/privy-react-permissionless/pages/index.tsx b/features-and-integrations/privy-react-permissionless/pages/index.tsx similarity index 100% rename from examples/privy-react-permissionless/pages/index.tsx rename to features-and-integrations/privy-react-permissionless/pages/index.tsx diff --git a/examples/privy-react-permissionless/postcss.config.js b/features-and-integrations/privy-react-permissionless/postcss.config.js similarity index 100% rename from examples/privy-react-permissionless/postcss.config.js rename to features-and-integrations/privy-react-permissionless/postcss.config.js diff --git a/examples/privy-react-permissionless/public/favicons/android-chrome-192x192.png b/features-and-integrations/privy-react-permissionless/public/favicons/android-chrome-192x192.png similarity index 100% rename from examples/privy-react-permissionless/public/favicons/android-chrome-192x192.png rename to features-and-integrations/privy-react-permissionless/public/favicons/android-chrome-192x192.png diff --git a/examples/privy-react-permissionless/public/favicons/android-chrome-512x512.png b/features-and-integrations/privy-react-permissionless/public/favicons/android-chrome-512x512.png similarity index 100% rename from examples/privy-react-permissionless/public/favicons/android-chrome-512x512.png rename to features-and-integrations/privy-react-permissionless/public/favicons/android-chrome-512x512.png diff --git a/examples/privy-react-permissionless/public/favicons/apple-touch-icon.png b/features-and-integrations/privy-react-permissionless/public/favicons/apple-touch-icon.png similarity index 100% rename from examples/privy-react-permissionless/public/favicons/apple-touch-icon.png rename to features-and-integrations/privy-react-permissionless/public/favicons/apple-touch-icon.png diff --git a/examples/privy-react-permissionless/public/favicons/favicon.ico b/features-and-integrations/privy-react-permissionless/public/favicons/favicon.ico similarity index 100% rename from examples/privy-react-permissionless/public/favicons/favicon.ico rename to features-and-integrations/privy-react-permissionless/public/favicons/favicon.ico diff --git a/examples/privy-react-permissionless/public/favicons/icon.svg b/features-and-integrations/privy-react-permissionless/public/favicons/icon.svg similarity index 100% rename from examples/privy-react-permissionless/public/favicons/icon.svg rename to features-and-integrations/privy-react-permissionless/public/favicons/icon.svg diff --git a/examples/privy-react-permissionless/public/favicons/manifest.json b/features-and-integrations/privy-react-permissionless/public/favicons/manifest.json similarity index 100% rename from examples/privy-react-permissionless/public/favicons/manifest.json rename to features-and-integrations/privy-react-permissionless/public/favicons/manifest.json diff --git a/examples/privy-react-permissionless/public/fonts/AdelleSans-Regular.woff b/features-and-integrations/privy-react-permissionless/public/fonts/AdelleSans-Regular.woff similarity index 100% rename from examples/privy-react-permissionless/public/fonts/AdelleSans-Regular.woff rename to features-and-integrations/privy-react-permissionless/public/fonts/AdelleSans-Regular.woff diff --git a/examples/privy-react-permissionless/public/fonts/AdelleSans-Regular.woff2 b/features-and-integrations/privy-react-permissionless/public/fonts/AdelleSans-Regular.woff2 similarity index 100% rename from examples/privy-react-permissionless/public/fonts/AdelleSans-Regular.woff2 rename to features-and-integrations/privy-react-permissionless/public/fonts/AdelleSans-Regular.woff2 diff --git a/examples/privy-react-permissionless/public/fonts/AdelleSans-Semibold.woff b/features-and-integrations/privy-react-permissionless/public/fonts/AdelleSans-Semibold.woff similarity index 100% rename from examples/privy-react-permissionless/public/fonts/AdelleSans-Semibold.woff rename to features-and-integrations/privy-react-permissionless/public/fonts/AdelleSans-Semibold.woff diff --git a/examples/privy-react-permissionless/public/fonts/AdelleSans-Semibold.woff2 b/features-and-integrations/privy-react-permissionless/public/fonts/AdelleSans-Semibold.woff2 similarity index 100% rename from examples/privy-react-permissionless/public/fonts/AdelleSans-Semibold.woff2 rename to features-and-integrations/privy-react-permissionless/public/fonts/AdelleSans-Semibold.woff2 diff --git a/examples/privy-react-permissionless/public/images/avatar.png b/features-and-integrations/privy-react-permissionless/public/images/avatar.png similarity index 100% rename from examples/privy-react-permissionless/public/images/avatar.png rename to features-and-integrations/privy-react-permissionless/public/images/avatar.png diff --git a/examples/privy-react-permissionless/public/logos/privy-logo.png b/features-and-integrations/privy-react-permissionless/public/logos/privy-logo.png similarity index 100% rename from examples/privy-react-permissionless/public/logos/privy-logo.png rename to features-and-integrations/privy-react-permissionless/public/logos/privy-logo.png diff --git a/examples/privy-react-permissionless/public/logos/privy-logomark.png b/features-and-integrations/privy-react-permissionless/public/logos/privy-logomark.png similarity index 100% rename from examples/privy-react-permissionless/public/logos/privy-logomark.png rename to features-and-integrations/privy-react-permissionless/public/logos/privy-logomark.png diff --git a/examples/privy-react-permissionless/renovate.json b/features-and-integrations/privy-react-permissionless/renovate.json similarity index 100% rename from examples/privy-react-permissionless/renovate.json rename to features-and-integrations/privy-react-permissionless/renovate.json diff --git a/examples/privy-react-permissionless/styles/globals.css b/features-and-integrations/privy-react-permissionless/styles/globals.css similarity index 100% rename from examples/privy-react-permissionless/styles/globals.css rename to features-and-integrations/privy-react-permissionless/styles/globals.css diff --git a/examples/privy-react-permissionless/tailwind.config.js b/features-and-integrations/privy-react-permissionless/tailwind.config.js similarity index 100% rename from examples/privy-react-permissionless/tailwind.config.js rename to features-and-integrations/privy-react-permissionless/tailwind.config.js diff --git a/examples/privy-react-permissionless/tsconfig.json b/features-and-integrations/privy-react-permissionless/tsconfig.json similarity index 100% rename from examples/privy-react-permissionless/tsconfig.json rename to features-and-integrations/privy-react-permissionless/tsconfig.json diff --git a/examples/privy-react-pwa/.editorconfig b/features-and-integrations/privy-react-pwa/.editorconfig similarity index 100% rename from examples/privy-react-pwa/.editorconfig rename to features-and-integrations/privy-react-pwa/.editorconfig diff --git a/examples/privy-react-pwa/.env.example b/features-and-integrations/privy-react-pwa/.env.example similarity index 100% rename from examples/privy-react-pwa/.env.example rename to features-and-integrations/privy-react-pwa/.env.example diff --git a/examples/privy-react-pwa/.eslintrc b/features-and-integrations/privy-react-pwa/.eslintrc similarity index 100% rename from examples/privy-react-pwa/.eslintrc rename to features-and-integrations/privy-react-pwa/.eslintrc diff --git a/examples/privy-react-pwa/.gitignore b/features-and-integrations/privy-react-pwa/.gitignore similarity index 100% rename from examples/privy-react-pwa/.gitignore rename to features-and-integrations/privy-react-pwa/.gitignore diff --git a/examples/privy-react-pwa/.prettierrc b/features-and-integrations/privy-react-pwa/.prettierrc similarity index 100% rename from examples/privy-react-pwa/.prettierrc rename to features-and-integrations/privy-react-pwa/.prettierrc diff --git a/examples/privy-react-pwa/README.md b/features-and-integrations/privy-react-pwa/README.md similarity index 100% rename from examples/privy-react-pwa/README.md rename to features-and-integrations/privy-react-pwa/README.md diff --git a/examples/privy-react-pwa/components/authenticated-page.tsx b/features-and-integrations/privy-react-pwa/components/authenticated-page.tsx similarity index 100% rename from examples/privy-react-pwa/components/authenticated-page.tsx rename to features-and-integrations/privy-react-pwa/components/authenticated-page.tsx diff --git a/examples/privy-react-pwa/components/bottom-nav.tsx b/features-and-integrations/privy-react-pwa/components/bottom-nav.tsx similarity index 100% rename from examples/privy-react-pwa/components/bottom-nav.tsx rename to features-and-integrations/privy-react-pwa/components/bottom-nav.tsx diff --git a/examples/privy-react-pwa/components/meta.tsx b/features-and-integrations/privy-react-pwa/components/meta.tsx similarity index 100% rename from examples/privy-react-pwa/components/meta.tsx rename to features-and-integrations/privy-react-pwa/components/meta.tsx diff --git a/examples/privy-react-pwa/components/section.tsx b/features-and-integrations/privy-react-pwa/components/section.tsx similarity index 100% rename from examples/privy-react-pwa/components/section.tsx rename to features-and-integrations/privy-react-pwa/components/section.tsx diff --git a/examples/privy-react-pwa/components/svg/blobby.tsx b/features-and-integrations/privy-react-pwa/components/svg/blobby.tsx similarity index 100% rename from examples/privy-react-pwa/components/svg/blobby.tsx rename to features-and-integrations/privy-react-pwa/components/svg/blobby.tsx diff --git a/examples/privy-react-pwa/components/top-nav.tsx b/features-and-integrations/privy-react-pwa/components/top-nav.tsx similarity index 100% rename from examples/privy-react-pwa/components/top-nav.tsx rename to features-and-integrations/privy-react-pwa/components/top-nav.tsx diff --git a/examples/privy-react-pwa/lib/links.ts b/features-and-integrations/privy-react-pwa/lib/links.ts similarity index 100% rename from examples/privy-react-pwa/lib/links.ts rename to features-and-integrations/privy-react-pwa/lib/links.ts diff --git a/examples/privy-react-pwa/next-env.d.ts b/features-and-integrations/privy-react-pwa/next-env.d.ts similarity index 100% rename from examples/privy-react-pwa/next-env.d.ts rename to features-and-integrations/privy-react-pwa/next-env.d.ts diff --git a/examples/privy-react-pwa/next.config.js b/features-and-integrations/privy-react-pwa/next.config.js similarity index 100% rename from examples/privy-react-pwa/next.config.js rename to features-and-integrations/privy-react-pwa/next.config.js diff --git a/examples/privy-react-pwa/package-lock.json b/features-and-integrations/privy-react-pwa/package-lock.json similarity index 100% rename from examples/privy-react-pwa/package-lock.json rename to features-and-integrations/privy-react-pwa/package-lock.json diff --git a/examples/privy-react-pwa/package.json b/features-and-integrations/privy-react-pwa/package.json similarity index 100% rename from examples/privy-react-pwa/package.json rename to features-and-integrations/privy-react-pwa/package.json diff --git a/examples/privy-react-pwa/pages/_app.tsx b/features-and-integrations/privy-react-pwa/pages/_app.tsx similarity index 100% rename from examples/privy-react-pwa/pages/_app.tsx rename to features-and-integrations/privy-react-pwa/pages/_app.tsx diff --git a/examples/privy-react-pwa/pages/_document.tsx b/features-and-integrations/privy-react-pwa/pages/_document.tsx similarity index 100% rename from examples/privy-react-pwa/pages/_document.tsx rename to features-and-integrations/privy-react-pwa/pages/_document.tsx diff --git a/examples/privy-react-pwa/pages/dashboard.tsx b/features-and-integrations/privy-react-pwa/pages/dashboard.tsx similarity index 100% rename from examples/privy-react-pwa/pages/dashboard.tsx rename to features-and-integrations/privy-react-pwa/pages/dashboard.tsx diff --git a/examples/privy-react-pwa/pages/embedded-wallet.tsx b/features-and-integrations/privy-react-pwa/pages/embedded-wallet.tsx similarity index 100% rename from examples/privy-react-pwa/pages/embedded-wallet.tsx rename to features-and-integrations/privy-react-pwa/pages/embedded-wallet.tsx diff --git a/examples/privy-react-pwa/pages/index.tsx b/features-and-integrations/privy-react-pwa/pages/index.tsx similarity index 100% rename from examples/privy-react-pwa/pages/index.tsx rename to features-and-integrations/privy-react-pwa/pages/index.tsx diff --git a/examples/privy-react-pwa/pages/load-assets.tsx b/features-and-integrations/privy-react-pwa/pages/load-assets.tsx similarity index 100% rename from examples/privy-react-pwa/pages/load-assets.tsx rename to features-and-integrations/privy-react-pwa/pages/load-assets.tsx diff --git a/examples/privy-react-pwa/postcss.config.js b/features-and-integrations/privy-react-pwa/postcss.config.js similarity index 100% rename from examples/privy-react-pwa/postcss.config.js rename to features-and-integrations/privy-react-pwa/postcss.config.js diff --git a/examples/privy-react-pwa/public/images/blobby-192.png b/features-and-integrations/privy-react-pwa/public/images/blobby-192.png similarity index 100% rename from examples/privy-react-pwa/public/images/blobby-192.png rename to features-and-integrations/privy-react-pwa/public/images/blobby-192.png diff --git a/examples/privy-react-pwa/public/images/blobby-512.png b/features-and-integrations/privy-react-pwa/public/images/blobby-512.png similarity index 100% rename from examples/privy-react-pwa/public/images/blobby-512.png rename to features-and-integrations/privy-react-pwa/public/images/blobby-512.png diff --git a/examples/privy-react-pwa/public/images/favicon.ico b/features-and-integrations/privy-react-pwa/public/images/favicon.ico similarity index 100% rename from examples/privy-react-pwa/public/images/favicon.ico rename to features-and-integrations/privy-react-pwa/public/images/favicon.ico diff --git a/examples/privy-react-pwa/public/manifest.json b/features-and-integrations/privy-react-pwa/public/manifest.json similarity index 100% rename from examples/privy-react-pwa/public/manifest.json rename to features-and-integrations/privy-react-pwa/public/manifest.json diff --git a/examples/privy-react-pwa/styles/globals.css b/features-and-integrations/privy-react-pwa/styles/globals.css similarity index 100% rename from examples/privy-react-pwa/styles/globals.css rename to features-and-integrations/privy-react-pwa/styles/globals.css diff --git a/examples/privy-react-pwa/tailwind.config.js b/features-and-integrations/privy-react-pwa/tailwind.config.js similarity index 100% rename from examples/privy-react-pwa/tailwind.config.js rename to features-and-integrations/privy-react-pwa/tailwind.config.js diff --git a/examples/privy-react-pwa/tsconfig.json b/features-and-integrations/privy-react-pwa/tsconfig.json similarity index 100% rename from examples/privy-react-pwa/tsconfig.json rename to features-and-integrations/privy-react-pwa/tsconfig.json diff --git a/examples/privy-react-smart-wallets/.env.example b/features-and-integrations/privy-react-smart-wallets/.env.example similarity index 100% rename from examples/privy-react-smart-wallets/.env.example rename to features-and-integrations/privy-react-smart-wallets/.env.example diff --git a/examples/privy-react-smart-wallets/.gitignore b/features-and-integrations/privy-react-smart-wallets/.gitignore similarity index 100% rename from examples/privy-react-smart-wallets/.gitignore rename to features-and-integrations/privy-react-smart-wallets/.gitignore diff --git a/examples/privy-react-smart-wallets/LICENSE b/features-and-integrations/privy-react-smart-wallets/LICENSE similarity index 100% rename from examples/privy-react-smart-wallets/LICENSE rename to features-and-integrations/privy-react-smart-wallets/LICENSE diff --git a/examples/privy-react-smart-wallets/README.md b/features-and-integrations/privy-react-smart-wallets/README.md similarity index 100% rename from examples/privy-react-smart-wallets/README.md rename to features-and-integrations/privy-react-smart-wallets/README.md diff --git a/examples/privy-react-smart-wallets/components/.keep b/features-and-integrations/privy-react-smart-wallets/components/.keep similarity index 100% rename from examples/privy-react-smart-wallets/components/.keep rename to features-and-integrations/privy-react-smart-wallets/components/.keep diff --git a/examples/privy-react-smart-wallets/components/formatted-date.tsx b/features-and-integrations/privy-react-smart-wallets/components/formatted-date.tsx similarity index 100% rename from examples/privy-react-smart-wallets/components/formatted-date.tsx rename to features-and-integrations/privy-react-smart-wallets/components/formatted-date.tsx diff --git a/examples/privy-react-smart-wallets/components/graphics/login.tsx b/features-and-integrations/privy-react-smart-wallets/components/graphics/login.tsx similarity index 100% rename from examples/privy-react-smart-wallets/components/graphics/login.tsx rename to features-and-integrations/privy-react-smart-wallets/components/graphics/login.tsx diff --git a/examples/privy-react-smart-wallets/components/graphics/portal.tsx b/features-and-integrations/privy-react-smart-wallets/components/graphics/portal.tsx similarity index 100% rename from examples/privy-react-smart-wallets/components/graphics/portal.tsx rename to features-and-integrations/privy-react-smart-wallets/components/graphics/portal.tsx diff --git a/examples/privy-react-smart-wallets/components/layout.tsx b/features-and-integrations/privy-react-smart-wallets/components/layout.tsx similarity index 100% rename from examples/privy-react-smart-wallets/components/layout.tsx rename to features-and-integrations/privy-react-smart-wallets/components/layout.tsx diff --git a/examples/privy-react-smart-wallets/components/lib/abis/mint.ts b/features-and-integrations/privy-react-smart-wallets/components/lib/abis/mint.ts similarity index 100% rename from examples/privy-react-smart-wallets/components/lib/abis/mint.ts rename to features-and-integrations/privy-react-smart-wallets/components/lib/abis/mint.ts diff --git a/examples/privy-react-smart-wallets/components/logo.tsx b/features-and-integrations/privy-react-smart-wallets/components/logo.tsx similarity index 100% rename from examples/privy-react-smart-wallets/components/logo.tsx rename to features-and-integrations/privy-react-smart-wallets/components/logo.tsx diff --git a/examples/privy-react-smart-wallets/components/navbar.tsx b/features-and-integrations/privy-react-smart-wallets/components/navbar.tsx similarity index 100% rename from examples/privy-react-smart-wallets/components/navbar.tsx rename to features-and-integrations/privy-react-smart-wallets/components/navbar.tsx diff --git a/examples/privy-react-smart-wallets/extensions.json b/features-and-integrations/privy-react-smart-wallets/extensions.json similarity index 100% rename from examples/privy-react-smart-wallets/extensions.json rename to features-and-integrations/privy-react-smart-wallets/extensions.json diff --git a/examples/privy-react-smart-wallets/next-env.d.ts b/features-and-integrations/privy-react-smart-wallets/next-env.d.ts similarity index 100% rename from examples/privy-react-smart-wallets/next-env.d.ts rename to features-and-integrations/privy-react-smart-wallets/next-env.d.ts diff --git a/examples/privy-react-smart-wallets/next.config.js b/features-and-integrations/privy-react-smart-wallets/next.config.js similarity index 100% rename from examples/privy-react-smart-wallets/next.config.js rename to features-and-integrations/privy-react-smart-wallets/next.config.js diff --git a/examples/privy-react-smart-wallets/package-lock.json b/features-and-integrations/privy-react-smart-wallets/package-lock.json similarity index 100% rename from examples/privy-react-smart-wallets/package-lock.json rename to features-and-integrations/privy-react-smart-wallets/package-lock.json diff --git a/examples/privy-react-smart-wallets/package.json b/features-and-integrations/privy-react-smart-wallets/package.json similarity index 100% rename from examples/privy-react-smart-wallets/package.json rename to features-and-integrations/privy-react-smart-wallets/package.json diff --git a/examples/privy-react-smart-wallets/pages/_app.tsx b/features-and-integrations/privy-react-smart-wallets/pages/_app.tsx similarity index 100% rename from examples/privy-react-smart-wallets/pages/_app.tsx rename to features-and-integrations/privy-react-smart-wallets/pages/_app.tsx diff --git a/examples/privy-react-smart-wallets/pages/api/verify.ts b/features-and-integrations/privy-react-smart-wallets/pages/api/verify.ts similarity index 100% rename from examples/privy-react-smart-wallets/pages/api/verify.ts rename to features-and-integrations/privy-react-smart-wallets/pages/api/verify.ts diff --git a/examples/privy-react-smart-wallets/pages/dashboard.tsx b/features-and-integrations/privy-react-smart-wallets/pages/dashboard.tsx similarity index 100% rename from examples/privy-react-smart-wallets/pages/dashboard.tsx rename to features-and-integrations/privy-react-smart-wallets/pages/dashboard.tsx diff --git a/examples/privy-react-smart-wallets/pages/index.tsx b/features-and-integrations/privy-react-smart-wallets/pages/index.tsx similarity index 100% rename from examples/privy-react-smart-wallets/pages/index.tsx rename to features-and-integrations/privy-react-smart-wallets/pages/index.tsx diff --git a/examples/privy-react-smart-wallets/postcss.config.js b/features-and-integrations/privy-react-smart-wallets/postcss.config.js similarity index 100% rename from examples/privy-react-smart-wallets/postcss.config.js rename to features-and-integrations/privy-react-smart-wallets/postcss.config.js diff --git a/examples/privy-react-smart-wallets/public/favicons/android-chrome-192x192.png b/features-and-integrations/privy-react-smart-wallets/public/favicons/android-chrome-192x192.png similarity index 100% rename from examples/privy-react-smart-wallets/public/favicons/android-chrome-192x192.png rename to features-and-integrations/privy-react-smart-wallets/public/favicons/android-chrome-192x192.png diff --git a/examples/privy-react-smart-wallets/public/favicons/android-chrome-512x512.png b/features-and-integrations/privy-react-smart-wallets/public/favicons/android-chrome-512x512.png similarity index 100% rename from examples/privy-react-smart-wallets/public/favicons/android-chrome-512x512.png rename to features-and-integrations/privy-react-smart-wallets/public/favicons/android-chrome-512x512.png diff --git a/examples/privy-react-smart-wallets/public/favicons/apple-touch-icon.png b/features-and-integrations/privy-react-smart-wallets/public/favicons/apple-touch-icon.png similarity index 100% rename from examples/privy-react-smart-wallets/public/favicons/apple-touch-icon.png rename to features-and-integrations/privy-react-smart-wallets/public/favicons/apple-touch-icon.png diff --git a/examples/privy-react-smart-wallets/public/favicons/favicon.ico b/features-and-integrations/privy-react-smart-wallets/public/favicons/favicon.ico similarity index 100% rename from examples/privy-react-smart-wallets/public/favicons/favicon.ico rename to features-and-integrations/privy-react-smart-wallets/public/favicons/favicon.ico diff --git a/examples/privy-react-smart-wallets/public/favicons/icon.svg b/features-and-integrations/privy-react-smart-wallets/public/favicons/icon.svg similarity index 100% rename from examples/privy-react-smart-wallets/public/favicons/icon.svg rename to features-and-integrations/privy-react-smart-wallets/public/favicons/icon.svg diff --git a/examples/privy-react-smart-wallets/public/favicons/manifest.json b/features-and-integrations/privy-react-smart-wallets/public/favicons/manifest.json similarity index 100% rename from examples/privy-react-smart-wallets/public/favicons/manifest.json rename to features-and-integrations/privy-react-smart-wallets/public/favicons/manifest.json diff --git a/examples/privy-react-smart-wallets/public/fonts/AdelleSans-Regular.woff b/features-and-integrations/privy-react-smart-wallets/public/fonts/AdelleSans-Regular.woff similarity index 100% rename from examples/privy-react-smart-wallets/public/fonts/AdelleSans-Regular.woff rename to features-and-integrations/privy-react-smart-wallets/public/fonts/AdelleSans-Regular.woff diff --git a/examples/privy-react-smart-wallets/public/fonts/AdelleSans-Regular.woff2 b/features-and-integrations/privy-react-smart-wallets/public/fonts/AdelleSans-Regular.woff2 similarity index 100% rename from examples/privy-react-smart-wallets/public/fonts/AdelleSans-Regular.woff2 rename to features-and-integrations/privy-react-smart-wallets/public/fonts/AdelleSans-Regular.woff2 diff --git a/examples/privy-react-smart-wallets/public/fonts/AdelleSans-Semibold.woff b/features-and-integrations/privy-react-smart-wallets/public/fonts/AdelleSans-Semibold.woff similarity index 100% rename from examples/privy-react-smart-wallets/public/fonts/AdelleSans-Semibold.woff rename to features-and-integrations/privy-react-smart-wallets/public/fonts/AdelleSans-Semibold.woff diff --git a/examples/privy-react-smart-wallets/public/fonts/AdelleSans-Semibold.woff2 b/features-and-integrations/privy-react-smart-wallets/public/fonts/AdelleSans-Semibold.woff2 similarity index 100% rename from examples/privy-react-smart-wallets/public/fonts/AdelleSans-Semibold.woff2 rename to features-and-integrations/privy-react-smart-wallets/public/fonts/AdelleSans-Semibold.woff2 diff --git a/examples/privy-react-smart-wallets/public/images/avatar.png b/features-and-integrations/privy-react-smart-wallets/public/images/avatar.png similarity index 100% rename from examples/privy-react-smart-wallets/public/images/avatar.png rename to features-and-integrations/privy-react-smart-wallets/public/images/avatar.png diff --git a/examples/privy-react-smart-wallets/public/logos/privy-logo.png b/features-and-integrations/privy-react-smart-wallets/public/logos/privy-logo.png similarity index 100% rename from examples/privy-react-smart-wallets/public/logos/privy-logo.png rename to features-and-integrations/privy-react-smart-wallets/public/logos/privy-logo.png diff --git a/examples/privy-react-smart-wallets/public/logos/privy-logomark.png b/features-and-integrations/privy-react-smart-wallets/public/logos/privy-logomark.png similarity index 100% rename from examples/privy-react-smart-wallets/public/logos/privy-logomark.png rename to features-and-integrations/privy-react-smart-wallets/public/logos/privy-logomark.png diff --git a/examples/privy-react-smart-wallets/renovate.json b/features-and-integrations/privy-react-smart-wallets/renovate.json similarity index 100% rename from examples/privy-react-smart-wallets/renovate.json rename to features-and-integrations/privy-react-smart-wallets/renovate.json diff --git a/examples/privy-react-smart-wallets/styles/globals.css b/features-and-integrations/privy-react-smart-wallets/styles/globals.css similarity index 100% rename from examples/privy-react-smart-wallets/styles/globals.css rename to features-and-integrations/privy-react-smart-wallets/styles/globals.css diff --git a/examples/privy-react-smart-wallets/tailwind.config.js b/features-and-integrations/privy-react-smart-wallets/tailwind.config.js similarity index 100% rename from examples/privy-react-smart-wallets/tailwind.config.js rename to features-and-integrations/privy-react-smart-wallets/tailwind.config.js diff --git a/examples/privy-react-smart-wallets/tsconfig.json b/features-and-integrations/privy-react-smart-wallets/tsconfig.json similarity index 100% rename from examples/privy-react-smart-wallets/tsconfig.json rename to features-and-integrations/privy-react-smart-wallets/tsconfig.json