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

# Examples

> Official examples hub for realtime-first Decart integrations

Use this as the single entry point for Decart examples. Start with Lucy 2.1 and realtime flows, then branch into batch workflows as needed.

<Info>
  If you're building a new product, start with **Realtime Mobile App** or **Use Cases** first.
</Info>

## Recommended example paths

<CardGroup cols={2}>
  <Card title="Use Cases" href="/examples/use-cases" icon="lightbulb">
    End-to-end patterns for realtime and batch products.
  </Card>

  <Card title="E-commerce Try-On" href="/examples/ecommerce-try-on" icon="shirt">
    Add a "Try it on" button to product pages with realtime virtual try-on.
  </Card>

  <Card title="Realtime Mobile App" href="/examples/real-time-mobile-app" icon="mobile">
    Full Expo/React Native architecture and WebRTC integration.
  </Card>

  <Card title="ComfyUI" href="/examples/comfyui" icon="wand-magic-sparkles">
    Workflow-based editing setup and model usage in ComfyUI.
  </Card>
</CardGroup>

## GitHub example repositories

Decart maintains multiple public examples, including:

* [`tryon-examples`](https://github.com/DecartAI/tryon-examples) - Six production-ready Next.js virtual try-on examples (e-commerce, digital mirror, outfit builder, and more).
* [`decart-example-expo-realtime`](https://github.com/DecartAI/decart-example-expo-realtime) - Expo app demonstrating Decart realtime video models.
* [`decart-example-expo-greeting`](https://github.com/DecartAI/decart-example-expo-greeting) - Expo app for personalized greeting image generation.
* [`decart-example-outfitters`](https://github.com/DecartAI/decart-example-outfitters) - React + Vite demo for weather-based outfit generation from a photo.
* [`decart-example-telegram-bot`](https://github.com/DecartAI/decart-example-telegram-bot) - Telegram bot integration for Decart image and video models.

<Tip>
  Browse these repositories from the DecartAI GitHub organization for production-style implementation references.
</Tip>
