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

# FusionDesk Example Applications

> Explore ready-to-run implementation examples showing how to integrate FusionDesk ticketing, Knowledge Base, and live chat features into Vue, React, and Svelte applications.

We provide official, open-source sample applications for popular web frameworks to help you bootstrap your integration. Each project demonstrates SDK initialization, fetching/rendering tickets, querying Knowledge Base articles, and connecting to our live chat WebSocket server.

***

## 1. Vue Example App

A complete Vue 3 single-page application showcasing the full capabilities of the JavaScript SDK.

* **Features**: Live Chat widget implementation, ticket list rendering, interactive search, and layout branding synchronization.
* **Repository**: [FusionDesk Vue Example on GitHub](https://github.com/FusionDesk/fusiondesk-vue-example)

***

## 2. React Example App

A modern React application showing how to bind FusionDesk functions into functional components and custom hooks.

* **Features**: Ticket creation form, search filter controls, and real-time support chat dashboard.
* **Repository**: [FusionDesk React Example on GitHub](https://github.com/FusionDesk/fusiondesk-react-example)

***

## 3. Svelte Example App

A lightweight, reactive Svelte application demonstrating state management integration with the client SDK.

* **Features**: Reactive search inputs, chat log scroll indicators, and ticket submissions.
* **Repository**: [FusionDesk Svelte Example on GitHub](https://github.com/FusionDesk/fusiondesk-svelte-example)
