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

Open-Source Web UI for Parallel Claude Code Sessions Using Git Worktree
A developer has built an open-source web UI called CCUI that enables running multiple Claude Code sessions in parallel using git worktree. It runs as a local web server accessible via browser and supports SSH port forwarding for remote development.

certctl: Self-hosted certificate lifecycle platform with 78 API endpoints for AI agent automation
certctl is a self-hosted certificate lifecycle platform built with Go and TypeScript that exposes 78 REST API endpoints for certificate management. The platform is issuer-agnostic and target-agnostic, with an MCP server planned to expose all functionality as native MCP tools.

Mandala v0.3: Open-Source Async Runtime to Unify Logistics Telemetry as OpenTelemetry Spans for Agent Reasoning
Mandala v0.3 provides an open-source async runtime that ingests telemetry from Samsara, Descartes, Vizion, and FMCSA via webhooks, emits events as OpenTelemetry spans, and exposes data via MCP tools for LLM agents.

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.