Connect RealTimee with your stack
RealTimee is built for easy website embedding and backend integration, with a clear path to webhook and CRM connectors.
Widget installation
Use the provided widget script and site token to add RealTimee chat to any website.
<script src="https://real-timee.vercel.app/widget.js" data-site-token="YOUR_SITE_TOKEN"></script>The widget validates the token and verifies the visitor origin before enabling chat, giving you secure domain-level protection.
Supabase backend
RealTimee uses Supabase for database, auth, realtime messaging, and tenant-aware data access.
- PostgreSQL data and row-level security
- Realtime delivery channels for visitor and agent messages
- Supabase auth for organization users and dashboards
- Server-side validation in API routes
Webhook and CRM readiness
The platform is structured to support future CRM, webhook, and automation integrations from its notification and event model.
- Notification routes already separate from core chat delivery
- Visitor and conversation events can be published to external systems
- Integration-ready site configuration and organization schema
Developer docs
For implementation details, see the RealTimee docs and explore the code paths powering widget embedding, notifications, and tenant security.
Read the docs