chatkit-python

Installation
SKILL.md

ChatKit Python Backend Skill

Build custom chat API backends that work with OpenAI ChatKit frontend.

Architecture

┌─────────────────────────────────────────────────────────────────────────┐
│                     Frontend (ChatKit-JS)                               │
│                  useChatKit({ api: { url, domainKey } })               │
└─────────────────────────────────────────────────────────────────────────┘
                                  │ HTTP POST /api/chat
                                  │ (SSE streaming response)
┌─────────────────────────────────────────────────────────────────────────┐
│                     FastAPI Backend                                     │
│  ┌─────────────────────────────────────────────────────────────────┐   │
│  │                   /api/chat Endpoint                             │   │
Related skills
Installs
15
GitHub Stars
2
First Seen
Jan 24, 2026