> For the complete documentation index, see [llms.txt](https://docs.conva.ai/conva.ai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.conva.ai/conva.ai-docs/sample-projects.md).

# Sample Projects

This gives the list of sample apps available in GitHub that are built to demonstrate Conva.AI integration

### Conva.AI Playground App

**Android**

The [Playground app](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/Android/Conva.AIPlaygroundApp) is the Android version of the Playground app that demonstrates how to integrate Conva.AI Assistants into apps using the Core and Copilot versions of the SDK and displays the relevant fields from the Response objects.

**iOS**

The iOS [playground app](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/iOS/ConvaAIPGApp) demonstrates how to integrate Conva.AI Assistants using Core SDK and displays the relevant fields from the Response objects.

### Domain Specific Apps

#### Shopping Domain

* [Grocery Shopping](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/Android/Conva.AISampleGroceryApp)

#### Travel Domain

* [Travel Search (Jetpack Compose)](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/Android/ConvaAITravelDemo)
* [Bus Booking](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/Android/ConvaAITravelBusDemoApp)

### Integration Guides

#### Android

* [Integrating ConvaAI Copilot with a WebView based app](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/Android/ConvaAIWebViewDemo)

#### Jupyter Notebooks

* [ConvaAI Python SDK Tutorial](https://github.com/slanglabs-projects/conva-ai-demo-apps/blob/master/Python/ConvaAI%20Python%20SDK%20Tutorial.ipynb)

### Platform Specifics

**iOS**

* [ConvaAI Conversation Starter (SwiftUI)](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/iOS/ConversationStarter)

**Flutter**

* [ConvaAI Split App](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/Flutter/ConvaAISplit)
* [ConvaAI Reminder App](https://github.com/slanglabs-projects/conva-ai-demo-apps/tree/master/Flutter/conva_reminder_app)
