Add real-time user presence to any JavaScript application with just a few lines of code
Real-time updates in milliseconds, not seconds
Just a few lines of code to get started
Works with React, Vue, Angular, or vanilla JS
import { usePresenceCount } from "@simple-presence/react"; function OnlineUsers() { const count = usePresenceCount("page-1", { appKey: "your-app-key", }); return ( <div> <span>👥 {count} users online</span> </div> );}Paid plans coming soon with advanced features