Documentation
Build support in minutes
Everything you need to integrate SupportFlow into your app. JWT authentication, React components, and a full REST API.
Getting Started
Set up SupportFlow in 5 minutes with our quickstart guide.
JWT Integration
Authenticate users with your existing JWT tokens.
Widget Embedding
Add the support widget to your React or vanilla JS app.
API Reference
Full REST API documentation with examples.
Quick Look
Add support to your app in 3 lines of code:
ReactRecommended
import { SupportWidget } from '@supportflow/react'
function App() {
const user = useAuth()
return (
<>
{/* Your app content */}
<SupportWidget
appId="your-app-slug"
user={{ id: user.id, email: user.email }}
token={user.jwt}
/>
</>
)
}Why SupportFlow?
Zero-Config SSO
Pass your JWT, we verify. No separate login required for users.
AI-Powered Support
Semantic search and AI chat grounded in your knowledge base.
Multi-App Support
One account, unlimited apps. Each with isolated KB and branding.
Ready to get started?
Follow our quickstart guide to integrate SupportFlow in under 5 minutes.
Start Building