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

# Welcome

> Dynamic provides one complete wallet stack. Build your way — from low-level APIs to full SDKs. Use primitives for full control or prebuilt flows to ship fast. Get sub-second signing and enterprise-grade security.

Ship wallet apps with Dynamic — from JavaScript and React to React Native, Swift, Flutter, Unity, Node, and raw HTTP APIs.

<div className="welcome-section">
  ### Get started

  <Steps>
    <Step title="Get an account">
      Create an environment in the [Dynamic dashboard](https://app.dynamic.xyz/).
    </Step>

    <Step title="Install the MCP">
      <Tabs>
        <Tab title="Cursor">
          [Click here to add the MCP to Cursor.](https://cursor.com/en/install-mcp?name=dynamic\&config=eyJ1cmwiOiJodHRwczovL3d3dy5keW5hbWljLnh5ei9kb2NzL21jcCJ9)
        </Tab>

        <Tab title="Claude Code">
          ```bash theme={"system"}
          claude mcp add --transport http dynamic https://www.dynamic.xyz/docs/mcp
          ```
        </Tab>

        <Tab title="Codex">
          ```bash theme={"system"}
          codex mcp add dynamic --url https://www.dynamic.xyz/docs/mcp
          ```
        </Tab>

        <Tab title="Other">
          If your editor or agent supports remote HTTP MCP, add a server that points at `https://www.dynamic.xyz/docs/mcp`. The exact steps depend on the product; use its MCP documentation for URL-based or HTTP transport setup.
        </Tab>
      </Tabs>
    </Step>

    <Step title="Ask your agent">
      It can access the documentation and start implementing for you!
    </Step>
  </Steps>
</div>

### Browse by platform

Prefer reading in the browser? Use the product menu (top left) or open a guide below.

<Columns cols={4}>
  <Card title="JavaScript" icon="js" href="/docs/javascript" />

  <Card title="React" icon="react" href="/docs/react" />

  <Card title="React Native" icon="react" href="/docs/react-native" />

  <Card title="Flutter" icon="flutter" href="/docs/flutter" />

  <Card title="Swift" icon="swift" href="/docs/swift" />

  <Card title="Unity" icon="unity" href="/docs/unity" />

  <Card title="Kotlin" icon="android" href="/docs/kotlin" />

  <Card title="Node" icon="node" href="/docs/node" />

  <Card title="Python" icon="python" href="/docs/python/quickstart" />

  <Card title="Rust" icon="rust" href="/docs/rust/quickstart">Beta</Card>
  <Card title="Java" icon="java" href="/docs/java/quickstart">Beta</Card>
</Columns>

<Columns cols={2}>
  <Card title="CLI" icon="terminal" href="/docs/cli">Manage environments from the terminal</Card>
  <Card title="API" icon="code" href="/docs/api-reference">Integrate anything using HTTP</Card>
</Columns>

<Columns cols={1}>
  <Card title="Prefer to browse full integrations?" href="/docs/recipes/recipes" icon="hat-chef">
    Check out the Recipes section.
  </Card>
</Columns>

### Support & feedback

Reach us for questions, issues, ideas, or feedback:

<CardGroup>
  <Card title="Slack" icon="slack" href="https://www.dynamic.xyz/slack">
    Join our Slack community
  </Card>

  <Card title="X" icon="x-twitter" href="https://x.com/dynamic%5Fxyz">
    Post or DM us on X
  </Card>

  <Card title="Email" icon="envelope" href="mailto: hello@dynamic.xyz">
    Email [hello@dynamic.xyz](mailto:hello@dynamic.xyz)
  </Card>

  <Card title="Founders" icon="comments" href="mailto:founders@dynamic.xyz">
    Email [founders@dynamic.xyz](mailto:founders@dynamic.xyz) — tell us what works and what does not
  </Card>
</CardGroup>
