Add CometChat Chat Starter (solutions/cometchat-chat)#1468
Add CometChat Chat Starter (solutions/cometchat-chat)#1468swapnil-cometchat wants to merge 1 commit intovercel:mainfrom
Conversation
A blank Next.js (App Router) example with CometChat AI-coding skills
pre-installed at .agents/skills/. Users deploy or clone, open the
project in any Agent-Skills-compatible IDE (Cursor / Cline / Codex /
Replit Agent / Copilot / Windsurf), and ask "add chat to my app" —
the CometChat dispatcher skill walks them through signup, app
provisioning, and writes a working chat integration into app/.
What's included:
- Standard Next.js 16 + React 19 scaffold (app/, package.json, tsconfig)
- .agents/skills/ pre-bundled with the 13-skill CometChat web set
(dispatcher + foundation + framework patterns + Phase B)
- .env.example with NEXT_PUBLIC_COMETCHAT_{APP_ID,REGION,AUTH_KEY}
- .eslintrc.json (next/core-web-vitals)
- Front matter for vercel.com/templates listing
(useCase: SaaS + Realtime Apps, css: CSS, related: slackbot)
Demo: https://cometchat-vercel-template.vercel.app
Skills source: github.com/cometchat/cometchat-skills
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@swapnil-cometchat is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
|
Deployment failed with the following error: Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
|
For reviewers — the failing This PR's Once a Vercel maintainer authorizes preview deploys, the |
Summary
Adds
solutions/cometchat-chat/— a blank Next.js (App Router) starter with CometChat AI-coding skills pre-installed at.agents/skills/.The pitch: deploy or clone, open the project in any Agent-Skills-compatible IDE (Cursor / Cline / Codex / Replit Agent / Copilot / Windsurf), and ask the agent
add chat to my app. The CometChat dispatcher skill walks through signup, app provisioning, and writes a working chat integration intoapp/. No CometChat account required up front.Demo
Live at https://cometchat-vercel-template.vercel.app — deployed via
vercel --prodfrom the canonical cometchat/cometchat-vercel-template repo (the source-of-truth from which this example was bundled).Front matter
framework: Next.jsuseCase: SaaS, Realtime Appscss: CSSrelatedTemplates: slackbot(closest analog — third-party SaaS via Next.js)What's bundled
.agents/skills/with the 13-skill CometChat web set: dispatcher + foundation (core / components / placement) + per-framework patterns (react / nextjs / react-router / astro) + Phase B (theming / features / customization / production / troubleshooting).env.exampledeclaringNEXT_PUBLIC_COMETCHAT_{APP_ID,REGION,AUTH_KEY}.eslintrc.jsonextendingnext/core-web-vitalsTest plan
🤖 Authored with Claude Code