> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reown.com/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/EKbxEvu_zecC7Jp2/images/multichain-demo.mp4?fit=max&auto=format&n=EKbxEvu_zecC7Jp2&q=85&s=ac389d683148511cc246164f7f20fd4a" 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>
