# 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="/images/multichain-demo.mp4"
  className="w-full"
></video>

<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>
