Localhost dashboard for Claude's HTML output pages with live reload

A Reddit user shared a small localhost home page that aggregates all the HTML pages generated by Claude AI. The tool addresses the problem of HTML outputs ending up scattered across the filesystem by providing a card-based dashboard that shows all pages in one place.
Key features
- Card display — Each HTML page appears as a card on the localhost homepage.
- Live reload — Cards refresh automatically when the underlying file changes.
- Update indicators — Cards that have been updated are visually marked.
- Quick preview pane — Hover or click to preview the HTML content inline.
- Symlink registration — AI agents can register their own HTML outputs by dropping a symlink into the watched directory.
The project is open source on GitHub: Himel55/localhost-pages.
📖 Read the full source: r/ClaudeAI
👀 See Also

iai-mcp: A local daemon for persistent OpenClaw memory across sessions
iai-mcp is an open-source daemon that captures all OpenClaw conversations, stores them in three memory tiers with local neural embeddings and AES-256 encryption, and feeds relevant context back on new sessions — verbatim recall >99%, retrieval <100ms, session-start cost <3k tokens.

ClawControl iOS client released for OpenClaw self-hosted servers
ClawControl v1.50 is now available on iOS as a privacy-focused mobile client for self-hosted OpenClaw/Claw servers. The open-source app enables real-time chat with streaming responses, agent management, and session control from mobile devices.

Paper Lantern MCP Server Connects Claude Code to Research Papers
Paper Lantern is an MCP server built with Claude Code that connects coding agents to over 2 million CS and 43 million biomedical research papers, enabling them to find benchmarked methods instead of defaulting to training data.

Why AI Coding Agents Churn Out Slop After 20 Turns: Context Blindness
A deep audit of API logs reveals Cursor and Claude Code aren't getting dumber — they suffocate on bloated context windows filled with noise, causing architectural destruction.