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

# Introduction

> Welcome to the Linkryse Developer Hub.

Linkryse is the high-performance link management infrastructure for modern teams.

Our API allows you to programmatically create short links, track server-side conversion events, and manage your workspace.

## Getting Started

<CardGroup cols={2}>
  <Card title="Quickstart Guide" icon="rocket" href="/quickstart">
    Create your first link and track your first event in under 5 minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore our REST API endpoints for advanced integration.
  </Card>
</CardGroup>

## Key Features

<CardGroup cols={2}>
  <Card title="Server-Side Tracking" icon="chart-line" href="/api-reference/tracking">
    Track revenue and leads from Stripe, PayPal, or your backend using our high-speed ingestion API.
  </Card>

  <Card title="Node.js SDK" icon="npm" href="https://www.npmjs.com/package/@lryse/node">
    Use our official Node.js library for type-safe, easy integration.
  </Card>
</CardGroup>
