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

# Introduction

> Variant bundles for Shopify — built directly into your store without an external database.

Panori Bundles lets you create and manage **variant bundles** natively in your Shopify store. Bundle configurations are stored as Shopify Metafields — no external database, no sync lag, no additional infrastructure.

## What you can do

* Create bundles with multiple **steps** (e.g. "Choose a base", "Add extras")
* Set per-step limits (`maxVariants`) and gift steps (`isGift`) that zero out pricing automatically via a Shopify Cart Transform Function
* Apply **percentage, fixed, or custom discounts** on the bundle total
* Expose bundle data as public metafields for a fully custom Liquid UI (Pro plan)

<CardGroup cols={2}>
  <Card title="Get Started" icon="rocket" href="/quickstart">
    Install the app and create your first bundle in minutes.
  </Card>

  <Card title="How It Works" icon="circle-info" href="/panda-bundles/how-it-works">
    Architecture, metafield structure, and the cart transform function explained.
  </Card>

  <Card title="Custom UI with Liquid" icon="code" href="/panda-bundles/custom-ui">
    Build your own bundle picker directly in your Shopify theme (Pro plan).
  </Card>
</CardGroup>
