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

# Welcome to the documentation

> Guides and references for the Nemu platform and the packages we publish

## Overview

This is the home for Nemu documentation. It collects guides for the platform and full
references for every package we publish to npm. Each package has its own section with
installation, a quickstart, and complete API coverage.

## Packages

Open source libraries published under the `@nemu-ai` scope. Each one is documented end to
end, from installation to every method.

<CardGroup cols={2}>
  <Card title="@nemu-ai/pdf" icon="file-pdf" href="/packages/pdf/introduction">
    PDF generation for Node and Bun. A declarative document API and a low level element API,
    bundled variable fonts with real weights, LaTeX math, and native charts.
  </Card>
</CardGroup>

## Where to start

<Steps>
  <Step title="Pick a package">
    Choose the library you want to use from the Packages tab. More packages will appear here
    over time.
  </Step>

  <Step title="Install and run the quickstart">
    Every package opens with an installation page and a quickstart that produces a real result
    in a few lines.
  </Step>

  <Step title="Reach for the reference">
    Each method, type, and option is documented. Use the sidebar to jump straight to what you
    need.
  </Step>
</Steps>

## Conventions

<AccordionGroup>
  <Accordion title="Code style">
    APIs use `snake_case` for names and options, matching the source. Examples are written in
    TypeScript and run the same on Node and Bun.
  </Accordion>

  <Accordion title="Versions">
    Documentation tracks the latest published version of each package. Version specific notes
    are called out where they matter.
  </Accordion>
</AccordionGroup>
