Realtime

Ship live, collaborative features — without the plumbing.

Pub/sub channels, presence and server-sent updates built in. Add chat, presence and live dashboards in hours, not weeks.

What you can build

Outcomes, not infrastructure

Chat & messaging

Private channels, history and rate limiting without running your own socket layer.

Presence & live cursors

Show who's online and what they're doing in real time.

Live dashboards

Push metrics and events to the browser the instant they happen.

How it works on Maravilla

The APIs that power it

Channels

Pub/sub with presence and a WebSocket API, private channels and built-in rate limiting.

await platform.realtime.publish('chat:lobby', {
  text: 'hello',
});

Realtime (REN)

Server-sent resource notifications keep any view in sync with the database.

platform.realtime.subscribe('docs', onChange);

Push

Reach users who aren't on the page with web push — now or scheduled.

await platform.push.send({ topic: 'mentions' }, msg);

Ready to Simplify Your Workflow?

Start deploying in minutes. No credit card required.

Create Free Account