GlobalPulse
February 19, 2026 Β· View on GitHub
Real-time global intelligence dashboard β AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface.
Features
- π 35+ Data Layers β Conflicts, military bases, nuclear facilities, undersea cables, protests, earthquakes, fires
- π° 150+ RSS News Feeds β BBC, CNN, Reuters, Al Jazeera, Guardian, NPR, and more
- πΊ Live TV Streams β Bloomberg, Sky News, Euronews, DW, France24, Al Arabiya, Al Jazeera
- πΊοΈ Interactive 3D Globe β deck.gl + MapLibre with WebGL rendering
- π Market Data β Stocks, crypto, forex, commodities via Yahoo Finance and CoinGecko
- π€ AI Analysis β Groq/OpenRouter powered summarization and risk scoring
- π 13 Languages β EN, FR, ES, DE, IT, PL, PT, NL, SV, RU, AR, ZH, JA, TR
- π± PWA β Installable progressive web app with offline map caching
- π Self-Hosted β Docker deployment on your own infrastructure
Tech Stack
- Frontend: Vue 3 + TypeScript + Vite
- Map: deck.gl + MapLibre GL
- AI: Groq / OpenRouter (optional)
- Deployment: Docker + nginx + Express.js
- Data: 60+ API integrations (RSS, REST, WebSocket)
Self-Hosted Deployment
# Clone the repository
git clone https://github.com/ntamero/globalpulse.git
cd globalpulse
# Configure environment (all keys optional)
cp .env.example .env
# Build and start
docker compose build
docker compose up -d
The dashboard will be available at http://your-server:80
Environment Variables
All API keys are optional β the dashboard works without them, but corresponding features will be disabled.
| Key | Service | Free Tier |
|---|---|---|
GROQ_API_KEY | AI Summarization | 14,400 req/day |
FINNHUB_API_KEY | Stock Quotes | Yes |
EIA_API_KEY | Oil/Energy Data | Yes |
FRED_API_KEY | Economic Data | Yes |
ACLED_ACCESS_TOKEN | Conflict Data | Researcher access |
CLOUDFLARE_API_TOKEN | Internet Outages | Yes |
NASA_FIRMS_API_KEY | Satellite Fires | Yes |
See .env.example for the full list.
Architecture
βββββββββββββββββββββββββββββββββββββββββββββββ
β nginx :80 β
β (reverse proxy + gzip) β
βββββββββββββββββββββββββββββββββββββββββββββββ€
β Express.js :3000 β
β βββββββββββββββ¬βββββββββββββββββββββββ β
β β Static SPA β API Proxy Layer β β
β β (Vite build)β 48 RSS + 47 APIs β β
β βββββββββββββββ΄βββββββββββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββ€
β External Data Sources β
β Yahoo Finance Β· CoinGecko Β· USGS Β· GDELT β
β BBC Β· Reuters Β· CNN Β· Al Jazeera Β· ... β
βββββββββββββββββββββββββββββββββββββββββββββββ
Credits
Based on World Monitor by Elie Habib (AGPL-3.0). Customized and self-hosted by the GlobalPulse team.
License
AGPL-3.0 β See LICENSE for details.