Discord-first social tracking

Track the accounts that move markets.

Monitor profiles and search queries across social platforms and news hubs. Zyrable detects posts, replies, quotes, profile changes, relationships, and live sessions, then routes source-linked Discord alerts to traders, research teams, businesses, and paid communities.

  • Built for Discord
  • Per-channel routing
  • Previously featured in Discord Discovery's Top 10 Utilities
Discord tracker preview Live
# live-signals3 monitored sources
Zyrable active
BJ
Build Journal@buildjournal · just now
NEW POST

Version 4.8 is available. The release includes the new audit log export and updated webhook controls.

Open post ↗Source verified
OD
Orbital Desk@orbitaldesk · 36s
REPLY

@orbitaldesk replied to @missionbrief
Telemetry is stable. The next update is scheduled after the current validation window.

Mission Brief @missionbrief

Flight systems have entered the final verification sequence.

MW
Market Wire@marketwire · 1m
QUOTE

@marketwire quoted @datadesk
The revised report adds regional volume and methodology notes.

Event streamWSS
{
  "id": "evt_01k8…",
  "type": "profile.update",
  "modifications": [
    "profile.description.text"
  ]
}
Receiving events

Discord-first, API-ready

Run monitoring in Discord. Extend it in your own stack.

Most teams start with the Discord bot. Technical teams, businesses, and larger communities can ingest the same monitored activity through the API for private workflows and custom products.

Discord bot

Track high-signal accounts inside Discord.

Add prominent figures, companies, or search queries, select a destination channel, inspect tracker status, and control supported alert categories with bot commands.

BJ
New post

@buildjournal published a release update.

12s
OD
Reply detected

@orbitaldesk replied to @missionbrief.

36s
MW
Profile changed

Biography and public link were updated.

1m

Developer API

Build private ingestion and AI workflows.

Stream monitored activity into internal tools, AI-assisted analysis, proprietary alerts, or community products through WebSocket and REST endpoints.

View developer documentation

Channel routing

Route each signal to the team that acts on it.

Assign sources to trading desks, research rooms, member channels, or internal feeds. Alert categories can be adjusted for each tracked account.

@buildjournal@marketwire@orbitaldesk
#releases#live-news#research

From watchlist to Discord alert

Choose the sources. Control the signal flow.

  1. 01

    Add Zyrable to your server

    Grant the bot access to the trading, research, or member channels that should receive alerts.

  2. 02

    Build the watchlist

    Use $monitor add to map profiles to a channel, then choose the supported activity types that matter for each account.

  3. 03

    Receive source-linked alerts

    Matching activity appears as a structured Discord embed with the author, event type, content, context, and original source link.

Built around Discord operations

Operate the tracker inside Discord.

Traders, analysts, moderators, and community operators can manage tracked accounts, destination channels, and alert preferences without leaving Discord.

  • Add prominent figures and companies with one command
  • Route sources to trading, research, or member channels
  • Tune post, reply, quote, and profile alert categories
Add Zyrable to Discord
# bot-setupConnected
A
Admin Today at 10:41 AM

$monitor add buildjournal,orbitaldesk #live-signals

Zyrable BOT

Monitoring enabled for 2 accounts in #live-signals.

@buildjournal active@orbitaldesk active
A
Admin Today at 10:42 AM

$monitor customize orbitaldesk replies disable

Tracker configuration updated

Reply alerts are disabled for @orbitaldesk. Posts, quotes, and profile changes remain enabled.

saved
events.ts connected
const socket = new WebSocket(url);

socket.addEventListener("message", ({ data }) => {
  if (data.startsWith("PING")) {
    socket.send(data.replace("PING", "PONG"));
    return;
  }

  const event = JSON.parse(data);
  routeEvent(event.type, event);
});

For businesses and technical teams

Feed monitored activity into your own systems.

Internal teams use the WebSocket and REST APIs for private ingestion, AI-assisted analysis, proprietary alerting, trading workflows, and custom community tools.

Authenticated real-time ingestionDispatch JSON events by unique id and literal type.

REST data accessRequest watched state, searches, posts, profiles, relationships, and communities.

Shared monitored sourcesInternal tools and Discord channels resolve activity from the same monitoring layer.

Read developer documentation

Start with the Discord bot

Put market-moving accounts in the channels that act on them.

Install Zyrable, build your watchlist, and route source-linked alerts to trading, research, and paid-community channels.