mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
docs(marketing): bump source-count claims from 435+ to 500+ (#3241)
Feeds.ts is at 523 entries after PR #3236 landed. The "435+" figure has been baked into marketing copy, docs, press kit, and localized strings for a long time and is now noticeably understated. Bump to 500+ as the new canonical figure. Also aligned three stale claims in less-visited docs: docs/getting-started.mdx 70+ RSS feeds => 500+ RSS feeds docs/ai-intelligence.mdx 344 sources => 500+ sources docs/COMMUNITY-PROMOTION-GUIDE 170+ news feeds => 500+ news feeds 170+ news sources => 500+ news sources And bumped the digest-dedup copy 400+ to 500+ (English + French locales + pro-test/index.html prerendered body) for consistency with the pricing and GDELT panels. Left alone on purpose (different metric): 22 services / 22 service domains 24 feeds (security-advisory seeder specifically) 31 sources (freshness tracker) 45 map layers Rebuilt /pro bundle so the per-locale chunks + prerendered index.html under public/pro/assets ship the new copy. 20 locales updated.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
|
||||
## What It Does
|
||||
|
||||
- **435+ curated news feeds** across 15 categories, AI-synthesized into briefs
|
||||
- **500+ curated news feeds** across 15 categories, AI-synthesized into briefs
|
||||
- **Dual map engine** — 3D globe (globe.gl) and WebGL flat map (deck.gl) with 45 data layers
|
||||
- **Cross-stream correlation** — military, economic, disaster, and escalation signal convergence
|
||||
- **Country Intelligence Index** — composite risk scoring across 12 signal categories
|
||||
|
||||
@@ -8,7 +8,7 @@ Thank you for helping spread the word about World Monitor! This guide provides t
|
||||
|
||||
**One-line pitch**: A free, open-source, real-time global intelligence dashboard — like Bloomberg Terminal meets OSINT, for everyone.
|
||||
|
||||
**Longer description**: World Monitor aggregates 170+ news feeds, military tracking, financial markets, conflict data, protest monitoring, satellite imagery, and AI-powered analysis into a single unified dashboard with an interactive globe. Available as a web app, desktop app (macOS/Windows/Linux), and installable PWA.
|
||||
**Longer description**: World Monitor aggregates 500+ news feeds, military tracking, financial markets, conflict data, protest monitoring, satellite imagery, and AI-powered analysis into a single unified dashboard with an interactive globe. Available as a web app, desktop app (macOS/Windows/Linux), and installable PWA.
|
||||
|
||||
---
|
||||
|
||||
@@ -120,7 +120,7 @@ Run AI summarization entirely on your own hardware — no API keys, no cloud, no
|
||||
### For General Audience
|
||||
|
||||
- "An open-source Bloomberg Terminal for everyone — free, no login required"
|
||||
- "170+ news sources, military tracking, AI analysis — all in one dashboard"
|
||||
- "500+ news sources, military tracking, AI analysis — all in one dashboard"
|
||||
- "Run AI summaries locally with Ollama — your data never leaves your machine"
|
||||
- "Available in Japanese with NHK and Nikkei feeds built in"
|
||||
- "Native desktop app for macOS/Windows/Linux, completely free"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
World Monitor is a real-time global intelligence dashboard that brings together news, markets, military activity, infrastructure data, and AI-powered analysis into a single, interactive map interface. Think of it as a situational awareness tool that was previously only available to government agencies and large corporations with six-figure OSINT budgets, now accessible to journalists, analysts, researchers, and curious citizens through a web browser or desktop app.
|
||||
|
||||
The platform monitors over 200 countries using 435+ news feeds, 30+ live video streams, satellite tracking, military flight and naval vessel data, prediction markets, and dozens of specialized data layers. All of this is visualized on either a photorealistic 3D globe or a flat WebGL map, with AI summarization that distills thousands of headlines into actionable intelligence briefs.
|
||||
The platform monitors over 200 countries using 500+ news feeds, 30+ live video streams, satellite tracking, military flight and naval vessel data, prediction markets, and dozens of specialized data layers. All of this is visualized on either a photorealistic 3D globe or a flat WebGL map, with AI summarization that distills thousands of headlines into actionable intelligence briefs.
|
||||
|
||||
---
|
||||
|
||||
@@ -48,7 +48,7 @@ World Monitor aggregates publicly available data from dozens of sources. No prop
|
||||
|
||||
### News & Media
|
||||
|
||||
- **435+ RSS feeds** from Reuters, AP, BBC, Al Jazeera, CNN, The Guardian, and dozens of specialized outlets
|
||||
- **500+ RSS feeds** from Reuters, AP, BBC, Al Jazeera, CNN, The Guardian, and dozens of specialized outlets
|
||||
- **30+ live video streams** from major news networks
|
||||
- **22 live webcams** from geopolitical hotspots
|
||||
- **26 Telegram OSINT channels** including BNO News, Aurora Intel, DeepState, and Bellingcat
|
||||
@@ -112,7 +112,7 @@ World Monitor aggregates publicly available data from dozens of sources. No prop
|
||||
|
||||
| Metric | Value |
|
||||
|--------|-------|
|
||||
| News feeds monitored | 435+ |
|
||||
| News feeds monitored | 500+ |
|
||||
| Live video streams | 30+ |
|
||||
| Data layers on map | 45+ |
|
||||
| Countries monitored | 200+ |
|
||||
|
||||
@@ -323,7 +323,7 @@ The Focal Point Detector is the intelligence synthesis layer that correlates new
|
||||
|
||||
Without synthesis, intelligence streams operate in silos:
|
||||
|
||||
- News feeds show 344 sources with thousands of headlines
|
||||
- News feeds show 500+ sources with thousands of headlines
|
||||
- Map layers display military flights, protests, outages independently
|
||||
- No automated way to see that IRAN appears in news AND has military activity AND an internet outage
|
||||
|
||||
|
||||
@@ -261,7 +261,7 @@ Seeds use `cachedFetchJson` with in-flight promise coalescing — if a seed run
|
||||
|
||||
World Monitor uses 60+ Vercel Edge Functions as a lightweight API layer, split into two generations. Legacy endpoints in `api/*.js` each handle a single data source concern — proxying, caching, or transforming external APIs. The newer proto-first endpoints use **per-domain thin entry points** — 22 separate edge functions, each importing only its own handler module. This replaced the original monolithic gateway that loaded all 22 domains on every cold start. Each domain's function tree-shakes to include only its dependencies, reducing cold-start time by ~85% (sub-100ms for most endpoints vs. 500ms+ with the monolithic handler). A shared `server/gateway.ts` provides common routing logic. Both generations coexist, with new features built proto-first. This architecture avoids a monolithic backend while keeping API keys server-side:
|
||||
|
||||
- **RSS Proxy** — domain-allowlisted proxy for 435+ feeds, preventing CORS issues and hiding origin servers. Feeds from domains that block Vercel IPs are automatically routed through the Railway relay.
|
||||
- **RSS Proxy** — domain-allowlisted proxy for 500+ feeds, preventing CORS issues and hiding origin servers. Feeds from domains that block Vercel IPs are automatically routed through the Railway relay.
|
||||
- **AI Pipeline** — Groq and OpenRouter edge functions with Redis deduplication, so identical headlines across concurrent users only trigger one LLM call. The classify-event endpoint pauses its queue on 500 errors to avoid wasting API quota.
|
||||
- **Data Adapters** — GDELT, ACLED, OpenSky, USGS, NASA FIRMS, FRED, Yahoo Finance, CoinGecko, mempool.space, BIS, WTO, and others each have dedicated edge functions that normalize responses into consistent schemas
|
||||
- **Market Intelligence** — macro signals, ETF flows, and stablecoin monitors compute derived analytics server-side (VWAP, SMA, peg deviation, flow estimates) and cache results in Redis
|
||||
|
||||
@@ -189,7 +189,7 @@ The sidecar defaults to port 46123 but handles `EADDRINUSE` gracefully — if th
|
||||
|
||||
### Local RSS Proxy
|
||||
|
||||
The sidecar includes a built-in RSS proxy handler that fetches news feeds directly from source domains, bypassing the cloud RSS proxy entirely. This means the desktop app can load all 435+ RSS feeds without any cloud dependency — the same domain allowlist used by the Vercel edge proxy is enforced locally. Combined with the local API handlers, this enables the desktop app to operate as a fully self-contained intelligence aggregation platform.
|
||||
The sidecar includes a built-in RSS proxy handler that fetches news feeds directly from source domains, bypassing the cloud RSS proxy entirely. This means the desktop app can load all 500+ RSS feeds without any cloud dependency — the same domain allowlist used by the Vercel edge proxy is enforced locally. Combined with the local API handlers, this enables the desktop app to operate as a fully self-contained intelligence aggregation platform.
|
||||
|
||||
### Sidecar Resilience
|
||||
|
||||
|
||||
@@ -171,7 +171,7 @@ src/
|
||||
│ ├── ServiceStatusPanel.ts # External service health monitoring
|
||||
│ └── ...
|
||||
├── config/
|
||||
│ ├── feeds.ts # 70+ RSS feeds, source tiers, regional sources
|
||||
│ ├── feeds.ts # 500+ RSS feeds, source tiers, regional sources
|
||||
│ ├── geo.ts # 30+ hotspots, conflicts, 86 cables, waterways, spaceports, minerals
|
||||
│ ├── pipelines.ts # 88 oil & gas pipelines
|
||||
│ ├── ports.ts # 62 strategic ports worldwide
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
"screenshot": "https://www.worldmonitor.app/favico/og-image.png",
|
||||
"datePublished": "2024-10-01",
|
||||
"offers": [
|
||||
{ "@type": "Offer", "price": "0", "priceCurrency": "USD", "name": "Free", "description": "Full dashboard with 435+ sources, 45 map layers, BYOK AI" },
|
||||
{ "@type": "Offer", "price": "0", "priceCurrency": "USD", "name": "Free", "description": "Full dashboard with 500+ sources, 45 map layers, BYOK AI" },
|
||||
{ "@type": "Offer", "price": "39.99", "priceCurrency": "USD", "name": "Pro Monthly", "description": "WM Analyst chat, AI digest (daily/twice-daily/weekly), custom widget builder, MCP connectors, equity research, macro analytics, flight search — 30+ services under one key" },
|
||||
{ "@type": "Offer", "price": "399.99", "priceCurrency": "USD", "name": "Pro Annual", "description": "Pro yearly plan — 2 months free vs monthly billing" }
|
||||
],
|
||||
@@ -128,7 +128,7 @@
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How personalized is the digest?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "Pick your cadence — daily, twice-daily, or weekly. We re-score every tracked story against your alert rules and watchlist, dedupe across 400+ sources, and send up to 30 ranked items per digest with an AI Assessment and Signals to watch written to your context. Real-time alerts are also available for critical events." }
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "Pick your cadence — daily, twice-daily, or weekly. We re-score every tracked story against your alert rules and watchlist, dedupe across 500+ sources, and send up to 30 ranked items per digest with an AI Assessment and Signals to watch written to your context. Real-time alerts are also available for critical events." }
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
@@ -176,7 +176,7 @@
|
||||
<dt>What is MCP?</dt>
|
||||
<dd>MCP lets AI agents — Claude, GPT, custom LLMs — use WorldMonitor as a tool, querying all 30+ services. Included in Pro.</dd>
|
||||
<dt>How personalized is the digest?</dt>
|
||||
<dd>Pick your cadence — daily, twice-daily, or weekly. We re-score every tracked story against your alert rules and watchlist, dedupe across 400+ sources, and send up to 30 ranked items per digest with an AI Assessment and Signals to watch. Real-time alerts are also available for critical events.</dd>
|
||||
<dd>Pick your cadence — daily, twice-daily, or weekly. We re-score every tracked story against your alert rules and watchlist, dedupe across 500+ sources, and send up to 30 ranked items per digest with an AI Assessment and Signals to watch. Real-time alerts are also available for critical events.</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</noscript>
|
||||
|
||||
@@ -218,7 +218,7 @@ const SocialProof = () => (
|
||||
{ value: "2M+", label: t('socialProof.uniqueVisitors') },
|
||||
{ value: "421K", label: t('socialProof.peakDailyUsers') },
|
||||
{ value: "190+", label: t('socialProof.countriesReached') },
|
||||
{ value: "435+", label: t('socialProof.liveDataSources') },
|
||||
{ value: "500+", label: t('socialProof.liveDataSources') },
|
||||
].map((stat, i) => (
|
||||
<div key={i}>
|
||||
<p className="text-3xl md:text-4xl font-display font-bold text-wm-green">{stat.value}</p>
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "التهديدات السيبرانية",
|
||||
"cyberDesc": "تدفقات Ransomware، اختطافات BGP، كشف DDoS",
|
||||
"gdelt": "GDELT والأخبار",
|
||||
"gdeltDesc": "أكثر من 435 موجز RSS، أحداث GDELT بتسجيل الذكاء الاصطناعي، بث مباشر",
|
||||
"gdeltDesc": "أكثر من 500 موجز RSS، أحداث GDELT بتسجيل الذكاء الاصطناعي، بث مباشر",
|
||||
"seismology": "الزلازل والطبيعية",
|
||||
"seismologyDesc": "زلازل USGS، نشاط بركاني، أحوال جوية قاسية"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "رؤية كل شيء",
|
||||
"freeDesc": "لوحة مفتوحة المصدر",
|
||||
"freeF1": "تحديث 5-15 دقيقة",
|
||||
"freeF2": "أكثر من 435 موجزاً و45 طبقة خريطة",
|
||||
"freeF2": "أكثر من 500 موجزاً و45 طبقة خريطة",
|
||||
"freeF3": "BYOK للذكاء الاصطناعي",
|
||||
"freeF4": "مجاني إلى الأبد",
|
||||
"openDashboard": "فتح اللوحة",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Кибер заплахи",
|
||||
"cyberDesc": "Фийдове за ransomware, BGP отвличания, DDoS откриване",
|
||||
"gdelt": "GDELT и новини",
|
||||
"gdeltDesc": "435+ RSS фийдове, GDELT събития с AI оценка, живи излъчвания",
|
||||
"gdeltDesc": "500+ RSS фийдове, GDELT събития с AI оценка, живи излъчвания",
|
||||
"seismology": "Сеизмология и природа",
|
||||
"seismologyDesc": "USGS земетресения, вулканична активност, екстремно време"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "Вижте всичко",
|
||||
"freeDesc": "Open-source таблото",
|
||||
"freeF1": "Опресняване 5-15 мин",
|
||||
"freeF2": "435+ фийдове, 45 слоя на картата",
|
||||
"freeF2": "500+ фийдове, 45 слоя на картата",
|
||||
"freeF3": "BYOK за AI",
|
||||
"freeF4": "Безплатно завинаги",
|
||||
"openDashboard": "Отваряне на таблото",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Kybernetické hrozby",
|
||||
"cyberDesc": "Ransomware feedy, BGP únosy, detekce DDoS",
|
||||
"gdelt": "GDELT a zprávy",
|
||||
"gdeltDesc": "435+ RSS feedů, události GDELT bodované AI, živé přenosy",
|
||||
"gdeltDesc": "500+ RSS feedů, události GDELT bodované AI, živé přenosy",
|
||||
"seismology": "Seismologie a přírodní",
|
||||
"seismologyDesc": "USGS zemětřesení, vulkanická aktivita, extrémní počasí"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "Vidět vše",
|
||||
"freeDesc": "Open-source dashboard",
|
||||
"freeF1": "Obnovování 5-15 min",
|
||||
"freeF2": "435+ feedů, 45 vrstev mapy",
|
||||
"freeF2": "500+ feedů, 45 vrstev mapy",
|
||||
"freeF3": "BYOK pro AI",
|
||||
"freeF4": "Zdarma navždy",
|
||||
"openDashboard": "Otevřít dashboard",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Cyber-Bedrohungen",
|
||||
"cyberDesc": "Ransomware-Feeds, BGP-Hijacks, DDoS-Erkennung",
|
||||
"gdelt": "GDELT & News",
|
||||
"gdeltDesc": "435+ RSS-Feeds, KI-bewertete GDELT-Events, Live-Sendungen",
|
||||
"gdeltDesc": "500+ RSS-Feeds, KI-bewertete GDELT-Events, Live-Sendungen",
|
||||
"seismology": "Seismologie & Natur",
|
||||
"seismologyDesc": "USGS-Erdbeben, vulkanische Aktivität, schwere Wetter"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "Alles sehen",
|
||||
"freeDesc": "Das Open-Source-Dashboard",
|
||||
"freeF1": "5-15 Min Refresh",
|
||||
"freeF2": "435+ Feeds, 45 Kartenebenen",
|
||||
"freeF2": "500+ Feeds, 45 Kartenebenen",
|
||||
"freeF3": "BYOK für KI",
|
||||
"freeF4": "Für immer kostenlos",
|
||||
"openDashboard": "Dashboard öffnen",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Κυβερνοαπειλές",
|
||||
"cyberDesc": "Feeds ransomware, BGP hijacks, εντοπισμός DDoS",
|
||||
"gdelt": "GDELT και ειδήσεις",
|
||||
"gdeltDesc": "435+ RSS feeds, γεγονότα GDELT βαθμολογημένα από AI, ζωντανές μεταδόσεις",
|
||||
"gdeltDesc": "500+ RSS feeds, γεγονότα GDELT βαθμολογημένα από AI, ζωντανές μεταδόσεις",
|
||||
"seismology": "Σεισμολογία και φυσικά φαινόμενα",
|
||||
"seismologyDesc": "Σεισμοί USGS, ηφαιστειακή δραστηριότητα, ακραίες καιρικές συνθήκες"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "Δείτε τα πάντα",
|
||||
"freeDesc": "Ο open-source πίνακας",
|
||||
"freeF1": "Ανανέωση 5-15 λεπτά",
|
||||
"freeF2": "435+ feeds, 45 επίπεδα χάρτη",
|
||||
"freeF2": "500+ feeds, 45 επίπεδα χάρτη",
|
||||
"freeF3": "BYOK για AI",
|
||||
"freeF4": "Δωρεάν για πάντα",
|
||||
"openDashboard": "Άνοιγμα πίνακα",
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
"deliveryDesk": {
|
||||
"eyebrow": "DELIVERY DESK",
|
||||
"title": "Your personal intelligence desk",
|
||||
"body": "Up to 30 ranked items per send, deduped across 400+ sources, scored against your watchlist. Choose your cadence — daily, twice-daily, or weekly — with an AI Assessment and Signals to watch delivered to Slack, Discord, Telegram, Email, or webhook.",
|
||||
"body": "Up to 30 ranked items per send, deduped across 500+ sources, scored against your watchlist. Choose your cadence — daily, twice-daily, or weekly — with an AI Assessment and Signals to watch delivered to Slack, Discord, Telegram, Email, or webhook.",
|
||||
"closer": "Not a newsletter. An analyst.",
|
||||
"channels": "Slack · Discord · Telegram · Email · Webhook · AES-256 encrypted · Quiet hours"
|
||||
},
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Cyber Threats",
|
||||
"cyberDesc": "Ransomware feeds, BGP hijacks, DDoS detection",
|
||||
"gdelt": "GDELT & News",
|
||||
"gdeltDesc": "435+ RSS feeds, AI-scored GDELT events, live broadcasts",
|
||||
"gdeltDesc": "500+ RSS feeds, AI-scored GDELT events, live broadcasts",
|
||||
"seismology": "Seismology & Natural",
|
||||
"seismologyDesc": "USGS earthquakes, volcanic activity, severe weather"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "See everything",
|
||||
"freeDesc": "The open-source dashboard",
|
||||
"freeF1": "5-15 min refresh",
|
||||
"freeF2": "435+ feeds, 45 map layers",
|
||||
"freeF2": "500+ feeds, 45 map layers",
|
||||
"freeF3": "BYOK for AI",
|
||||
"freeF4": "Free forever",
|
||||
"openDashboard": "Open Dashboard",
|
||||
@@ -180,7 +180,7 @@
|
||||
"orbitalSurveillance": "Orbital Surveillance",
|
||||
"orbitalSurveillanceDesc": "(Soon) Overhead pass predictions, revisit frequency analysis, and imaging window alerts. Know when intelligence satellites are watching your areas of interest.",
|
||||
"morningBriefs": "Personal Intelligence Desk",
|
||||
"morningBriefsDesc": "Up to 30 ranked stories per digest, deduped across 400+ sources. Pick daily, twice-daily, or weekly cadence — or real-time alerts for critical events. AI Assessment and Signals to watch delivered to Slack, Discord, Telegram, Email, or webhook. Not a newsletter — an analyst.",
|
||||
"morningBriefsDesc": "Up to 30 ranked stories per digest, deduped across 500+ sources. Pick daily, twice-daily, or weekly cadence — or real-time alerts for critical events. AI Assessment and Signals to watch delivered to Slack, Discord, Telegram, Email, or webhook. Not a newsletter — an analyst.",
|
||||
"oneKey": "30+ Services, 1 Key",
|
||||
"oneKeyDesc": "Finnhub, FRED, ACLED, UCDP, NASA FIRMS, AISStream, OpenSky, and more — all active, no separate registrations.",
|
||||
"deliveryLabel": "Choose how intelligence finds you"
|
||||
@@ -317,7 +317,7 @@
|
||||
"q10": "Can I connect Claude or GPT to WorldMonitor?",
|
||||
"a10": "Yes. MCP is included in Pro — plug WorldMonitor into Claude, GPT, or any MCP-compatible LLM as a live tool.",
|
||||
"q11": "How personalized is the digest?",
|
||||
"a11": "Pick your cadence — daily, twice-daily, or weekly. We re-score every tracked story against your alert rules and watchlist, dedupe across 400+ sources, and send up to 30 ranked items with an AI Assessment and Signals to watch written to your context. Real-time alerts are also available for critical events.",
|
||||
"a11": "Pick your cadence — daily, twice-daily, or weekly. We re-score every tracked story against your alert rules and watchlist, dedupe across 500+ sources, and send up to 30 ranked items with an AI Assessment and Signals to watch written to your context. Real-time alerts are also available for critical events.",
|
||||
"q12": "What's the refresh rate?",
|
||||
"a12": "Near real time for Pro. 5–15 minutes on Free.",
|
||||
"q13": "Where does my data go?",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Amenazas cibernéticas",
|
||||
"cyberDesc": "Feeds de ransomware, secuestros BGP, detección de DDoS",
|
||||
"gdelt": "GDELT y noticias",
|
||||
"gdeltDesc": "435+ feeds RSS, eventos GDELT puntuados por IA, emisiones en vivo",
|
||||
"gdeltDesc": "500+ feeds RSS, eventos GDELT puntuados por IA, emisiones en vivo",
|
||||
"seismology": "Sismología y naturales",
|
||||
"seismologyDesc": "Terremotos USGS, actividad volcánica, clima severo"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "Ve todo",
|
||||
"freeDesc": "El panel de código abierto",
|
||||
"freeF1": "Actualización 5-15 min",
|
||||
"freeF2": "435+ feeds, 45 capas de mapa",
|
||||
"freeF2": "500+ feeds, 45 capas de mapa",
|
||||
"freeF3": "BYOK para IA",
|
||||
"freeF4": "Gratis para siempre",
|
||||
"openDashboard": "Abrir panel",
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
"deliveryDesk": {
|
||||
"eyebrow": "BUREAU DE LIVRAISON",
|
||||
"title": "Votre bureau de renseignement personnel",
|
||||
"body": "Jusqu'à 30 items classés par envoi, dédoublonnés sur 400+ sources, scorés selon votre watchlist. Choisissez votre cadence — quotidien, biquotidien ou hebdomadaire — avec un Assessment IA et des Signals to watch livrés sur Slack, Discord, Telegram, Email ou webhook.",
|
||||
"body": "Jusqu'à 30 items classés par envoi, dédoublonnés sur 500+ sources, scorés selon votre watchlist. Choisissez votre cadence — quotidien, biquotidien ou hebdomadaire — avec un Assessment IA et des Signals to watch livrés sur Slack, Discord, Telegram, Email ou webhook.",
|
||||
"closer": "Pas une newsletter. Un analyste.",
|
||||
"channels": "Slack · Discord · Telegram · Email · Webhook · Chiffrement AES-256 · Heures de silence"
|
||||
},
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Menaces cyber",
|
||||
"cyberDesc": "Flux ransomware, détournements BGP, détection DDoS",
|
||||
"gdelt": "GDELT et news",
|
||||
"gdeltDesc": "435+ flux RSS, événements GDELT scorés par IA, diffusions en direct",
|
||||
"gdeltDesc": "500+ flux RSS, événements GDELT scorés par IA, diffusions en direct",
|
||||
"seismology": "Sismologie et naturels",
|
||||
"seismologyDesc": "Tremblements de terre USGS, activité volcanique, météo extrême"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "Voyez tout",
|
||||
"freeDesc": "Le tableau de bord open-source",
|
||||
"freeF1": "Rafraîchissement 5-15 min",
|
||||
"freeF2": "435+ flux, 45 couches de carte",
|
||||
"freeF2": "500+ flux, 45 couches de carte",
|
||||
"freeF3": "BYOK pour l'IA",
|
||||
"freeF4": "Gratuit pour toujours",
|
||||
"openDashboard": "Ouvrir le tableau de bord",
|
||||
@@ -180,7 +180,7 @@
|
||||
"orbitalSurveillance": "Surveillance orbitale",
|
||||
"orbitalSurveillanceDesc": "(Bientôt) Prédictions de passages orbitaux, analyse de fréquence de revisite et alertes de fenêtre de prise. Sachez quand les satellites de renseignement observent vos zones d'intérêt.",
|
||||
"morningBriefs": "Bureau de renseignement personnel",
|
||||
"morningBriefsDesc": "Jusqu'à 30 histoires classées par digest, dédoublonnées sur 400+ sources. Cadence au choix — quotidienne, biquotidienne ou hebdomadaire — ou alertes en temps réel pour les événements critiques. Assessment IA et Signals to watch livrés sur Slack, Discord, Telegram, Email ou webhook. Pas une newsletter — un analyste.",
|
||||
"morningBriefsDesc": "Jusqu'à 30 histoires classées par digest, dédoublonnées sur 500+ sources. Cadence au choix — quotidienne, biquotidienne ou hebdomadaire — ou alertes en temps réel pour les événements critiques. Assessment IA et Signals to watch livrés sur Slack, Discord, Telegram, Email ou webhook. Pas une newsletter — un analyste.",
|
||||
"oneKey": "30+ services, 1 clé",
|
||||
"oneKeyDesc": "Finnhub, FRED, ACLED, UCDP, NASA FIRMS, AISStream, OpenSky et plus — tous actifs, sans inscriptions séparées.",
|
||||
"deliveryLabel": "Choisissez comment le renseignement vous trouve"
|
||||
@@ -317,7 +317,7 @@
|
||||
"q10": "Puis-je connecter Claude ou GPT à WorldMonitor ?",
|
||||
"a10": "Oui. MCP est inclus dans Pro — branchez WorldMonitor à Claude, GPT ou tout LLM compatible MCP comme outil en direct.",
|
||||
"q11": "Quel est le degré de personnalisation du digest ?",
|
||||
"a11": "Choisissez votre cadence : quotidien, biquotidien ou hebdomadaire. Nous re-scorons chaque histoire suivie contre vos règles d'alerte et votre watchlist, dédoublonnons sur 400+ sources et envoyons jusqu'à 30 items classés avec un Assessment IA et des Signals to watch écrits pour votre contexte. Des alertes en temps réel sont aussi disponibles pour les événements critiques.",
|
||||
"a11": "Choisissez votre cadence : quotidien, biquotidien ou hebdomadaire. Nous re-scorons chaque histoire suivie contre vos règles d'alerte et votre watchlist, dédoublonnons sur 500+ sources et envoyons jusqu'à 30 items classés avec un Assessment IA et des Signals to watch écrits pour votre contexte. Des alertes en temps réel sont aussi disponibles pour les événements critiques.",
|
||||
"q12": "Quel est le taux de rafraîchissement ?",
|
||||
"a12": "Quasi temps réel pour Pro. 5–15 minutes sur Free.",
|
||||
"q13": "Où vont mes données ?",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Minacce cyber",
|
||||
"cyberDesc": "Feed ransomware, hijack BGP, rilevamento DDoS",
|
||||
"gdelt": "GDELT e news",
|
||||
"gdeltDesc": "435+ feed RSS, eventi GDELT scorati dall'IA, trasmissioni live",
|
||||
"gdeltDesc": "500+ feed RSS, eventi GDELT scorati dall'IA, trasmissioni live",
|
||||
"seismology": "Sismologia e naturali",
|
||||
"seismologyDesc": "Terremoti USGS, attività vulcanica, meteo estremo"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "Vedi tutto",
|
||||
"freeDesc": "La dashboard open-source",
|
||||
"freeF1": "Refresh 5-15 min",
|
||||
"freeF2": "435+ feed, 45 livelli mappa",
|
||||
"freeF2": "500+ feed, 45 livelli mappa",
|
||||
"freeF3": "BYOK per l'IA",
|
||||
"freeF4": "Gratis per sempre",
|
||||
"openDashboard": "Apri la dashboard",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "サイバー脅威",
|
||||
"cyberDesc": "ランサムウェアフィード、BGP ハイジャック、DDoS 検出",
|
||||
"gdelt": "GDELT とニュース",
|
||||
"gdeltDesc": "435 以上の RSS フィード、AI スコア付き GDELT イベント、ライブ配信",
|
||||
"gdeltDesc": "500 以上の RSS フィード、AI スコア付き GDELT イベント、ライブ配信",
|
||||
"seismology": "地震と自然",
|
||||
"seismologyDesc": "USGS 地震、火山活動、極端気象"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "すべてを見る",
|
||||
"freeDesc": "オープンソースのダッシュボード",
|
||||
"freeF1": "更新 5-15 分",
|
||||
"freeF2": "435 以上のフィード、45 の地図レイヤー",
|
||||
"freeF2": "500 以上のフィード、45 の地図レイヤー",
|
||||
"freeF3": "AI は BYOK",
|
||||
"freeF4": "永久無料",
|
||||
"openDashboard": "ダッシュボードを開く",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "사이버 위협",
|
||||
"cyberDesc": "랜섬웨어 피드, BGP 하이재킹, DDoS 감지",
|
||||
"gdelt": "GDELT와 뉴스",
|
||||
"gdeltDesc": "435+ RSS 피드, AI 점수 GDELT 이벤트, 라이브 방송",
|
||||
"gdeltDesc": "500+ RSS 피드, AI 점수 GDELT 이벤트, 라이브 방송",
|
||||
"seismology": "지진학과 자연",
|
||||
"seismologyDesc": "USGS 지진, 화산 활동, 극한 기상"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "전부 보기",
|
||||
"freeDesc": "오픈 소스 대시보드",
|
||||
"freeF1": "갱신 5-15분",
|
||||
"freeF2": "435+ 피드, 45 지도 레이어",
|
||||
"freeF2": "500+ 피드, 45 지도 레이어",
|
||||
"freeF3": "AI는 BYOK",
|
||||
"freeF4": "영구 무료",
|
||||
"openDashboard": "대시보드 열기",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Cyberdreigingen",
|
||||
"cyberDesc": "Ransomware-feeds, BGP-kapingen, DDoS-detectie",
|
||||
"gdelt": "GDELT en nieuws",
|
||||
"gdeltDesc": "435+ RSS-feeds, AI-gescoorde GDELT-events, live uitzendingen",
|
||||
"gdeltDesc": "500+ RSS-feeds, AI-gescoorde GDELT-events, live uitzendingen",
|
||||
"seismology": "Seismologie en natuurrampen",
|
||||
"seismologyDesc": "USGS-aardbevingen, vulkanische activiteit, extreem weer"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "Zie alles",
|
||||
"freeDesc": "Het open-source dashboard",
|
||||
"freeF1": "Refresh 5-15 min",
|
||||
"freeF2": "435+ feeds, 45 kaartlagen",
|
||||
"freeF2": "500+ feeds, 45 kaartlagen",
|
||||
"freeF3": "BYOK voor AI",
|
||||
"freeF4": "Altijd gratis",
|
||||
"openDashboard": "Dashboard openen",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Zagrożenia cybernetyczne",
|
||||
"cyberDesc": "Feedy ransomware, hijacki BGP, wykrywanie DDoS",
|
||||
"gdelt": "GDELT i wiadomości",
|
||||
"gdeltDesc": "435+ feedów RSS, zdarzenia GDELT punktowane przez AI, transmisje na żywo",
|
||||
"gdeltDesc": "500+ feedów RSS, zdarzenia GDELT punktowane przez AI, transmisje na żywo",
|
||||
"seismology": "Sejsmologia i naturalne",
|
||||
"seismologyDesc": "Trzęsienia ziemi USGS, aktywność wulkaniczna, ekstremalna pogoda"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "Zobacz wszystko",
|
||||
"freeDesc": "Panel open-source",
|
||||
"freeF1": "Odświeżanie 5-15 min",
|
||||
"freeF2": "435+ feedów, 45 warstw mapy",
|
||||
"freeF2": "500+ feedów, 45 warstw mapy",
|
||||
"freeF3": "BYOK dla AI",
|
||||
"freeF4": "Bezpłatnie na zawsze",
|
||||
"openDashboard": "Otwórz panel",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Ameaças cibernéticas",
|
||||
"cyberDesc": "Feeds de ransomware, hijacks BGP, deteção DDoS",
|
||||
"gdelt": "GDELT e notícias",
|
||||
"gdeltDesc": "435+ feeds RSS, eventos GDELT pontuados por IA, emissões ao vivo",
|
||||
"gdeltDesc": "500+ feeds RSS, eventos GDELT pontuados por IA, emissões ao vivo",
|
||||
"seismology": "Sismologia e natural",
|
||||
"seismologyDesc": "Sismos USGS, atividade vulcânica, meteorologia severa"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "Veja tudo",
|
||||
"freeDesc": "O painel open-source",
|
||||
"freeF1": "Atualização 5-15 min",
|
||||
"freeF2": "435+ feeds, 45 camadas de mapa",
|
||||
"freeF2": "500+ feeds, 45 camadas de mapa",
|
||||
"freeF3": "BYOK para IA",
|
||||
"freeF4": "Grátis para sempre",
|
||||
"openDashboard": "Abrir painel",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Amenințări cibernetice",
|
||||
"cyberDesc": "Feed-uri ransomware, hijack-uri BGP, detecție DDoS",
|
||||
"gdelt": "GDELT și știri",
|
||||
"gdeltDesc": "435+ feed-uri RSS, evenimente GDELT punctate de IA, transmisiuni live",
|
||||
"gdeltDesc": "500+ feed-uri RSS, evenimente GDELT punctate de IA, transmisiuni live",
|
||||
"seismology": "Seismologie și naturale",
|
||||
"seismologyDesc": "Cutremure USGS, activitate vulcanică, vreme extremă"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "Vezi tot",
|
||||
"freeDesc": "Panoul open-source",
|
||||
"freeF1": "Refresh 5-15 min",
|
||||
"freeF2": "435+ feed-uri, 45 straturi de hartă",
|
||||
"freeF2": "500+ feed-uri, 45 straturi de hartă",
|
||||
"freeF3": "BYOK pentru IA",
|
||||
"freeF4": "Gratuit pentru totdeauna",
|
||||
"openDashboard": "Deschide panoul",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Кибер-угрозы",
|
||||
"cyberDesc": "Фиды ransomware, угоны BGP, обнаружение DDoS",
|
||||
"gdelt": "GDELT и новости",
|
||||
"gdeltDesc": "435+ RSS-фидов, события GDELT с оценкой ИИ, прямые трансляции",
|
||||
"gdeltDesc": "500+ RSS-фидов, события GDELT с оценкой ИИ, прямые трансляции",
|
||||
"seismology": "Сейсмология и природные явления",
|
||||
"seismologyDesc": "Землетрясения USGS, вулканическая активность, экстремальная погода"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "Видеть всё",
|
||||
"freeDesc": "Открытая панель",
|
||||
"freeF1": "Обновление 5-15 мин",
|
||||
"freeF2": "435+ фидов, 45 слоёв карты",
|
||||
"freeF2": "500+ фидов, 45 слоёв карты",
|
||||
"freeF3": "BYOK для ИИ",
|
||||
"freeF4": "Бесплатно навсегда",
|
||||
"openDashboard": "Открыть панель",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Cyberhot",
|
||||
"cyberDesc": "Ransomware-feeds, BGP-kapningar, DDoS-detektering",
|
||||
"gdelt": "GDELT och nyheter",
|
||||
"gdeltDesc": "435+ RSS-feeds, AI-poängsatta GDELT-händelser, liveutsändningar",
|
||||
"gdeltDesc": "500+ RSS-feeds, AI-poängsatta GDELT-händelser, liveutsändningar",
|
||||
"seismology": "Seismologi och natur",
|
||||
"seismologyDesc": "USGS-jordbävningar, vulkanisk aktivitet, extremväder"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "Se allt",
|
||||
"freeDesc": "Den öppna dashboarden",
|
||||
"freeF1": "Uppdatering 5-15 min",
|
||||
"freeF2": "435+ feeds, 45 kartlager",
|
||||
"freeF2": "500+ feeds, 45 kartlager",
|
||||
"freeF3": "BYOK för AI",
|
||||
"freeF4": "Alltid gratis",
|
||||
"openDashboard": "Öppna dashboarden",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "ภัยไซเบอร์",
|
||||
"cyberDesc": "ฟีด ransomware การแย่งชิง BGP การตรวจจับ DDoS",
|
||||
"gdelt": "GDELT และข่าว",
|
||||
"gdeltDesc": "ฟีด RSS 435+ เหตุการณ์ GDELT ที่ AI ให้คะแนน การถ่ายทอดสด",
|
||||
"gdeltDesc": "ฟีด RSS 500+ เหตุการณ์ GDELT ที่ AI ให้คะแนน การถ่ายทอดสด",
|
||||
"seismology": "แผ่นดินไหวและธรรมชาติ",
|
||||
"seismologyDesc": "แผ่นดินไหว USGS กิจกรรมภูเขาไฟ สภาพอากาศรุนแรง"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "ดูทุกอย่าง",
|
||||
"freeDesc": "แดชบอร์ดโอเพ่นซอร์ส",
|
||||
"freeF1": "รีเฟรช 5-15 นาที",
|
||||
"freeF2": "435+ ฟีด, 45 ชั้นแผนที่",
|
||||
"freeF2": "500+ ฟีด, 45 ชั้นแผนที่",
|
||||
"freeF3": "BYOK สำหรับ AI",
|
||||
"freeF4": "ฟรีตลอดไป",
|
||||
"openDashboard": "เปิดแดชบอร์ด",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Siber tehditler",
|
||||
"cyberDesc": "Ransomware beslemeleri, BGP hijack'leri, DDoS tespiti",
|
||||
"gdelt": "GDELT ve haberler",
|
||||
"gdeltDesc": "435+ RSS beslemesi, AI puanlı GDELT olayları, canlı yayınlar",
|
||||
"gdeltDesc": "500+ RSS beslemesi, AI puanlı GDELT olayları, canlı yayınlar",
|
||||
"seismology": "Sismoloji ve doğal",
|
||||
"seismologyDesc": "USGS depremler, volkanik faaliyet, şiddetli hava"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "Her şeyi gör",
|
||||
"freeDesc": "Açık kaynak kontrol paneli",
|
||||
"freeF1": "Yenileme 5-15 dk",
|
||||
"freeF2": "435+ besleme, 45 harita katmanı",
|
||||
"freeF2": "500+ besleme, 45 harita katmanı",
|
||||
"freeF3": "AI için BYOK",
|
||||
"freeF4": "Sonsuza dek ücretsiz",
|
||||
"openDashboard": "Kontrol panelini aç",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "Mối đe dọa mạng",
|
||||
"cyberDesc": "Nguồn cấp ransomware, chiếm đoạt BGP, phát hiện DDoS",
|
||||
"gdelt": "GDELT và tin tức",
|
||||
"gdeltDesc": "435+ nguồn cấp RSS, sự kiện GDELT được AI ghi điểm, phát sóng trực tiếp",
|
||||
"gdeltDesc": "500+ nguồn cấp RSS, sự kiện GDELT được AI ghi điểm, phát sóng trực tiếp",
|
||||
"seismology": "Động đất và tự nhiên",
|
||||
"seismologyDesc": "Động đất USGS, hoạt động núi lửa, thời tiết khắc nghiệt"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "Xem tất cả",
|
||||
"freeDesc": "Bảng điều khiển mã nguồn mở",
|
||||
"freeF1": "Làm mới 5-15 phút",
|
||||
"freeF2": "435+ nguồn cấp, 45 lớp bản đồ",
|
||||
"freeF2": "500+ nguồn cấp, 45 lớp bản đồ",
|
||||
"freeF3": "BYOK cho AI",
|
||||
"freeF4": "Miễn phí vĩnh viễn",
|
||||
"openDashboard": "Mở bảng điều khiển",
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"cyber": "网络威胁",
|
||||
"cyberDesc": "勒索软件 feed、BGP 劫持、DDoS 检测",
|
||||
"gdelt": "GDELT 与新闻",
|
||||
"gdeltDesc": "435+ RSS feed、AI 评分的 GDELT 事件、实时直播",
|
||||
"gdeltDesc": "500+ RSS feed、AI 评分的 GDELT 事件、实时直播",
|
||||
"seismology": "地震与自然",
|
||||
"seismologyDesc": "USGS 地震、火山活动、极端天气"
|
||||
},
|
||||
@@ -142,7 +142,7 @@
|
||||
"freeTagline": "纵览一切",
|
||||
"freeDesc": "开源仪表板",
|
||||
"freeF1": "刷新 5-15 分钟",
|
||||
"freeF2": "435+ feed,45 个地图图层",
|
||||
"freeF2": "500+ feed,45 个地图图层",
|
||||
"freeF3": "AI 自带密钥",
|
||||
"freeF4": "永久免费",
|
||||
"openDashboard": "打开仪表板",
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -63,7 +63,7 @@
|
||||
"screenshot": "https://www.worldmonitor.app/favico/og-image.png",
|
||||
"datePublished": "2024-10-01",
|
||||
"offers": [
|
||||
{ "@type": "Offer", "price": "0", "priceCurrency": "USD", "name": "Free", "description": "Full dashboard with 435+ sources, 45 map layers, BYOK AI" },
|
||||
{ "@type": "Offer", "price": "0", "priceCurrency": "USD", "name": "Free", "description": "Full dashboard with 500+ sources, 45 map layers, BYOK AI" },
|
||||
{ "@type": "Offer", "price": "39.99", "priceCurrency": "USD", "name": "Pro Monthly", "description": "WM Analyst chat, AI digest (daily/twice-daily/weekly), custom widget builder, MCP connectors, equity research, macro analytics, flight search — 30+ services under one key" },
|
||||
{ "@type": "Offer", "price": "399.99", "priceCurrency": "USD", "name": "Pro Annual", "description": "Pro yearly plan — 2 months free vs monthly billing" }
|
||||
],
|
||||
@@ -128,7 +128,7 @@
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How personalized is the digest?",
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "Pick your cadence — daily, twice-daily, or weekly. We re-score every tracked story against your alert rules and watchlist, dedupe across 400+ sources, and send up to 30 ranked items per digest with an AI Assessment and Signals to watch written to your context. Real-time alerts are also available for critical events." }
|
||||
"acceptedAnswer": { "@type": "Answer", "text": "Pick your cadence — daily, twice-daily, or weekly. We re-score every tracked story against your alert rules and watchlist, dedupe across 500+ sources, and send up to 30 ranked items per digest with an AI Assessment and Signals to watch written to your context. Real-time alerts are also available for critical events." }
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
@@ -144,7 +144,7 @@
|
||||
}
|
||||
</script>
|
||||
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit" async defer></script>
|
||||
<script type="module" crossorigin src="/pro/assets/index-DU27HBZM.js"></script>
|
||||
<script type="module" crossorigin src="/pro/assets/index-DxdCaItF.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/pro/assets/index-InU6PrNf.css">
|
||||
</head>
|
||||
<body>
|
||||
@@ -188,11 +188,11 @@
|
||||
<h3>Economy Analytics</h3><p>GDP, inflation, interest rates, and growth cycles. Macro data correlated with market signals and geopolitical events.</p>
|
||||
<h3>Risk Monitoring & Scenarios</h3><p>Global risk scoring, scenario analysis, and geopolitical risk assessment. Convergence detection across market and political signals.</p>
|
||||
<h3>Orbital Surveillance</h3><p>(Soon) Overhead pass predictions, revisit frequency analysis, and imaging window alerts. Know when intelligence satellites are watching your areas of interest.</p>
|
||||
<h3>Personal Intelligence Desk</h3><p>Up to 30 ranked stories per digest, deduped across 400+ sources. Pick daily, twice-daily, or weekly cadence — or real-time alerts for critical events. AI Assessment and Signals to watch delivered to Slack, Discord, Telegram, Email, or webhook. Not a newsletter — an analyst.</p>
|
||||
<h3>Personal Intelligence Desk</h3><p>Up to 30 ranked stories per digest, deduped across 500+ sources. Pick daily, twice-daily, or weekly cadence — or real-time alerts for critical events. AI Assessment and Signals to watch delivered to Slack, Discord, Telegram, Email, or webhook. Not a newsletter — an analyst.</p>
|
||||
<h3>30+ Services, 1 Key</h3><p>Finnhub, FRED, ACLED, UCDP, NASA FIRMS, AISStream, OpenSky, and more — all active, no separate registrations.</p>
|
||||
|
||||
<h2>Your personal intelligence desk</h2>
|
||||
<p>Up to 30 ranked items per send, deduped across 400+ sources, scored against your watchlist. Choose your cadence — daily, twice-daily, or weekly — with an AI Assessment and Signals to watch delivered to Slack, Discord, Telegram, Email, or webhook.</p>
|
||||
<p>Up to 30 ranked items per send, deduped across 500+ sources, scored against your watchlist. Choose your cadence — daily, twice-daily, or weekly — with an AI Assessment and Signals to watch delivered to Slack, Discord, Telegram, Email, or webhook.</p>
|
||||
<p>Not a newsletter. An analyst.</p>
|
||||
<p>Slack · Discord · Telegram · Email · Webhook · AES-256 encrypted · Quiet hours</p>
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
<dt>What's MCP?</dt><dd>MCP lets AI agents — Claude, GPT, custom LLMs — use WorldMonitor as a tool, querying all 30+ services. Included in Pro. Enterprise adds private MCP servers and custom deployments.</dd>
|
||||
<dt>Can I build my own panels?</dt><dd>Yes. Pro includes the Custom Widget Builder — build panels from HTML, CSS, and JavaScript, with AI-assisted modification.</dd>
|
||||
<dt>Can I connect Claude or GPT to WorldMonitor?</dt><dd>Yes. MCP is included in Pro — plug WorldMonitor into Claude, GPT, or any MCP-compatible LLM as a live tool.</dd>
|
||||
<dt>How personalized is the digest?</dt><dd>Pick your cadence — daily, twice-daily, or weekly. We re-score every tracked story against your alert rules and watchlist, dedupe across 400+ sources, and send up to 30 ranked items with an AI Assessment and Signals to watch written to your context. Real-time alerts are also available for critical events.</dd>
|
||||
<dt>How personalized is the digest?</dt><dd>Pick your cadence — daily, twice-daily, or weekly. We re-score every tracked story against your alert rules and watchlist, dedupe across 500+ sources, and send up to 30 ranked items with an AI Assessment and Signals to watch written to your context. Real-time alerts are also available for critical events.</dd>
|
||||
<dt>What's the refresh rate?</dt><dd>Near real time for Pro. 5–15 minutes on Free.</dd>
|
||||
<dt>Where does my data go?</dt><dd>Notification channels are AES-256 encrypted at rest. Digests never leave our pipeline unredacted.</dd>
|
||||
</dl>
|
||||
@@ -265,7 +265,7 @@
|
||||
<dt>What is MCP?</dt>
|
||||
<dd>MCP lets AI agents — Claude, GPT, custom LLMs — use WorldMonitor as a tool, querying all 30+ services. Included in Pro.</dd>
|
||||
<dt>How personalized is the digest?</dt>
|
||||
<dd>Pick your cadence — daily, twice-daily, or weekly. We re-score every tracked story against your alert rules and watchlist, dedupe across 400+ sources, and send up to 30 ranked items per digest with an AI Assessment and Signals to watch. Real-time alerts are also available for critical events.</dd>
|
||||
<dd>Pick your cadence — daily, twice-daily, or weekly. We re-score every tracked story against your alert rules and watchlist, dedupe across 500+ sources, and send up to 30 ranked items per digest with an AI Assessment and Signals to watch. Real-time alerts are also available for critical events.</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</noscript>
|
||||
|
||||
Reference in New Issue
Block a user