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

# Build with MoonKey

> Complete authentication and embedded wallet infrastructure that empowers developers to build secure, user-friendly blockchain applications in minutes

<CardGroup cols={3}>
  <Card title="Start with your first embedded wallet" icon="wallet" href="/get-started/frontend-sdks/react/quick-start">
    Get started with the React SDK to authenticate users and create embedded wallets in minutes
  </Card>

  <Card title="Complete authentication flow" icon="right-to-bracket" href="/recipes/wallets/complete-authentication-flow">
    Full-featured authentication with email OTP, error handling, and loading states
  </Card>

  <Card title="Whitelabel" icon="palette" href="/authentication/user-authentication/whitelabel">
    Whitelabel login, wallets, and user management with your own UI and branding
  </Card>
</CardGroup>

## Quickstarts & Recipes

Get started quickly with our step-by-step guides and production-ready code examples.

<CardGroup cols={3}>
  <Card title="React Quick Start" icon="rocket" href="/get-started/frontend-sdks/react/quick-start">
    Get up and running with MoonKey in minutes
  </Card>

  <Card title="Recipes" icon="book" href="/recipes/overview">
    Production-ready examples for common integration patterns
  </Card>

  <Card title="Dashboard Setup" icon="gauge" href="/get-started/dashboard/overview">
    Configure your MoonKey dashboard and login methods
  </Card>
</CardGroup>

## Explore Documentation

<CardGroup cols={2}>
  <Card title="Authentication" icon="shield-check" href="/authentication/overview">
    Learn about authentication methods, sessions, and user management
  </Card>

  <Card title="Wallet as a Service" icon="wallet" href="/wallet-as-a-service/wallets-overview">
    Create and manage embedded wallets for your users
  </Card>

  <Card title="Client Libraries" icon="code" href="/client-libraries">
    Choose the right SDK for your platform
  </Card>

  <Card title="API Reference" icon="server" href="/api-reference/authentication">
    Complete REST API documentation
  </Card>
</CardGroup>
