Free & Open Source

One link.
All your tips.

Connect Streamlabs, StreamElements, PowerChat, your own native tips, and any other service โ€” unified into a single real-time overlay and feed for your stream.

Create Your Tip Page See Connectors
6
Supported services
0%
Platform fee on native tips
โˆž
Webhook endpoints

Every tip platform. One feed.

Bring your existing donation services together or go fully native โ€” zero fees, full ownership.

OpenVibe Native
Built-in free tipping with PayPal & crypto support via OpenVibe Billing. Zero platform fees.
Free ยท No fees
Streamlabs
Receive Streamlabs donation alerts via webhook. All existing tip pages and alerts continue to work.
Webhook
StreamElements
Receive SE.Tips events. Normalised into the same unified feed as every other source.
Webhook
PowerChat
Receive paid-chat, superchat, and TTS tip events from PowerChat.live.
Webhook
Generic Webhook
Any service that can POST JSON. Map fields with a JSON config โ€” works with Throne, TipBox, Ko-fi, and more.
Any service
Coming soon
Ko-fi, Throne, TipBox.gg, Buy Me a Coffee native connectors in development.
Roadmap

How it works

Up and running in under five minutes.

1

Create your tip page

Sign in with your OpenVibe account and claim your openvibe.tips/yourname URL.

2

Connect your services

Point each tip platform's webhook at your unique OpenVibe Tips token URL. Done in seconds.

3

Add the overlay

Paste your overlay URL into OBS as a Browser Source. Tip alerts appear automatically from all sources.

4

Accept native tips

Enable native tips for zero-fee PayPal and crypto donations directly on your tip page.

Real-time OBS overlay

A single browser source shows tip alerts from every connected service, unified.

Preview

๐Ÿ’ฐ
StreamFan42 $10.00 Streamlabs
Keep up the amazing streams!
๐Ÿ’ฐ
supporter99 $5.00 Native
Love the content, keep it up!

Browser Source URL

After creating your page, copy your overlay URL and add it to OBS:

https://openvibe.tips/overlay/yourname

Tip alerts appear automatically with a 5-second poll. Customize accent colors in your creator settings.

API Reference

Full REST API for creating creators, managing connectors, and querying the tip feed.

MethodPathDescription
GET/api/v1/connectorsList supported connector types and capabilities
GET/api/v1/creatorsList all active creators
GET/api/v1/creators/:slugGet creator profile, connectors, and recent tips
POST/api/v1/creatorsCreate or update a creator profile
GET/api/v1/creators/:slug/connectorsList connectors (auth required)
POST/api/v1/creators/:slug/connectorsAdd a connector (auth required)
POST/api/v1/creators/:slug/webhook-tokensGenerate webhook token (auth required)
GET/api/v1/feedTip event feed (?creator_id=, ?source=, ?limit=)
POST/api/v1/tipSubmit a native tip (auth required)
POST/webhooks/streamlabs/:tokenStreamlabs webhook receiver
POST/webhooks/streamelements/:tokenStreamElements webhook receiver
POST/webhooks/powerchat/:tokenPowerChat webhook receiver
POST/webhooks/generic/:tokenGeneric webhook receiver (any service)
GET/overlay/:slugOBS browser source overlay