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

# SDK Overview

> Available SDKs and integrations for Paymint

Paymint provides a suite of officially maintained, type-safe SDKs to help you integrate payments into your application with ease.

## Available Packages

<CardGroup cols={2}>
  <Card title="Node.js" icon="server" href="/sdks/node">
    Server-side integration for generic Node environments.
  </Card>

  <Card title="React" icon="react" href="/sdks/react">
    Hooks and components for React applications.
  </Card>

  <Card title="Next.js" icon="layer-group" href="/sdks/nextjs">
    First-class support for App Router and Server Components.
  </Card>

  <Card title="Server" icon="terminal" href="/sdks/server">
    Core server bindings and webhook verification utilities.
  </Card>

  <Card title="Shared Interfaces" icon="code" href="/sdks/shared">
    Core TypeScript interfaces used across other SDKs.
  </Card>
</CardGroup>

## Getting Started

To get started with an SDK, navigate to its respective documentation page for installation and usage instructions. All our SDKs are written in TypeScript and provide full type definitions out of the box.
