Documentation

Build support in minutes

Everything you need to integrate SupportFlow into your app. JWT authentication, React components, and a full REST API.

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