building-chat-interfaces
Originally frombilalmk/todo_correct
Installation
SKILL.md
Building Chat Interfaces
Build production-grade AI chat interfaces with custom backend integration.
Quick Start
# Backend (Python)
uv add chatkit-sdk agents httpx
# Frontend (React)
npm install @openai/chatkit-react
Core Architecture
Related skills