CometChat × Vercel
This is a blank Next.js (App Router) app with CometChat skills pre-installed. Ask your AI coding agent to add chat — it already knows how.
Try this
Open this project in Claude Code, Cursor, Copilot, or any Agent-Skills-compatible IDE, then ask:
add chat to my app
The agent reads .agents/skills/cometchat/SKILL.md, detects this is a Next.js App Router project, asks 4–5 setup questions, and writes a working chat integration into app/.
Claude Code users: after cloning, run npx @cometchat/skills add once — Claude Code reads from .claude/skills/ rather than .agents/skills/.
What CometChat ships
- Conversations list, message thread, composer — drop-in React components that handle real-time messaging out of the box.
- 40+ features — calls, polls, reactions, smart replies, translations, AI agents, file sharing, presence.
- 5 theme presets — Slack, WhatsApp, iMessage, Discord, Notion. Or your own brand color.
New to CometChat? cometchat.com/docs · skills repo