Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-flutter-uikit-v6-default.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
🚀 CometChat Angular UI Kit v5 is now available in beta! It features a completely revamped component architecture and improved theming. Try the v5 Beta →
AI Integration Quick Reference
AI Integration Quick Reference

Angular Sample App
Before Getting Started
Before you begin, it’s essential to grasp the fundamental concepts and features offered by CometChat’s APIs, SDK, and UI Kit. You can find detailed information in Key Concepts documentation. The Angular UI Kit offers pre-built components for easy integration into Angular applications, built on top of the JavaScript Chat SDK Installing it also includes the core SDK functionalities. To begin, please follow the Getting Started guide.Integrate with AI Coding Agents
Use CometChat Skills to add chat to any Angular project through your AI coding agent. The skill takes an AI-first approach — your agent has a short conversation with you to understand your project and chat requirements, then writes production-grade integration code tailored to the files you already have. Works with Claude Code, Cursor, Codex, VS Code Copilot, Windsurf, Cline, Kiro, and 30+ more agents.--ide <name> to target a specific IDE (e.g. --ide cursor), or --ide all to install for all supported IDEs.
Then in your IDE:
src/environments/environment.ts.
After the first integration, re-run /cometchat anytime to pick from the iteration menu:
- Customize look & feel — theme presets (slack / whatsapp / imessage / discord / notion) or your own brand color
- Add a feature — 40+ features including calls, reactions, polls, AI smart replies, file sharing, presence
- Customize a component — custom message bubbles, headers, composer actions, empty/loading states
- Set up production auth — replace the dev Auth Key with a server-side token endpoint
- Set up user management — server endpoints for creating/updating/deleting CometChat users
- Run diagnostics — verify, drift detection, symptom-to-cause lookup