> ## Documentation Index
> Fetch the complete documentation index at: https://reown-5552f0bb-devin-1759771246-appkit-1-8-9-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Multichain Support

AppKit is now multichain. The architecture is designed to support both EVM and non-EVM blockchains. This will allow developers and projects to choose and configure multiple blockchain networks within their instance of AppKit, extending beyond just Ethereum-based (EVM) networks.

<video controls autoPlay src="https://mintcdn.com/reown-5552f0bb-devin-1759771246-appkit-1-8-9-docs/CtKupk2B0nd1Hxpo/images/multichain-demo.mp4?fit=max&auto=format&n=CtKupk2B0nd1Hxpo&q=85&s=a76b6db173f26b21165de7d26109136a" className="w-full" data-path="images/multichain-demo.mp4" />

<Card title="Try Demo" href="https://appkit-lab.reown.com/appkit/?name=multichain-wagmi-solana" horizontal />

## Get Started

<CardGroup cols={2}>
  <Card title="React" icon="react" href="/appkit/react/core/multichain">
    Get started with AppKit Multichain in React.
  </Card>

  <Card title="Next.js" icon="square-n" href="/appkit/next/core/multichain">
    Get started with AppKit Multichain in Next.js.
  </Card>

  <Card title="Vue" icon="vuejs" href="/appkit/vue/core/multichain">
    Get started with AppKit Multichain in Vue.
  </Card>

  <Card title="JavaScript" icon="js" href="/appkit/javascript/core/multichain">
    Get started with AppKit Multichain in JavaScript.
  </Card>
</CardGroup>
