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

# Introduction

> Quickly build powerful, type-safe, reliable webhook receivers for your applications

{/* <img
className="block dark:hidden"
src="/images/hero-light.svg"
alt="Hookstack Logo Light"
/>
<img
className="hidden dark:block"
src="/images/hero-dark.svg"
alt="Hookstack Logo Dark"
/> */}

{/* ## Why Hookstack? */}

Hookstack is your complete solution for managing webhooks in Next.js applications. Built with TypeScript and designed for developers who value type safety and reliability, Hookstack makes webhook integration a breeze.

<CardGroup cols={2}>
  <Card title="Type-Safe" icon="shield-check" href="/features/type-safety">
    End-to-end type safety with TypeScript, ensuring your webhook handlers are reliable and maintainable
  </Card>

  <Card title="JS Native" icon="rocket" href="/features/nextjs-integration">
    Seamlessly integrates with your Next.js, Hono, Express applications, and more. Follows all best practices and conventions.
  </Card>
</CardGroup>

## Getting Started

Get up and running with Hookstack in minutes:

<CardGroup cols={2}>
  <Card title="Quick Start" icon="play" href="/quickstart">
    Install Hookstack and create your first webhook endpoint in under 5 minutes
  </Card>

  <Card title="Examples" icon="code" href="/examples">
    Explore real-world examples and common webhook integration patterns
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference">
    Detailed API documentation and type definitions
  </Card>

  <Card title="Best Practices" icon="star" href="/guides/best-practices">
    Learn how to structure your webhook handlers for maximum reliability
  </Card>
</CardGroup>

## Key Features

Hookstack comes packed with features to make webhook development a joy:

* 🔒 **Built-in Security**: Automatic signature verification and replay protection
* 🎯 **Type Inference**: Automatic type inference from your webhook payloads
* ⚡ **Performance**: Optimized for Edge Runtime and serverless environments
* 🔍 **Debug Tools**: Built-in debugging and webhook testing utilities
* 📊 **Dashboard**: Monitor and debug your webhooks in real-time
* 🛠️ **Middleware**: Extensible middleware system for custom logic

## Community and Support

Join our growing community of developers building with Hookstack:

<CardGroup cols={2}>
  {/* <Card
      title="Discord"
      icon="discord"
      href="https://discord.gg/hookstack"
    >
      Join our Discord community for real-time help and discussions
    </Card> */}

  <Card title="GitHub" icon="github" href="https://github.com/dugjason/hookstack-sdk">
    Star us on GitHub and contribute to the project
  </Card>
</CardGroup>
