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

# Developer Home

> Entry point for agentShop developer docs covering the Headless SEO SDK, Next.js, Remix, and Hydrogen framework guides, and the API reference.

Welcome to the agentShop **Developer** documentation. These pages cover the tools and APIs you'll use to integrate agentShop into a headless Shopify storefront or build against the platform.

Looking for the product user guide instead? See the **User Guide** tab.

## Start here

<CardGroup cols={2}>
  <Card title="Headless SEO SDK" icon="sparkles" href="/sdk/overview">
    Server-rendered JSON-LD, meta, Open Graph, and sitemaps for headless Shopify storefronts.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/sdk/quickstart">
    Add server-rendered product SEO to a Next.js storefront in four steps.
  </Card>

  <Card title="Concepts" icon="lightbulb" href="/sdk/concepts">
    Bundles, the store API key, caching, and the never-throw contract.
  </Card>

  <Card title="API Reference" icon="code" href="/sdk/reference/config">
    Configuration, core API, framework APIs, and endpoint reference.
  </Card>
</CardGroup>

## Framework guides

<CardGroup cols={2}>
  <Card title="Next.js App Router" icon="square-n" href="/sdk/next-app-router">
    Full integration for `@agentshop/seo/next`.
  </Card>

  <Card title="Next.js Pages Router" icon="square-n" href="/sdk/next-pages-router">
    Integrate with `@agentshop/seo/next/pages`.
  </Card>

  <Card title="Remix" icon="diamond" href="/sdk/remix">
    Integrate with `@agentshop/seo/remix`.
  </Card>

  <Card title="Hydrogen (Oxygen)" icon="bolt" href="/sdk/hydrogen">
    Integrate on Shopify Hydrogen with `@agentshop/seo/hydrogen`.
  </Card>
</CardGroup>


## Related topics

- [Next.js App Router](/sdk/next-app-router.md)
- [Site-level JSON-LD](/sdk/site.md)
- [Concepts](/sdk/concepts.md)
- [Next.js API](/sdk/reference/next.md)
- [Quickstart](/sdk/quickstart.md)
