> ## Documentation Index
> Fetch the complete documentation index at: https://docs.magic.link/llms.txt
> Use this file to discover all available pages before exploring further.

# Embedded Wallet Quickstart

> Magic makes it easy to authenticate users and integrate them into your Web3 dApps quickly.

The quickstart options below show how you can use Embedded Wallet in a Next.js app to connect to an EVM-based testnet, but you can follow a similar flow with [Magic’s mobile SDKs](/embedded-wallets/sdk/overview) or integrate with any of the [30+ blockchains supported by Magic](/embedded-wallets/blockchains/overview).

<iframe width="100%" height="420" src="https://www.youtube.com/embed/RCXz1vErlo8?si=JMiyBXnLi6wW7MDj" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />

### How do you want to get started?

<CardGroup cols={2}>
  <Card title="Build with CLI" icon="bolt" href="/embedded-wallets/quickstart/cli">
    Use our interactive CLI tool to set up and run an Embedded Wallet app in less than 2 minutes

    **Recommended**
  </Card>

  <Card title="Integrate into a Next.js app" icon="terminal" href="/embedded-wallets/quickstart/integration">
    Add Embedded Wallet to a new or existing Next.js app
  </Card>
</CardGroup>
