Support Center
Everything you need to get started and make the most of FiveStar Support.
Adding Your First Client
Learn how to create a client application and integrate FiveStar Support into your project.
Creating a Client
Go to Dashboard
After logging in, click 'Add Client' in your dashboard.
Fill in Details
Enter your app's name, description, and website URL.
Get Your Client ID
Copy your unique 26-character Client ID from the success screen.
Understanding Client IDs
Each client application gets a unique 26-character ID (ULID format). This ID is used to identify your app when customers submit feedback.
01abcdefghijklmnopqrstuvwxyz12345Keep this ID secure - it's used to verify customer registrations and prevent spam.
SDK Integration
Use our SDKs to integrate feedback submission directly into your application:
import { FiveStar } from '@fivestar/client'
const fivestar = new FiveStar({
clientId: 'your-client-id-here'
})Your Public Feedback Page
Every client automatically gets a beautiful public feedback page. Share this URL with your customers:
https://fivestar.support/{locale}/c/:clientIdReady to add your first client?
Log in to your dashboard and create your first client application.
Go to Dashboard