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

# Introduction

> Welcome to SnapLog — framework-native logging & monitoring

<div className="px-4 py-16 lg:py-24 max-w-3xl mx-auto text-center">
  <h1 className="text-4xl lg:text-5xl font-semibold text-gray-900 dark:text-zinc-50 tracking-tight">
    SnapLog
  </h1>

  <p className="mt-4 text-lg text-gray-500 dark:text-zinc-500">
    Framework-native logging & monitoring for modern applications
  </p>

  <div className="mt-8 flex flex-col sm:flex-row items-center justify-center gap-4">
    <a href="/quickstart" className="rounded-lg bg-[#3843cf] px-5 py-2.5 text-sm font-medium text-white hover:bg-[#2f37a7]">
      Get Started in 30s
    </a>

    <a href="https://github.com/gwjq62862" target="_blank" rel="noreferrer" className="rounded-lg border border-gray-300 px-5 py-2.5 text-sm font-medium text-gray-900 hover:border-gray-400 dark:border-white/20 dark:text-white dark:hover:border-white/40">
      View on GitHub
    </a>
  </div>
</div>

## Why SnapLog?

<AccordionGroup>
  <Accordion title="Native Framework Support">
    Each SDK is built specifically for its framework
  </Accordion>

  <Accordion title="Set up without complexity">
    snaplog is designed to be simple and easy to use
  </Accordion>
</AccordionGroup>

## Quick Links

<CardGroup cols={2}>
  <Card title="Overview" icon="book" href="/overview">
    Architecture, concepts, and how it works
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get logging in 30 seconds
  </Card>
</CardGroup>
