Web AppKit Examples
July 8, 2026 ยท View on GitHub
Web AppKit Examples
This repository provides examples of how to integrate and use AppKit in various frameworks, including Javascript,Next.js, React, and Vue. These examples are designed to demonstrate best practices and simplify the integration process.
๐ง About Reown AppKit
Reown AppKit is a comprehensive, open-source SDK designed to streamline the development of modern Web3 applications. It offers a suite of modular tools that simplify user onboarding, authentication, transactions, and engagement across multiple blockchain networks.
๐ Key Features
-
Universal Authentication
Support for email, social logins, and one-click authentication using SIWX, enabling seamless user access across EVM, Solana, Bitcoin, Tron and Ton networks.
Read more โ -
Smart Accounts
Enhance user security and convenience with multi-signature authorization and automated transaction workflows.
Read more โ -
On-Ramp & Swaps
Let users buy crypto and swap tokens directly within your app.
Read more โ -
Multi-Chain Support
Works seamlessly with EVM chains, Solana, and Bitcoin.
Read more โ -
Customizable UI
Themeable components with support for light/dark modes and brand styling.
Read more โ -
Extensive Wallet Compatibility
Connects with over 600 wallets including MetaMask, Coinbase Wallet, Trust Wallet, and more.
Read more โ
Reown AppKit is framework-agnostic and supports React, Vue, Next.js, React Native, Flutter, Android, iOS, and Unity โ giving developers the flexibility to build seamless and secure Web3 experiences across platforms.
๐ Explore the full documentation: docs.reown.com/appkit
Examples Included
Each framework has examples for the implementation with wagmi, ethers, solana, bitcoin and multichain (wagmi & solana)
| Framework | Integration | Live Demo | Fork on Stackblitz |
|---|---|---|---|
| Javascript | ethers | Demo | Fork |
| wagmi | Demo | Fork | |
| Solana | Demo | Fork | |
| Bitcoin | Demo | Fork | |
| Next.js | ethers | Demo | Fork |
| wagmi | Demo | Fork | |
| Solana | Demo | Fork | |
| Bitcoin | Demo | Fork | |
| Multichain | Demo | Fork | |
| React | ethers | Demo | Fork |
| wagmi | Demo | Fork | |
| Solana | Demo | Fork | |
| Bitcoin | Demo | Fork | |
| Multichain | Demo | Fork | |
| Vue | ethers | Demo | Fork |
| wagmi | Demo | Fork | |
| Solana | Demo | Fork | |
| Bitcoin | Demo | Fork | |
| Multichain | Demo | Fork |
Structure
.
โโโ javascript/ # Web AppKit with Javascript
โโโโโโโโโ javascript-bitcoin
โโโโโโโโโ javascript-ethers
โโโโโโโโโ javascript-multichain # Wagmi + Solana
โโโโโโโโโ javascript-solana
โโโโโโโโโ javascript-wagmi
โโโ nextjs/ # Web AppKit with NextJS
โโโโโโโโโ next-bitcoin-app-router
โโโโโโโโโ next-ethers-app-router
โโโโโโโโโ next-multichain-app-router # Wagmi + Solana
โโโโโโโโโ next-siwe-next-auth
โโโโโโโโโ next-siwx-multichain
โโโโโโโโโ next-siwx-multichain-supabase-storage
โโโโโโโโโ next-solana-app-router
โโโโโโโโโ next-tron-app-router
โโโโโโโโโ next-wagmi-app-router
โโโ react/ # Web AppKit with React
โโโโโโโโโ react-bitcoin
โโโโโโโโโ react-ethers
โโโโโโโโโ react-ethers5
โโโโโโโโโ react-multichain # Wagmi + Solana + Bitcoin
โโโโโโโโโ react-multichain-bitcoin-evm-tron # Bitcoin + EVM + Tron
โโโโโโโโโ react-siwe-server-example
โโโโโโโโโ react-solana
โโโโโโโโโ react-tron
โโโโโโโโโ react-wagmi
โโโโโโโโโ react-wagmi-authentication-SIWX # Reown Authentication
โโโโโโโโโ react-wagmi-smart-session
โโโ vue/ # Web AppKit with Vue
โโโโโโโโโ vue-bitcoin
โโโโโโโโโ vue-ethers
โโโโโโโโโ vue-multichain # Wagmi + Solana
โโโโโโโโโ vue-solana
โโโโโโโโโ vue-universal-connector
โโโโโโโโโ vue-wagmi