QwikBroad lets you create notification channels, manage subscribers, and deliver real-time messages — via a push-ready widget or a simple REST API. No notification infrastructure to build yourself.
<!-- Drop-in notification widget --> <script src="/widget.js" data-channel="your_channel_key" ></script> // Or send from your backend via API POST /api/external/channels/{id}/send X-API-KEY: your_api_key { "title": "Deploy complete 🚀", "body": "v2.1 is now live" }
From channel creation to real-time delivery — no other service required.
Create public or private notification channels. Users subscribe to the topics they care about. Private channels are only discoverable via a unique channel key.
Subscribers get a dedicated mobile app with a clean channel inbox, discover feed to browse public channels, and push notifications delivered directly to their device.
One <script> tag drops a fully functional notification bell and feed into any website, delivering messages in real-time.
Every channel gets a unique API key. Any backend service can trigger notifications with a simple POST request and an X-API-KEY header. No SDK required.
Messages support HTML content, inline images, and file attachments. Target all subscribers globally or send to specific users by ID.
Write a message now and schedule it to send at a specific date and time. Save drafts to revisit before sending. A background scheduler handles delivery automatically.
Create polls that appear inline in the message feed. Subscribers vote on options; one vote per user. View live results from the dashboard.
Subscribers can react to messages with a curated set of emojis. Reactions are togglable and visible to channel owners in the dashboard.
Sign up with email/password or Google OAuth. JWT-based sessions. Channel owners have full control; subscribers see only what's addressed to them.
From sign-up to your first delivered notification.
Register, then create your first notification channel from the dashboard. Choose public or private, add a description and icon. You'll get a unique API key and channel key.
Drop widget.js on your site for a ready-made notification bell. Mobile users subscribe and receive notifications through the QwikBroad app.
Send from the dashboard or trigger from your own backend with an API key. Messages arrive in real-time on the mobile app and web widget for all subscribers.
Start free. Upgrade when you need more.
For personal projects and experimentation.
For small apps that need private channels.
For growing products with multiple channels.
High-volume, dedicated infrastructure.
Create a channel, embed the widget, and your first notification is minutes away.
Straightforward answers about how QwikBroad works.
QwikBroad is a channel-based notification platform. You create channels (like "System Alerts" or "Product Updates"), users subscribe to them, and you send messages from a dashboard or via a REST API. Subscribers receive messages in real-time through the QwikBroad mobile app or an embeddable web widget.
Add a single <script src="/widget.js" data-channel="your_key"> tag to any page. It renders a notification bell and live feed that updates in real-time as new messages arrive — no page refresh needed.
Public channels appear in the discovery feed and can be subscribed to by anyone. Private channels are unlisted — they're only accessible via the unique 10-character channel key, which you share selectively with your users.
Yes. Each channel has an API key. POST a JSON payload to /api/external/channels/{id}/send with your key in the X-API-KEY header. No SDK or client library needed — any HTTP client works.
Not currently. QwikBroad delivers notifications through the mobile app and the embeddable web widget. Email delivery is not supported at this time.
Yes. When sending a message you can specify one or more target user IDs. Those users will see the message in their feed; other subscribers won't. Leave the target empty to broadcast to all channel subscribers.