agentlytics
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
Real-time OSINT command center monitoring the Middle East conflict — 50+ live open-source intelligence sources (news, T…
We build OSINT tools, real-time dashboards, and custom software for clients who need to move fast and see clearly.
If you want something like IRONSIGHT built for your domain, get in touch.
Real-time OSINT command center for monitoring active conflicts. A single dashboard that aggregates open-source intelligence from news, Telegram, military tracking, financial markets, satellite thermal data, and live air-threat feeds.
Two theaters, one dashboard. A toggle in the header flips the entire dashboard between:
Every panel, map layer, and data feed re-points to the selected conflict. Your choice is remembered across reloads.
Built with Next.js, TypeScript, Tailwind CSS, and Leaflet. No API keys required. Completely free to run.
IRONSIGHT does not own, generate, or claim credit for any of the underlying data. It is a viewer that surfaces publicly available, third-party, open-source feeds — all of which belong to and are credited to their respective providers (see Data Sources and Credits & Attribution).
All data comes from free, publicly accessible endpoints and requires no API keys. None of it is owned by this project — see Credits & Attribution.
| Service | Data | Provider | Cost |
|---|---|---|---|
| Yahoo Finance | Stocks, indices, commodities, oil futures | Yahoo | Free, no key |
| CoinGecko | Cryptocurrency prices (BTC, ETH, SOL, BNB) | CoinGecko | Free, no key |
| Polymarket | Prediction-market odds | Polymarket (Gamma API) | Free, no key |
| NASA FIRMS | Fire / thermal-anomaly satellite data | NASA | Free, no key |
| adsb.lol | Military aircraft ADS-B tracking | Community ADS-B network | Free, no key |
| Tzeva Adom | Israeli missile/rocket/drone alerts | Community mirror of Pikud HaOref | Free, no key |
| alerts.com.ua | Ukrainian oblast air-raid alerts (EN names) | alerts.com.ua | Free, no key |
| Neptun | Ukraine real-time drone/missile/KAB tracks | neptun.in.ua | Free, no key |
| Google News RSS | Keyword/location-scoped news aggregation | Free, no key | |
| Google Translate | Hebrew/Arabic/Farsi + Ukrainian/Russian translation | Google (unofficial) | Free, no key |
| Telegram | Public channel posts via embed scraping | Telegram | Free, no key |
| Layer | Provider | License |
|---|---|---|
| Dark basemap tiles | CARTO Dark Matter, data © OpenStreetMap contributors | ODbL / CARTO attribution |
| Country border lines | Natural Earth ne_50m_admin_0_boundary_lines_land |
Public domain |
| Map engine | Leaflet | BSD-2-Clause |
BBC Middle East, New York Times Middle East, Al Jazeera, Reuters World, CNN Middle East, Fox News World, Wall Street Journal, Times of Israel, Jerusalem Post, Ynet News, N12 (Mako), Walla News, Haaretz, PressTV (Iran), The National (UAE/GCC), Drop Site News, Breaking Defense, Long War Journal, Military Times, War on the Rocks, CENTCOM, U.S. DoD, and conflict-scoped Google News searches.
BBC Europe, New York Times Europe, Al Jazeera, Reuters World, Fox News World, Wall Street Journal, Kyiv Independent, Ukrainska Pravda (EN), Kyiv Post, The New Voice of Ukraine (NV), Ukrinform, TASS, RT, The Moscow Times, Meduza (EN), Breaking Defense, Military Times, War on the Rocks, U.S. DoD, and war-scoped Google News searches.
Public channels only, scraped via Telegram's public embed endpoint. Channels are periodically activity-checked; the Russia/Ukraine set was last verified for recent activity in July 2026.
IDF Official, Rocket Alert, Alert Israel, Times of Israel, Abu Ali Express, OSINT Defender, Warfare Analysis, RN Intel, GeoPol Watch, ME Spectator (×2), Hamas-Israel War, PressTV, Iran International, Fars News, Tasnim News, Saberin (IRGC), DefaPress (Iran MOD), IRGC Official, Fotros Resistance, Quds News, Al-Saa EN, The Cradle, Drop Site News, France 24, WAM (UAE), Gulf News (UAE), Ali Bk, Al Jazeera, Bint Jbeil, Kian Meli (Iran).
Ukrainian official / military: UA General Staff, UA Air Force (kpszsu), Zelensky Official, Operatyvno ZSU, Ukraine NOW.
Ukrainian outlets: Kyiv Independent, Ukrainska Pravda, UNIAN, Suspilne, Trukha UA, NEXTA, Insider UA, LIGA-adjacent aggregators, BBC Ukraine, Radio Svoboda.
Ukrainian journalists / independents: Yuriy Butusov, Serhii Sternenko, Serhii Flash, Lachen, Anton Gerashchenko (EN), Tsaplienko, Motolko (Belarus).
Russian state / war correspondents: RIA Novosti, Russian MoD, Readovka, WarGonzo, RV Voenkor, Poddubny, Colonel Cassad, Grey Zone, Two Majors, Kots, Kotenok.
Independent Russian journalists / outlets: Meduza, Astra, Mediazona, Agentstvo, Holod, Maxim Katz.
OSINT aggregators: OSINT Defender, War Monitor, DeepState UA, Rybar.
| Feed | Interval |
|---|---|
| Air-raid alerts (Pikud HaOref / alerts.com.ua) | 15 seconds |
| Drone / missile tracker (Neptun) | 20 seconds |
| Telegram channels | 60 seconds |
| Regional threat monitor | 60 seconds |
| News RSS | 90 seconds |
| Strikes | 2 minutes |
| Conflicts / Flights | 3 minutes |
| Naval | 5 minutes |
| Markets, Oil, Crypto & Polymarket | 10 minutes |
| Fires (NASA FIRMS) | 10 minutes |
Prerequisite: Node.js 22 (see .nvmrc; run nvm use if you use nvm). No API keys or environment variables required.
npm install # or: npm ci npm run dev
Open http://localhost:3000 and use the THEATER toggle in the header to switch conflicts.
To build for production:
npm run build npm start
Prefer to run it isolated from your host (no local Node install, sandboxed dependencies and network)? A multi-stage Dockerfile produces a slim (~215 MB) standalone image that runs as a non-root user. No API keys or environment variables are needed.
docker compose up --build
Then open http://localhost:3000. Stop with Ctrl+C (or docker compose down).
Or without Compose:
docker build -t ironsight . docker run --rm -p 3000:3000 ironsight
To use a different host port, map it (e.g. -p 8080:3000) or edit the ports mapping in docker-compose.yml.
Each conflict is a config object under src/lib/conflicts/ describing everything theater-specific (map center/cities, keywords, RSS feeds, Telegram channels, alert provider, bounding boxes, etc.). A React context (useConflict) exposes the active conflict to the UI, and a useConflictFeed hook appends the selected conflict to every API request so the routes serve the right theater. Adding a new conflict is mostly a matter of adding a config file and registering it.
IRONSIGHT is a viewer, not a data owner. Every feed, dataset, headline, alert, track, tile, and post surfaced by this dashboard is the property of its respective provider and is used here, unmodified in substance, purely to point back to the original source. We claim no ownership or credit for any third-party data or open-source project listed below, and we are grateful to the people and communities who make them freely available:
If you are a provider listed here and would like your source removed or its attribution changed, please contact us.
This project is provided strictly for educational and research purposes. It demonstrates techniques for aggregating publicly available open-source intelligence (OSINT) using modern web technologies. It is not intended for commercial use, resale of data, or any activity that violates applicable laws or third-party terms of service.
All data is sourced from publicly accessible endpoints. No paywalls are bypassed, no authentication is circumvented, and no copyrighted content is reproduced in full — only headlines, links, and publicly available metadata are displayed.
Some data sources rely on unofficial or undocumented public endpoints, including but not limited to: Yahoo Finance chart data, Google Translate, Telegram channel embeds, Google News RSS, and community alert/tracking feeds. These endpoints:
News content, Telegram posts, financial data, alert data, drone/missile tracks, map tiles, and all other third-party content belong to their respective publishers, organizations, and data providers. This project does not claim ownership of, or credit for, any third-party content. Market data may be subject to additional redistribution restrictions from upstream data licensors.
By using this software, you agree that:
Military aircraft tracking data is provided by adsb.lol under the Open Database License (ODbL 1.0).
Basemap tiles © CARTO, map data © OpenStreetMap contributors. Country boundary lines from Natural Earth (public domain).
This project is not affiliated with, endorsed by, or sponsored by any of the data providers, news organizations, governments, or military entities whose data it aggregates.
more like this
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
Open-source Markdown workbench: live preview, GitHub-accurate themes, Mermaid diagrams, and page-perfect PDF export. No…
search projects, people, and tags