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

Tacit: An LLM-First Programming Language Built with Claude Code and Opus 4.7
Tacit is an experimental LLM-first programming language designed and implemented using Claude Code and Opus 4.7. It strips away human conveniences to minimize token usage and ships with a primer that teaches mid-tier+ LLMs (Sonnet and above) how to write Tacit code.

mcp-india-stack: Open-source MCP server for Indian financial APIs
mcp-india-stack is an open-source MCP server that provides Claude with native access to seven Indian financial and government API tools, including GSTIN validation, IFSC lookup, and PAN validation. It requires zero authentication, is offline-first, and is available via pip install.

Contextium: Open-Source Persistent Context Framework for Claude Code
Contextium is a structured git repo framework that provides persistent context for Claude Code sessions, using a CLAUDE.md file as a context router to lazy-load relevant markdown files. The open-source version includes a template with 6 sample apps and 27 integration docs.

Yavio: Open-Source Product Analytics SDK for MCP Apps
Yavio is an open-source product analytics SDK for MCP and MCP Apps that automatically captures tool calls, errors, and resource reads with one function call. The MIT-licensed project provides a dashboard with per-tool breakdowns, funnels, retention, and error tracking.