Widget v0.2.0NEW: Script embeds and AI clarification
Get Started
<Support />
User feedback
Advanced
Cossistant documentation
Cossistant is an open source, developer-first AI/human support infrastructure. Works with your favorite frameworks and AI models.
Install with the shadcn registry
Add the Next.js <Support /> starter with one command:
bunx --bun shadcn@latest add cossistantcom/cossistant/supportFor React and Vite apps, use the React registry item:
bunx --bun shadcn@latest add cossistantcom/cossistant/support-reactThe registry installs the Cossistant provider, support trigger, dependencies, CSS import, and API key placeholder into your configured shadcn component directory.
Quickstart with your framework
Start by selecting your framework of choice, then follow the instructions to finish mounting the provider, adding your API key, and rendering <Support />. Cossistant currently ships quickstarts for Next.js and React.