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

# Overview

Live demos, build stories, and clone-ready starter projects for building with LemonSlice.

<Card icon="play" href="/introduction/quickstart" cta="Get started" title="Quickstart (5 min)">
  Clone a production-ready Next.js + LiveKit agent
</Card>

| Project                                                                                                                       | Description                                                                                                                                                                                                     |
| :---------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [LiveKit app (Python)](https://github.com/lemonsliceai/lemonslice-examples/tree/main/03-livekit-app-python)                   | The [Quickstart](/introduction/quickstart) starter project — fullstack Next.js app with a Python LiveKit Agents worker. Includes token server, call UI, and production patterns like avatar readiness handling. |
| [LemonSlice + Video Meeting Platforms](https://github.com/lemonsliceai/lemonslice-examples/tree/main/07-livekit-zoom)         | Send your LemonSlice avatar into a Zoom, Google Meet, Microsoft Teams, or Webex call with a single line of code.                                                                                                |
| [Multiple Avatars + Chrome Extension](https://lemonslice.com/blog/couchverse)                                                 | Learn how to integrate simultaneous agents that can listen and react to your browser audio. [Try it out](https://couchverse.tv/)                                                                                |
| [Avatars + Tool Calling](https://lemonslice.com/blog/form-filling-demo)                                                       | Learn how agents can use live tool calls to trigger UI changes and guide your users to fill out a form. [Try it out](https://lemonslice.com/form-demo)                                                          |
| [LiveKit app (Node.js)](https://github.com/lemonsliceai/lemonslice-examples/tree/main/04-livekit-app-nodejs)                  | Same fullstack layout as the Python app, with the LiveKit agent implemented in Node.js.                                                                                                                         |
| [LiveKit playground demo](https://github.com/lemonsliceai/lemonslice-examples/tree/main/02-livekit-playground-demo)           | Minimal agent to iterate locally and connect via the [LiveKit Agents Playground](https://docs.livekit.io/agents/start/playground).                                                                              |
| [Green Screen + Landscape demo](https://github.com/lemonsliceai/lemonslice-examples/tree/main/08-green-screen-landscape-demo) | Client-side green screen (chroma key) compositing with a LemonSlice avatar in a landscape layout. Includes a WebGL shader, Next.js UI, and Python LiveKit Agents worker.                                        |
| [Hosted Daily app](https://github.com/lemonsliceai/lemonslice-examples/tree/main/01-hosted-daily-app)                         | React app using the LemonSlice hosted pipeline with [Daily](https://www.daily.co/) rooms. Backend keeps API credentials off the client.                                                                         |
| [Pipecat app](https://github.com/lemonsliceai/lemonslice-examples/tree/main/05-pipecat-app)                                   | Fullstack app with a Pipecat pipeline and LemonSlice avatar over Daily. Same pre-join and in-call UI patterns as the LiveKit examples.                                                                          |
