Real-time user presence for any JavaScript app. Drop in a few lines. See who's here.
A hosted presence service that gets out of your way.
Powered by Cloudflare Durable Objects. Presence updates propagate instantly across the globe.
Install the SDK, wrap your component, done. No WebSocket boilerplate, no infrastructure to manage.
First-class React hooks plus a framework-agnostic core SDK. Works everywhere JavaScript runs.
Install the SDK and start tracking presence. That's it.
npm install @simple-presence/reactimport { usePresenceCount } from "@simple-presence/react"; function OnlineUsers() { const count = usePresenceCount("page-1", { appKey: "your-app-key", }); return ( <div> <span>👥 {count} users online</span> </div> );}No configuration files. No database. No WebSocket setup.
No credit card. No catch. Just ship.
Paid plans coming soon with advanced features