Quickstarts
Ready-to-deploy templates for common use cases.
Customer Support Bot
AI support agent with knowledge base and ticket integration
Document Q&A
Answer questions from PDFs and documents
Slack Bot
AI assistant for your Slack workspace
Discord Bot
AI-powered Discord bot for communities
API Backend
FastAPI backend for AI applications
How to Use
Each quickstart includes:
- Clone the template from GitHub
- Configure your API keys and settings
- Deploy with one command
# Clone a quickstart
git clone https://github.com/xenoISA/quickstart-customer-support
# Install dependencies
cd quickstart-customer-support
pip install -r requirements.txt
# Configure
cp .env.example .env
# Edit .env with your API keys
# Run locally
python main.py
# Deploy to production
isa deployAll Quickstarts
| Quickstart | Description | Stack |
|---|---|---|
| Customer Support | Support bot with KB | Python, FastAPI, Redis |
| Document Q&A | RAG-powered Q&A | Python, Qdrant |
| Slack Bot | Slack integration | Python, Slack SDK |
| Discord Bot | Discord integration | Python, discord.py |
| API Backend | REST API for AI | Python, FastAPI |
Contributing
Have a quickstart idea? Open an issue or submit a PR.
Was this page helpful?