Simple Presence

Real-time user presence for any JavaScript app. Drop in a few lines. See who's here.

0
people on this page

Why Simple Presence?

A hosted presence service that gets out of your way.

Sub-millisecond

Powered by Cloudflare Durable Objects. Presence updates propagate instantly across the globe.

3 lines of code

Install the SDK, wrap your component, done. No WebSocket boilerplate, no infrastructure to manage.

Any framework

First-class React hooks plus a framework-agnostic core SDK. Works everywhere JavaScript runs.

Get started in minutes

Install the SDK and start tracking presence. That's it.

npm install @simple-presence/react
ReactReact.tsx
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>	);}

No configuration files. No database. No WebSocket setup.

Start free

No credit card. No catch. Just ship.

$0
forever
  • 3 applications
  • 100 simultaneous users
  • Real-time presence updates
  • Dashboard & analytics
Get Started

Paid plans coming soon with advanced features