Examples
Explore complete example applications demonstrating how to integrate ChimeKit into your stack. Each example includes a frontend with the notification inbox and a backend that handles user identification and token generation.
React + Node.js
A minimal example using React with Vite and a Node.js Express backend.
What's included:
ChimeKitProvidersetup with automatic token fetching<Inbox />component in a dashboard header- Express API with
identifyandcreateTokenendpoints
Vue + Python
A minimal example using Vue 3 with Vite and a Python Flask backend.
What's included:
ChimeKitRootsetup with automatic token fetching<Inbox />component in a dashboard header- Flask API with
identifyandcreate_tokenendpoints
Running the Examples
Each example follows the same pattern:
-
Clone the repository
git clone https://github.com/chimekit/examples.git cd examples -
Get your API keys from the ChimeKit Dashboard
-
Start the backend with your secret key
-
Start the frontend with your public key
-
Open the app and click the notification bell to see the inbox
See each example's README for detailed setup instructions.