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:

  • ChimeKitProvider setup with automatic token fetching
  • <Inbox /> component in a dashboard header
  • Express API with identify and createToken endpoints

Vue + Python

A minimal example using Vue 3 with Vite and a Python Flask backend.

What's included:

  • ChimeKitRoot setup with automatic token fetching
  • <Inbox /> component in a dashboard header
  • Flask API with identify and create_token endpoints

Running the Examples

Each example follows the same pattern:

  1. Clone the repository

    git clone https://github.com/chimekit/examples.git
    cd examples
    
  2. Get your API keys from the ChimeKit Dashboard

  3. Start the backend with your secret key

  4. Start the frontend with your public key

  5. Open the app and click the notification bell to see the inbox

See each example's README for detailed setup instructions.

Was this page helpful?