// the find
reown-com/appkit
The full stack toolkit to build onchain app UX
AppKit is Reown's (formerly WalletConnect) UI toolkit for connecting Web3 wallets to dapps — email/social login, multi-chain support (EVM, Solana, Bitcoin), on-ramp, and swaps in one widget. It covers React, Vue, Svelte, React Native, Flutter, Unity, and more. If you're building a dapp and don't want to wire up wallet connections from scratch, this is the most complete off-the-shelf option.
Cross-framework coverage is genuine: 11 SDK targets including mobile and Unity, not just a React wrapper with thin adapters. The component gallery with Storybook stories means you can audit exactly what you're shipping visually before integrating. The monorepo is well-structured — adapters, controllers, and UI components are separate packages, so you can see exactly what's coupled to what. They maintain visual regression tests and bundle size tracking, which is unusual discipline for a UI-heavy OSS project.
The license is the main trap: this is NOT MIT or Apache. The Community License ties you to Reown's RPC infrastructure and has MAU thresholds before commercial licensing kicks in — read it before you ship. The repo shows heavy Devin (AI agent) usage in CI workflows for docs and CDN updates, which is a yellow flag for code quality drift in non-critical paths. Abstractions over wagmi/ethers/viem mean you inherit their breaking-change cycles but through an additional layer, so debugging chain-specific issues gets annoying fast. The browser extension app in the monorepo looks half-finished — it's there but thin.