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

# Me Client SDK

> Enterprise-grade TypeScript SDK for messaging API with comprehensive message types, framework-agnostic webhooks, and production-ready features

## 🚀 Quick Start

Get started with the Me Client SDK in minutes.

<Card title="Installation & Setup" icon="download" href="/installation" horizontal>
  Install the SDK and configure your WhatsApp Business API credentials.
</Card>

<Card title="Quick Start Guide" icon="rocket" href="/quickstart" horizontal>
  Send your first message in under 5 minutes.
</Card>

## 📱 Supported Message Types

Send rich, interactive messages to engage your users.

<Columns cols={3}>
  <Card title="Text Messages" icon="text" href="/messages/text">
    Plain text with URL previews and reply support.
  </Card>

  <Card title="Media Messages" icon="photo" href="/messages/media">
    Images, videos, audio files, and documents.
  </Card>

  <Card title="Interactive Messages" icon="hand-pointer" href="/messages/interactive">
    Buttons, lists, and quick reply options.
  </Card>

  <Card title="Template Messages" icon="template" href="/messages/template">
    Pre-approved message templates for notifications.
  </Card>

  <Card title="Location Messages" icon="map-pin" href="/messages/location">
    Share GPS coordinates and location data.
  </Card>

  <Card title="Contact Cards" icon="address-book" href="/messages/contacts">
    Share contact information in vCard format.
  </Card>

  <Card title="Contextual Replies" icon="reply" href="/messages/contextual-replies">
    Reply to specific messages with threaded context.
  </Card>

  <Card title="Message Reactions" icon="heart" href="/messages/reactions">
    Express emotions with emoji reactions.
  </Card>

  <Card title="Typing Indicators" icon="clock" href="/api-reference/typing-indicators">
    Show typing status and read receipts.
  </Card>
</Columns>

## 💾 Storage & Persistence

Automatically persist and query WhatsApp messages.

<Columns cols={3}>
  <Card title="Message Storage" icon="database" href="/storage/overview">
    Automatically save incoming and outgoing messages.
  </Card>

  <Card title="Search & Query" icon="search" href="/storage/querying">
    Full-text search and conversation analytics.
  </Card>

  <Card title="Supabase Integration" icon="bolt" href="/storage/supabase-integration">
    Complete setup guide for Supabase storage.
  </Card>
</Columns>

## 🎯 Framework Integration

Seamlessly integrate with your preferred framework.

<Columns cols={3}>
  <Card title="Express.js" icon="server" href="/examples/framework-integration#express-js-integration">
    Traditional Node.js web framework integration.
  </Card>

  <Card title="Next.js" icon="triangle" href="/examples/framework-integration#next-js-integration">
    App Router and Pages Router support.
  </Card>

  <Card title="NestJS" icon="nest" href="/examples/framework-integration#1-service-layer-webhook-service-ts">
    Enterprise Node.js framework with decorators.
  </Card>

  <Card title="Fastify" icon="flash" href="/examples/framework-integration">
    High-performance web framework.
  </Card>

  <Card title="Custom Setup" icon="cog" href="/examples/framework-integration">
    Use with any Node.js HTTP server.
  </Card>
</Columns>

## 📊 By the Numbers

<Info>
  * **780+ lines** of core client code
  * **300+ TypeScript** definitions
  * **13 message types** supported
  * **6 specialized** error classes
  * **94 automated tests** for reliability
  * **Framework agnostic** webhook system
  * **17 new methods** for enhanced communication
</Info>

## 📚 Ready to dive deeper?

<Card title="View API Reference" icon="book-open" href="/api-reference/client">
  Explore the complete API documentation with examples.
</Card>
