File size: 40,944 Bytes
97ee7cb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
{
  "pricing": {
    "suffixForever": "forever",
    "suffixTailored": "tailored to you",
    "suffixPerMonth": "/mo",
    "suffixPerYear": "/yr",
    "amountCustom": "Custom",
    "opening": "Opening…",
    "headerTitle": "Choose Your Plan",
    "headerSubtitle": "From real-time monitoring to full intelligence infrastructure. Pick the tier that fits your mission.",
    "billingMonthly": "Monthly",
    "billingAnnual": "Annual",
    "saveAnnual": "Save 25%",
    "mostPopular": "Most Popular",
    "axisPersonal": "Personal",
    "axisPersonalNote": "individual use",
    "axisCommercial": "Commercial",
    "axisCommercialNote": "work, teams & products",
    "promoCodeNote": "Have a promo code? Enter it during checkout.",
    "cta": {
      "checkoutDefault": "Get Started",
      "learnMore": "Learn More"
    },
    "tiers": {
      "free": {
        "description": "Get started with the essentials",
        "features": [
          "Core dashboard panels",
          "Global news feed",
          "Earthquake & weather alerts",
          "Basic map view",
          "3 dashboard tabs"
        ],
        "cta": "Get Started"
      },
      "pro": {
        "description": "Full intelligence dashboard",
        "features": [
          "Everything in Free",
          "AI stock analysis & backtesting",
          "Daily market briefs",
          "Military & geopolitical tracking",
          "Custom widget builder",
          "۱۰ داشبورد سفارشی (در مقابل ۳)",
          "دسترسی MCP + SDK برای Claude Desktop و سایر کلاینت‌های AI (۵۰ فراخوانی/روز)",
          "Priority data refresh"
        ],
        "highlightFeatures": [
          "Personal license"
        ]
      },
      "proBusiness": {
        "description": "The Pro dashboard, licensed for work",
        "features": [
          "Everything in Pro",
          "Use for client work, internal tools & reporting",
          "Data export — CSV, JSON & PDF reports",
          "25 custom dashboards (vs 10)",
          "MCP + SDK: 250 calls/day (vs 50)",
          "Priority support"
        ],
        "highlightFeatures": [
          "Commercial license included"
        ]
      },
      "api": {
        "description": "ایجاد ابزارهای داخلی بر روی داده‌های اطلاعات زنده",
        "features": [
          "REST API + official SDKs (npm, PyPI, RubyGems, Go)",
          "License / API key included",
          "Real-time data streams",
          "60 requests/minute",
          "1,000 requests/day included",
          "Webhook notifications"
        ],
        "highlightFeatures": [
          "مجوز تجاری — برای سازمان شما"
        ]
      },
      "apiBusiness": {
        "description": "راه‌اندازی محصول خود بر روی داده‌های WorldMonitor",
        "features": [
          "همه چیز در API Starter",
          "حقوق توزیع مجدد — داده‌های ما را در محصولات خود تعبیه کنید",
          "۳۰۰ درخواست/دقیقه",
          "۱۰٬۰۰۰ درخواست/روز شامل",
          "۵ مجوز Pro شامل",
          "پشتیبانی اولویتدار"
        ],
        "highlightFeatures": [
          "مجوز تجاری — برای مشتریان شما"
        ]
      },
      "enterprise": {
        "description": "Custom solutions for organizations",
        "features": [
          "Everything in Pro + API",
          "Unlimited API requests",
          "Dedicated support",
          "Custom integrations",
          "SLA guarantee",
          "On-premise option"
        ],
        "cta": "Contact Sales"
      }
    }
  },
  "meta": {
    "title": "World Monitor Pro — AI Analyst, Personal Intelligence Desk, MCP for Claude & GPT",
    "description": "The geopolitical AI layer. Ask it, subscribe to it, build on it. WM Analyst chat across 30+ live services, an AI digest delivered daily, twice-daily, or weekly to Slack, Discord, Telegram, Email, or webhook, a custom widget builder (HTML/CSS/JS + AI), and MCP connectors for Claude, GPT, and custom LLMs.",
    "ogTitle": "World Monitor Pro — The Geopolitical AI Layer",
    "ogDescription": "Ask it, subscribe to it, build on it. WM Analyst chat, an AI digest on your schedule (daily, twice-daily, or weekly), custom widget builder, and MCP for Claude/GPT — across 30+ live services under one key."
  },
  "nav": {
    "free": "Free",
    "pro": "Pro",
    "api": "API",
    "enterprise": "Enterprise",
    "signIn": "Sign In",
    "upgradeToPro": "Upgrade to Pro",
    "goToDashboard": "Go to Dashboard"
  },
  "hero": {
    "noiseWord": "Noise",
    "signalWord": "Signal",
    "valueProps": "The intelligence geopolitical AI layer — ask it, subscribe to it, build on it.",
    "launchingDate": "Live now",
    "tryFreeDashboard": "Try the free dashboard",
    "choosePlan": "Choose Your Plan",
    "goToDashboard": "Go to Dashboard",
    "signIn": "Sign In"
  },
  "wired": {
    "asFeaturedIn": "As featured in"
  },
  "twoPath": {
    "proTitle": "World Monitor Pro",
    "proDesc": "Your AI analyst. A personal intelligence desk. A platform you can build on. One key across 30+ live services.",
    "proF1": "WM Analyst chat — query all 30+ services conversationally",
    "proF2": "AI digest — daily, twice-daily, or weekly — to Slack, Discord, Telegram, Email, or webhook",
    "proF3": "Custom Widget Builder — HTML/CSS/JS with AI-assisted modification",
    "proF4": "MCP connectors — plug WorldMonitor into Claude, GPT, custom LLMs",
    "proF5": "Equity research, stock analysis & backtesting",
    "proF6": "Flight search & price comparison",
    "proF7": "Alert rules engine — custom triggers, quiet hours, AES-256 encrypted channels",
    "proF8": "Market watchlist, macro & central bank tracking",
    "proF9": "AI Market Implications & Regional Intelligence (Soon: orbital surveillance, premium map layers, longer history)",
    "choosePlan": "Choose Your Plan",
    "entTitle": "World Monitor Enterprise",
    "entDesc": "For teams that need shared monitoring, API access, deployment options, TV apps, and direct support.",
    "entF1": "Everything in Pro, plus:",
    "entF2": "Live-edge + satellite imagery & SAR",
    "entF3": "AI agents with investor personas & MCP",
    "entF4": "50,000+ infrastructure assets mapped",
    "entF5": "100+ data connectors (Splunk, Snowflake, Sentinel...)",
    "entF6": "REST API + webhooks + bulk export",
    "entF7": "Team workspaces with SSO/MFA/RBAC",
    "entF8": "White-label & embeddable panels",
    "entF9": "Android TV app for SOC walls & trading floors",
    "entF10": "Cloud, on-prem, or air-gapped deployment",
    "entF11": "Dedicated onboarding & support",
    "entCta": "Talk to Sales",
    "freeF2": "500+ feeds, 65+ sources, 50+ map layers"
  },
  "whyUpgrade": {
    "title": "Why upgrade",
    "noiseTitle": "Know first",
    "noiseDesc": "AIS anomaly → Brent spike → your Slack in under a minute. Signal, not headlines.",
    "fasterTitle": "Ask anything",
    "fasterDesc": "Chat the same 30+ services your dashboard sees. WM Analyst, always on.",
    "controlTitle": "Build anything",
    "controlDesc": "Custom widget builder (HTML/CSS/JS + AI) plus MCP for your own AI workflows.",
    "deeperTitle": "Wake up informed",
    "deeperDesc": "30-item AI digest ranked by your alert rules. Critical, High, Medium — with Assessment and Signals to watch."
  },
  "pillars": {
    "askIt": "Ask it",
    "askItDesc": "WM Analyst chat. All 30+ services queryable in plain English.",
    "subscribeIt": "Subscribe to it",
    "subscribeItDesc": "AI digest on your schedule — daily, twice-daily, or weekly. Slack, Discord, Telegram, Email, webhook.",
    "buildOnIt": "Build on it",
    "buildOnItDesc": "Custom Widget Builder (HTML/CSS/JS + AI) and MCP for Claude, GPT, custom LLMs."
  },
  "deliveryDesk": {
    "eyebrow": "DELIVERY DESK",
    "title": "Your personal intelligence desk",
    "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"
  },
  "livePreview": {
    "windowTitle": "worldmonitor.app — Live Dashboard",
    "openFullScreen": "Open full screen",
    "tryLiveDashboard": "Try the Live Dashboard",
    "iframeTitle": "World Monitor — Live Intelligence Dashboard",
    "description": "3D WebGL globe · 50+ interactive map layers · Real-time market, macro, geopolitical, energy, and infrastructure data"
  },
  "socialProof": {
    "uniqueVisitors": "Unique visitors",
    "peakDailyUsers": "Peak daily users",
    "countriesReached": "Countries reached",
    "liveDataSources": "Live data sources",
    "quote": "Markets, monetary policy, geopolitics, energy — everything moves together now. I needed something that showed me how these forces connect in real time, not just the headlines but the underlying drivers.",
    "ceo": "CEO of",
    "asToldTo": "as told to"
  },
  "audience": {
    "title": "Built for people who need signal fast",
    "investorsTitle": "Investors & portfolio managers",
    "investorsDesc": "Track global equities, analyst targets, valuation metrics, and macro indicators alongside geopolitical risk signals.",
    "tradersTitle": "Energy & commodities traders",
    "tradersDesc": "Track vessel movements, cargo inference, supply chain disruptions, and market-moving geopolitical signals.",
    "researchersTitle": "Researchers & analysts",
    "researchersDesc": "Equity research, economy analytics, and geopolitical frameworks for deeper analysis and reporting.",
    "journalistsTitle": "Journalists & media",
    "journalistsDesc": "Follow fast-moving developments across markets and regions without stitching sources together manually.",
    "govTitle": "Government & institutions",
    "govDesc": "Macro policy tracking, central bank monitoring, and situational awareness across geopolitical and infrastructure signals.",
    "teamsTitle": "Teams & organizations",
    "teamsDesc": "Move from individual use to shared workflows, API access, TV apps, and managed deployments."
  },
  "dataCoverage": {
    "title": "What World Monitor Tracks",
    "subtitle": "30+ service domains ingested simultaneously. Markets, macro, geopolitics, energy, infrastructure — everything normalized and rendered on a WebGL globe.",
    "markets": "Financial Markets & Equities",
    "marketsDesc": "Global stock analysis, commodities, crypto, ETF flows, analyst targets, and FRED macro data",
    "economy": "Economy & Central Banks",
    "economyDesc": "GDP, inflation, interest rates, growth cycles, and monetary policy tracking across major economies",
    "geopolitical": "Geopolitical Analysis",
    "geopoliticalDesc": "ACLED & UCDP events with escalation scoring, risk frameworks, and trend analysis",
    "maritime": "Maritime & Trade",
    "maritimeDesc": "Ship movements, vessel detection, port activity, and cargo inference",
    "aviation": "Aviation Tracking",
    "aviationDesc": "ADS-B transponder tracking of global flight patterns",
    "infra": "Critical Infrastructure",
    "infraDesc": "Nuclear sites, power grids, pipelines, refineries — 50K+ mapped assets",
    "fire": "Satellite Fire Detection",
    "fireDesc": "NASA FIRMS near-real-time fire and hotspot data",
    "cables": "Submarine Cables",
    "cablesDesc": "Undersea cable routes and landing stations",
    "internet": "Internet & GPS",
    "internetDesc": "Outage detection, BGP anomalies, GPS jamming zones",
    "cyber": "Cyber Threats",
    "cyberDesc": "Ransomware feeds, BGP hijacks, DDoS detection",
    "gdelt": "GDELT & News",
    "gdeltDesc": "500+ RSS feeds, AI-scored GDELT events, live broadcasts",
    "seismology": "Seismology & Natural",
    "seismologyDesc": "USGS earthquakes, volcanic activity, severe weather"
  },
  "tiers": {
    "free": "Free",
    "pro": "Pro",
    "enterprise": "Enterprise",
    "priceMonthly": "$39.99 / month",
    "priceAnnual": "$359.99 / year",
    "annualSavingsNote": "3 months free"
  },
  "proShowcase": {
    "proTier": "PRO TIER",
    "title": "Your AI Analyst That Never Sleeps",
    "subtitle": "The free dashboard shows you the world. Pro gives you an analyst to ask, a digest you subscribe to, and primitives to build on. Stocks, macro, geopolitical risk — and the connections between them.",
    "equityResearch": "Equity Research",
    "equityResearchDesc": "Global stock analysis with financials visualization, analyst price targets, and valuation metrics. Track what moves markets.",
    "geopoliticalAnalysis": "Geopolitical Analysis",
    "geopoliticalAnalysisDesc": "Grand Chessboard strategic framework, Prisoners of Geography models, and central bank & monetary policy tracking.",
    "economyAnalytics": "Economy Analytics",
    "economyAnalyticsDesc": "GDP, inflation, interest rates, and growth cycles. Macro data correlated with market signals and geopolitical events.",
    "riskMonitoring": "Risk Monitoring & Scenarios",
    "riskMonitoringDesc": "Global risk scoring, scenario analysis, and geopolitical risk assessment. Convergence detection across market and political signals.",
    "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 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"
  },
  "slackMock": {
    "morningBrief": "Morning Brief",
    "markets": "Markets",
    "marketsText": "S&P 500 futures -1.2% pre-market. Fed Chair testimony at 10am EST — rate-sensitive sectors under pressure. Analyst consensus shifting on Q2 earnings.",
    "elevated": "Macro",
    "elevatedText": "ECB holds rates at 3.75%. Euro area GDP revised up to 1.1%. Central bank divergence widening — USD/EUR at 3-month high.",
    "watch": "Geopolitical",
    "watchText": "Brent +2.3% on Hormuz AIS anomaly. 4 dark ships in 6h. Commodity supply chain risk elevated — energy sector correlations spiking."
  },
  "apiSection": {
    "apiTier": "API TIER",
    "title": "Programmatic Intelligence",
    "subtitle": "For developers, analysts, and teams building on World Monitor data. Separate from Pro — use both or either.",
    "restApi": "REST API across all 30+ service domains — official SDKs for JavaScript, Python, Ruby, Go",
    "authenticated": "Authenticated per-key, rate-limited per tier",
    "structured": "Structured JSON with cache headers and OpenAPI 3.1 docs",
    "cli": "Zero-dependency CLI to script every tool from your shell",
    "starter": "Starter",
    "starterReqs": "1,000 req/day",
    "starterWebhooks": "5 webhook rules",
    "business": "Business",
    "businessReqs": "10,000 req/day",
    "feedData": "Feed data into your dashboards, automate alerting via Zapier/n8n/Make, build custom scoring models on CII/risk data.",
    "businessWebhooks": "پشتیبانی اولویتدار"
  },
  "enterpriseShowcase": {
    "enterpriseTier": "ENTERPRISE TIER",
    "title": "Intelligence Infrastructure",
    "subtitle": "For governments, institutions, trading desks, and organizations that need the full platform with maximum security, AI agents, TV apps, and data depth.",
    "security": "Government-Grade Security",
    "securityDesc": "Air-gapped deployment, on-premises Docker, dedicated cloud tenant, SOC 2 Type II path, SSO/MFA, and full audit trail.",
    "aiAgents": "AI Agents & MCP",
    "aiAgentsDesc": "Autonomous intelligence agents with investor personas. Connect World Monitor as a tool to Claude, GPT, or custom LLMs via MCP.",
    "dataLayers": "Expanded Data Layers",
    "dataLayersDesc": "Tens of thousands of infrastructure assets mapped globally. Satellite imagery integration with change detection and SAR.",
    "connectors": "100+ Data Connectors",
    "connectorsDesc": "PostgreSQL، Snowflake، Splunk، Sentinel، Jira، Slack، Teams و بیشتر. صادرات به PDF، CSV، JSON.",
    "whiteLabel": "White-Label, TV & Embeddable",
    "whiteLabelDesc": "Your brand, your domain, your desktop app. Android TV app for SOC walls and trading floors. Embeddable iframe panels.",
    "financial": "Financial Intelligence",
    "financialDesc": "Earnings calendar, energy grid data, enhanced commodity tracking with cargo inference, sanctions screening with AIS correlation.",
    "commodity": "Commodity Trading",
    "commodityDesc": "Vessel tracking + cargo inference + supply chain graph. Know before the market moves.",
    "government": "Government & Institutions",
    "governmentDesc": "Air-gapped, AI agents, full situational awareness, MCP. No data leaves your network.",
    "risk": "Risk Consultancies",
    "riskDesc": "شبیه‌سازی سناریو، نقش‌های سرمایه‌گذار، گزارش‌های PDF با برند در تقاضا.",
    "soc": "SOCs & CERT",
    "socDesc": "Cyber threat layer, SIEM integration, BGP anomaly monitoring, ransomware feeds.",
    "talkToSales": "Talk to Sales",
    "contactFormTitle": "Talk to our team",
    "contactFormSubtitle": "Tell us about your organization and we'll get back to you within one business day.",
    "namePlaceholder": "Your name",
    "emailPlaceholder": "Work email",
    "orgPlaceholder": "Company *",
    "phonePlaceholder": "Phone number *",
    "messagePlaceholder": "What are you looking for?",
    "workEmailRequired": "Please use your work email address",
    "submitContact": "Send Message",
    "contactSending": "Sending...",
    "contactSent": "Message sent. We'll be in touch.",
    "contactFailed": "Failed to send. Please email enterprise@worldmonitor.app"
  },
  "pricingTable": {
    "title": "Compare Tiers",
    "feature": "Feature",
    "freeHeader": "Free ($0)",
    "proHeader": "Pro ($39.99)",
    "apiHeader": "API ($99.99)",
    "entHeader": "Enterprise (Contact)",
    "dataRefresh": "Data refresh",
    "dashboard": "Dashboard",
    "ai": "AI",
    "briefsAlerts": "Briefs & alerts",
    "delivery": "Delivery",
    "apiRow": "API",
    "infraLayers": "Infrastructure layers",
    "satellite": "Orbital Surveillance",
    "connectorsRow": "Connectors",
    "deployment": "Deployment",
    "securityRow": "Security",
    "f5_15min": "5-15 min",
    "fLt60s": "<60 seconds",
    "fPerRequest": "Per-request",
    "fLiveEdge": "Live-edge",
    "f50panels": "50+ panels",
    "fWhiteLabel": "White-label",
    "fBYOK": "BYOK",
    "fIncluded": "Included",
    "fAgentsPersonas": "Agents + personas",
    "fDailyFlash": "Daily + flash",
    "fTeamDist": "Team distribution",
    "fSlackTgWa": "Slack/Discord/TG/Email/Webhook",
    "fWebhook": "Webhook",
    "fSiemMcp": "+ SIEM/MCP",
    "fRestWebhook": "REST + webhook",
    "fMcpBulk": "+ MCP + bulk",
    "fTensOfThousands": "+ tens of thousands",
    "fLiveTracking": "Live tracking",
    "fPassAlerts": "Pass alerts + analysis",
    "fImagerySar": "Imagery + SAR",
    "f100plus": "100+",
    "fCloud": "Cloud",
    "fCloudOnPrem": "Cloud/on-prem/air-gap",
    "fStandard": "Standard",
    "fKeyAuth": "Key auth",
    "fSsoMfa": "SSO/MFA/RBAC/audit",
    "noteBelow": "The core platform remains free. Paid plans unlock equity research, macro analytics, AI briefings, and organizational use.",
    "f50plus": "50+"
  },
  "faq": {
    "title": "Frequently Asked Questions",
    "q1": "Is World Monitor still free?",
    "a1": "بله. پلتفرم اصلی رایگان است. Pro شامل تحقیقات سهام، تحلیل کلان و خلاصه‌های AI می‌شود. Pro Business مجوز تجاری و صادرات داده را اضافه می‌کند. Enterprise استقرار تیم و برنامه‌های TV را اضافه می‌کند.",
    "q2": "Why pay for Pro?",
    "a2": "Pro is for investors, analysts, and professionals who want stock monitoring, geopolitical analysis, economy analytics, and AI-powered daily briefings — all under one key.",
    "q3": "Who is Enterprise for?",
    "a3": "Enterprise is for teams that need shared use, APIs, integrations, deployment options, and direct support.",
    "q4": "Can I start with Pro and upgrade later?",
    "a4": "بله. Pro برای استفاده شخصی است. Pro Business (۴۹٫۹۹ دلار/ماه) مجوز تجاری، صادرات داده، ۲۵ داشبورد و ۲۵۰ فراخوانی MCP/روز را اضافه می‌کند. طرح‌های API دسترسی برنامه‌ای را پوشش می‌دهند و Enterprise استقرار سفارشی را پوشش می‌دهد. ارتقاها از طریق پورتال صورتحساب انجام می‌شود — برنامه شما را در مراحل راهنمایی می‌کند.",
    "q5": "Is this only for conflict monitoring?",
    "a5": "No. World Monitor is primarily a global intelligence platform covering stock markets, macroeconomics, geopolitical analysis, energy, infrastructure, and more. Conflict tracking is one of many capabilities — not the focus.",
    "q6": "Why keep the core platform free?",
    "a6": "Because public access matters. Paid plans fund deeper workflows for serious users and organizations.",
    "q7": "Can I still use my own API keys?",
    "a7": "Yes. Bring-your-own-keys always works. Pro simply means you don't have to register for 20+ separate services.",
    "q8": "What's MCP?",
    "a8": "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.",
    "q9": "Can I build my own panels?",
    "a9": "Yes. Pro includes the Custom Widget Builder — build panels from HTML, CSS, and JavaScript, with AI-assisted modification.",
    "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 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?",
    "a13": "Notification channels are AES-256 encrypted at rest. Digests never leave our pipeline unredacted."
  },
  "finalCta": {
    "title": "Start with Pro. Scale to Enterprise.",
    "subtitle": "Keep using World Monitor for free, or upgrade for equity research, macro analytics, and AI briefings. If your organization needs team access, TV apps, or API support, talk to us.",
    "talkToSales": "Talk to Sales"
  },
  "footer": {
    "lookingForEnterprise": "Looking for Enterprise?",
    "contactUs": "Contact us",
    "wiredArticle": "WIRED Article"
  },
  "soonBadge": "Soon",
  "welcome": {
    "meta": {
      "title": "World Monitor — Free Real-Time Global Intelligence Dashboard",
      "description": "By the time it's news, you already knew. Conflicts, shipping chokepoints, military flights, markets and cyber on one free live world map, with AI analysis. No signup.",
      "ogTitle": "World Monitor — By the time it's news, you already knew.",
      "ogDescription": "The world's raw signals — ships, jets, sirens, cables, markets — on one free live intelligence map, with AI that flags when they converge. Free, no signup."
    },
    "nav": {
      "useCases": "Correlations",
      "firstFive": "First 5 min",
      "depth": "Depth",
      "pricing": "Pricing",
      "faq": "FAQ",
      "blog": "وبلاگ",
      "menu": "منو",
      "docs": "Docs",
      "launch": "Launch Dashboard"
    },
    "hero": {
      "eyebrow": "Free global intelligence dashboard · live now",
      "headline1": "By the time it's news,",
      "headline2": "you already knew.",
      "sub": "Headlines are the lag. World Monitor streams the world's raw signals — ships, jets, sirens, cables, markets — onto one live map, with AI that flags when they converge into something that matters.",
      "ctaPrimary": "Launch the dashboard",
      "ctaFree": "Free · No signup · Loads in seconds",
      "ctaSecondary": "See how people use it ↓",
      "trustUsers": "2M+ users",
      "trustOpenSource": "Open source · AGPL-3.0",
      "screenshotAlt": "World Monitor live intelligence dashboard — global map with conflict, shipping and market layers",
      "plateNote": "Captured from the live map — click to open it",
      "trustBuild": "Build on it:",
      "positioningLink": "WorldMonitor is not an open-source Palantir"
    },
    "live": {
      "eyebrow": "Live right now",
      "title": "This page is plugged into the same APIs as the dashboard.",
      "subtitle": "Four of the hundred-plus signals World Monitor watches around the clock.",
      "liveBadge": "Live",
      "sampleBadge": "Sample",
      "cardHeadlines": "Top signals",
      "cardCii": "Instability index",
      "ciiNote": "12 fused signals per country",
      "cardChokepoints": "Maritime chokepoints",
      "chokeSummary": "{{disrupted}} of {{total}} disrupted",
      "cardMarkets": "Markets",
      "marketBreadth": "Up",
      "marketBest": "Best",
      "marketWeakest": "Weakest",
      "trendRising": "rising",
      "trendFalling": "falling",
      "trendStable": "stable"
    },
    "moments": {
      "eyebrow": "Correlation engine",
      "title": "The edge is seeing the signals move together.",
      "sub": "You can find the feeds in a hundred places. The edge is one surface where geopolitics, shipping, commodities, macro, markets, weather, infrastructure, cyber, news and country risk can explain each other.",
      "signalStack": "Signals fused",
      "correlation": "Correlation",
      "bridge1": "Not a list of feeds.",
      "bridge2": "A correlation surface: when three systems move together, the map makes it visible ↓",
      "m1": {
        "kicker": "Geopolitics + markets + macro",
        "title1": "The market move",
        "title2": "has a map.",
        "s1": "Country risk, sanctions, hotspot escalation, official alerts and news velocity show where geopolitical pressure is rising.",
        "s2": "Ships, chokepoints, flights, cables and infrastructure proximity show whether that pressure can hit supply, trade or capital routes.",
        "s3": "Rates, FX, equities, crypto, energy and safe-haven assets show which market regime is repricing.",
        "s4": "The edge is seeing geopolitical pressure, transmission path and price action together before it becomes a consensus note.",
        "c1": "Country risk",
        "c2": "Trade flows",
        "c3": "Rates + FX",
        "c4": "Equities + crypto",
        "link": "Open the market lens →"
      },
      "m2": {
        "kicker": "Commodities + chokepoints + weather",
        "title1": "Commodity moves start",
        "title2": "in the physical world.",
        "s1": "AIS, ports, pipelines, LNG, refineries, waterways and chokepoints show when supply is slowing, rerouting or concentrating.",
        "s2": "Weather, fires, earthquakes, outages and conflict layers show the physical events that can hit production or transport.",
        "s3": "Oil, gas, gold, grains, miners, shipping names and commodity-linked currencies show how the shock prices through.",
        "s4": "Commodity intelligence only works when physical flow, disruption signal and market spread are visible together.",
        "c1": "AIS + ports",
        "c2": "Weather + fires",
        "c3": "Energy assets",
        "c4": "Oil/gold/grains",
        "link": "Open the commodity lens →"
      },
      "m3": {
        "kicker": "AI infrastructure + energy + climate",
        "title1": "The AI boom has",
        "title2": "a physical balance sheet.",
        "s1": "AI datacenters sit beside grids, pipelines, LNG, nuclear facilities, cloud regions and power-market exposure.",
        "s2": "Grid stress, outages, heat, fire and weather layers show which compute corridors are under pressure today.",
        "s3": "Company, exchange and macro panels show who is exposed when energy, compute and capital collide.",
        "s4": "AI infrastructure risk only appears when physical assets, climate signals and markets share one screen.",
        "c1": "AI datacenters",
        "c2": "Power assets",
        "c3": "Fires + weather",
        "c4": "Markets",
        "link": "Map AI infrastructure →"
      },
      "m4": {
        "kicker": "Cables + outages + trade",
        "title": "The cable break becomes a cascade",
        "s1": "Subsea cables, landing stations, ports, pipelines and chokepoints are mapped together.",
        "s2": "Internet and BGP anomaly feeds show whether a physical fault is becoming a digital outage.",
        "s3": "Trade corridors, country resilience and redundancy data show who loses fallback routes first.",
        "s4": "Cable damage matters when telecom redundancy, trade corridors and country exposure line up.",
        "c1": "86 cables",
        "c2": "BGP + outages",
        "c3": "Ports + pipelines",
        "c4": "Resilience",
        "link": "Trace a cable on the map →"
      }
    },
    "firstFive": {
      "eyebrow": "Zero to oriented",
      "title": "Your first five minutes on the live map.",
      "sub": "No tour, no empty states, no signup wall. This is what actually happens.",
      "f1Title": "The map is already moving",
      "f1Desc": "Conflicts, vessels, flights, fires and outages render as the page loads. Nothing to configure first.",
      "f2Title": "Click any country",
      "f2Desc": "A full dossier opens: instability score with its components, an AI brief with cited headlines, active signals, a 7-day timeline.",
      "f3Title": "Hit ⌘K / Ctrl-K",
      "f3Desc": "154 commands. Jump to any layer, panel or country without learning the UI first.",
      "f4Title": "Pick your lens",
      "f4Desc": "World, Tech, Finance, Commodity, Energy or Happy — same engine, six tuned monitors, one click apart.",
      "f5Title": "You've seen maybe a tenth of it",
      "f5Desc": "The rest surfaces as the world moves — satellite passes, GPS jamming, dark ships, protest clusters, siren alerts.",
      "cta": "Start the clock"
    },
    "depth": {
      "eyebrow": "Under the hood",
      "title": "The depth is the product.",
      "sub": "Every number below is live in the dashboard today — not a roadmap.",
      "s1v": "56",
      "s1l": "Map layers",
      "s2v": "500+",
      "s2l": "Curated feeds",
      "s3v": "65+",
      "s3l": "Data providers",
      "s4v": "13",
      "s4l": "Chokepoints · live AIS",
      "s5v": "31",
      "s5l": "Instability index · live",
      "s6v": "196",
      "s6l": "Resilience rankings",
      "s7v": "86",
      "s7l": "Subsea cables",
      "s8v": "88",
      "s8l": "Pipelines & LNG",
      "s9v": "313",
      "s9l": "AI datacenters mapped",
      "s10v": "29",
      "s10l": "Scored hotspots",
      "s11v": "92",
      "s11l": "Exchanges & assets",
      "s12v": "59",
      "s12l": "MCP tools",
      "s13v": "154",
      "s13l": "⌘K commands",
      "s14v": "24",
      "s14l": "Languages · RTL incl.",
      "s15v": "5",
      "s15l": "Independent alert origins",
      "n1Title": "Satellite tracking",
      "n1Desc": "Live orbital positions computed in-browser with SGP4 — watch ISS, Starlink and military birds overhead.",
      "n2Title": "GPS jamming zones",
      "n2Desc": "Live RF-interference map showing where GPS is being degraded or spoofed right now.",
      "n3Title": "Chokepoint transit intel",
      "n3Desc": "Vessel counts through Hormuz, Suez, Bab el-Mandeb and 10 more straits — with disruption scoring.",
      "n4Title": "AI datacenter map",
      "n4Desc": "313 AI datacenters mapped with power and operator metadata — the physical layer of the AI race.",
      "n5Title": "Submarine cables",
      "n5Desc": "86 undersea cables that carry the internet, overlaid with outage and threat signals.",
      "n6Title": "Protest tracking",
      "n6Desc": "Dual-source protest detection with cross-source deduplication — signal, not rumor.",
      "faith": "Don't take the numbers on faith —",
      "faithCta": "open the app and count.",
      "faithNote": "Sources are cited on every panel."
    },
    "agents": {
      "eyebrow": "For builders & AI agents",
      "title": "Build on live world intelligence — from any stack.",
      "sub": "Everything on the map is also an API. Wire it into Claude over MCP, call the REST endpoints from anywhere, or install a native client for Python, Ruby, Go, or JavaScript — your code researches with live data instead of training-data memories.",
      "b1": "59 ابزار MCP — نمرات ریسک، گلوگاه‌ها، تنازعات، بازارها، خلاصه‌ها",
      "b2": "Documented REST API — 193 operations, one OpenAPI 3.1 spec, one key",
      "b3": "Official SDKs on npm, PyPI, RubyGems, and Go — zero-dependency, MCP-first",
      "b4": "JMESPath projection on every call — fetch exactly the fields you need",
      "cta": "Read the developer docs",
      "termTitle": "claude — session",
      "termQuery": "Is our Red Sea exposure getting worse this week?",
      "termAnswer": "Transit counts down week-over-week; war-risk tier elevated; two density anomalies in the last 48h.",
      "termDocs": "See the full tool reference →",
      "promise": "یک کلید. 59 ابزار MCP. یک REST API کامل. کلاینت‌های بومی زبان."
    },
    "pricing": {
      "eyebrow": "Access",
      "title1": "Free is the observatory.",
      "title2": "Pro is the operations room.",
      "sub": "The full dashboard is free — every layer, every feed, no signup. Pro adds the decision layer.",
      "freeTitle": "Free",
      "freeDesc": "The free tier is a full product, not a trial. Every map layer, every feed, every monitor — no signup, no trial clock, no feature wall on the map.",
      "freeF1": "All 56 map layers & 500+ feeds",
      "freeF2": "Country briefs, hotspots, instability scores",
      "freeF3": "Chokepoints, cables, cascade analysis",
      "freeF4": "Breaking alert pipeline & watchlists",
      "proTitle": "Pro",
      "proDesc": "Act on it. The decision layer used in the moments above:",
      "proF1": "WM Analyst — chat across 30+ live services, with citations",
      "proF2": "Scenario engine & Route Explorer — game disruptions before they hit",
      "proF3": "Personal AI digest — daily, twice-daily or weekly, to Slack, Telegram or email",
      "proF4": "MCP، REST API و SDK های رسمی — 59 ابزار تحت یک کلید",
      "proF5": "Custom widget builder for your own panels",
      "cta": "See plans & pricing",
      "note": "From $39.99/mo · 3 months free when billed annually"
    },
    "faq": {
      "eyebrow": "No catch",
      "title": "Fair questions.",
      "q1": "Is World Monitor really free?",
      "a1": "بله. نقشه زنده کامل — هر لایه، ۵۰۰+ خوراک، خلاصه کشورها، هشدارهای فوری، هر شش مانیتور — با هیچ ثبت‌نام و هیچ ساعت آزمایشی رایگان است. Pro برای خوراک‌ها هزینه دارد: WM Analyst، موتور سناریو، Route Explorer، خلاصه‌های برنامه‌ریزی‌شده و دسترسی MCP برای کلاینت‌های AI را اضافه می‌کند. بدون تبلیغ و بدون حساب به این معنی است که هیچ داده کاربری برای فروش وجود ندارد.",
      "q2": "What is a global intelligence dashboard?",
      "a2": "A single live view that fuses signals most tools keep separate: conflict events, ship and aircraft tracking, shipping chokepoints, satellites, subsea cables, pipelines, markets and cyber threats — on one real-time world map, with AI scoring and briefs on top. World Monitor is a free one.",
      "q3": "Where does the data come from?",
      "a3": "65+ providers, named: ACLED and UCDP for conflict, AISStream for live vessels, OpenSky for aircraft, NASA FIRMS for fires, USGS for earthquakes, IMF, BIS, FRED and Finnhub for markets and macro — plus 500+ curated news feeds. Every panel cites its sources and timestamps inline.",
      "q4": "Can I watch chokepoints like Hormuz or Bab el-Mandeb in real time?",
      "a4": "Yes. 13 chokepoints are tracked with live AIS vessel counts, week-over-week transit change and disruption scoring — and density anomalies are flagged against each strait's rolling baseline.",
      "q5": "How is this different from a conflict map like Liveuamap?",
      "a5": "Conflict is one layer out of 56. World Monitor fuses conflicts with shipping, military flights, infrastructure, markets and cyber — then AI scores the convergence: instability indices, hotspot escalation, corroborated breaking alerts and daily briefs.",
      "q6": "Why should I trust an alert?",
      "a6": "A breaking banner fires only when independent origin types corroborate — news classification, keyword velocity, hotspot escalation, military surges, official sirens — deduplicated and rate-limited. Fewer alerts, real ones.",
      "q7": "Can AI agents like Claude or GPT use it?",
      "a7": "بله. World Monitor یک سرور MCP 59 ابزاری را ارائه می‌دهد، بنابراین Claude، GPT یا هر عامل سازگار با MCP می‌تواند نمرات ریسک زنده، وضعیت گلوگاه‌ها، تنازعات، بازارها و خلاصه‌ها را پرس‌و‌جو کند — با طرح‌ریزی JMESPath تا عوامل دقیقاً آنچه را که نیاز دارند واکشی کنند.",
      "q8": "Do I need an account?",
      "a8": "No. The dashboard works instantly with no signup. An account only matters when you upgrade to Pro or want settings synced across devices.",
      "q9": "Is it open source?",
      "a9": "Yes — open source under AGPL-3.0 on GitHub: read the code, self-host it, or build on it. Native desktop apps for Windows, macOS and Linux are available too, plus an Android TV app for wall displays.",
      "q10": "چرا World Monitor مثل Palantir نیست؟",
      "a10": "Palantir داده‌های داخلی یک مؤسسه را در آن مؤسسه عملیاتی می‌کند. World Monitor از سوی دیگر شروع می‌کند: داده‌های عمومی را جمع‌آوری، نرمال‌سازی، مرتبط‌سازی و نظارت می‌کند، سپس این لایه اطلاعاتی را از طریق یک داشبورد رایگان و کد متن‌باز منتشر می‌کند. کار متفاوت، محصول متفاوت.",
      "q11": "Which World Monitor license do I need?",
      "a11": "Choose based on who will use the output. Pro's Personal license is for one person using World Monitor for their own research and decisions. Pro Business lets one licensed user use it for company or client work, internal tools, and reports. API Starter covers API use inside one organization, with no customer redistribution. API Business lets that organization embed World Monitor data in products and services for its customers. Enterprise covers custom seats, white-labeling, and deployments. These subscription licenses are separate from the AGPL/MIT source-code licenses. Full terms: worldmonitor.app/docs/terms."
    },
    "cta": {
      "title": "The world map doesn't wait for you.",
      "subtitle": "While you read this page it kept moving — 13 straits, 29 hotspots, 92 markets, 500+ feeds. One of them is tomorrow's front page. Find it first — free, no account.",
      "button": "Find it first",
      "note": "Free · No signup · Loads in seconds",
      "secondary": "Or see Pro plans →"
    }
  }
}