Web AppKit Examples

July 8, 2026 ยท View on GitHub

Reown

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)

FrameworkIntegrationLive DemoFork on Stackblitz
JavascriptethersDemoFork
wagmiDemoFork
SolanaDemoFork
BitcoinDemoFork
Next.jsethersDemoFork
wagmiDemoFork
SolanaDemoFork
BitcoinDemoFork
MultichainDemoFork
ReactethersDemoFork
wagmiDemoFork
SolanaDemoFork
BitcoinDemoFork
MultichainDemoFork
VueethersDemoFork
wagmiDemoFork
SolanaDemoFork
BitcoinDemoFork
MultichainDemoFork

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

Reference