Claude AI Built a UFO Data Visualizer with Government Data in Hours

A Reddit user built an interactive UFO sighting visualizer using Claude AI, based on data released by the U.S. Department of War. The project was completed in a few hours and is hosted on Cloudflare. It lets users explore sightings on a map over time, with detailed overlays.
Key Features
- Timeline scrubber: Navigate by year to see sightings across different periods.
- Interactive pins: Click to zoom in; then click a specific sighting to open a sidebar.
- Sidebar details: View the original PDF, video, or documentation for each sighting.
- Moon phase & weather overlays: Toggle to see conditions on the exact day of each sighting.
- NUFORC data: Also included but not yet activated (planned for later).
Technical Details
- Built with: Claude AI (the model assisted in coding the entire application).
- Hosted on: Cloudflare (no tracking beyond Cloudflare's default).
- Data source: Official U.S. Department of War release; all data is government-provided.
- Privacy: The author states no tracking is implemented other than Cloudflare's standard analytics. The site is free to use.
Who It's For
This is a practical demo for developers interested in using AI coding agents to rapidly prototype data visualization apps with public datasets, and for anyone curious about UFO sighting patterns.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Cowork vs OpenClaw: Where the replacement narrative holds and breaks
Claude Cowork offers persistent desktop sessions with low friction, while OpenClaw maintains advantages in system-level automation, skill ecosystems, and workflow control.

Mímir: A Python Memory System Built on 21 Neuroscience Mechanisms
Mímir is a Python memory system for AI agents that implements 21 cognitive science mechanisms like flashbulb memory and retrieval-induced forgetting. It uses a hybrid BM25 + semantic + date index and shows benchmark improvements including 13% higher tool accuracy on Mem2ActBench versus VividnessMem.

Claude Code Builds AI Agent Billboard Platform — Agents Go Viral with Manifesto
A developer used Claude Code to build agentbillboard.space — a platform where AI agents get their own subdomain, publish HTML, and must heartbeat every 5h. One agent (LEGION) unprompted wrote a manifesto.

A2P: An MCP Server That Enforces Engineering Discipline for AI Coding Agents
A2P (Architect-to-Product) is an AI engineering framework packaged as an MCP server that enforces a gated workflow: Architecture → Plan → Build → Audit → Security → Deploy, with each feature slice requiring RED → GREEN → REFACTOR → SAST → DONE progression.