> ## 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.

# Example projects

Live demos and clone-ready projects for building with LemonSlice.

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

Visit the [LemonSlice Examples Github repo](https://github.com/lemonsliceai/lemonslice-examples/) to see all projects.

| Project                                                                                                                  | Description                                                                                                                                                                                                               |
| :----------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [LiveKit app (Python)](https://github.com/lemonsliceai/lemonslice-examples/tree/main/03-livekit-app-python)              | The [5-min Quickstart Project](/docs/introduction/quickstart) — fullstack Next.js app with a Python LiveKit Agents worker. Includes token server, call UI, and recommended production patterns like avatar readiness handling. |
| [Video Conferencing](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. See the [guide](/docs/reference/zoom-meetings) for more info.                                                                            |
| [Multiple Avatars + Chrome Extension](https://lemonslice.com/blog/couchverse)                                            | Learn how to integrate multiple avatars that can all listen and react to your browser audio. [Try it out](https://couchverse.tv/)                                                                                         |
| [Tool Calling](https://lemonslice.com/blog/form-filling-demo)                                                            | Learn how agents can use 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](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](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.                                                  |
| [Real-time Avatar Changes](https://github.com/lemonsliceai/lemonslice-examples/tree/main/09-realtime-image-change)       | Real-time character image updates during a live call. See the [guide](/docs/reference/realtime-updates) for more info.                                                                                                         |
| [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.                                                                                    |
