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

Manifest Now Supports Claude Pro/Max Subscriptions Without API Key
Manifest, an open source routing layer for OpenClaw, now allows direct connection of Claude Pro or Max subscriptions without requiring an API key. Users with API keys can configure fallback routing when subscription rate limits are hit.

Weejur: A Simple UI Front-End for GitHub Pages Publishing
Weejur is a free tool that provides a simplified UI for publishing websites via GitHub Pages, allowing users to paste HTML or upload files after OAuth login.

Clawpage: A Tool That Converts OpenClaw Conversations to Static Websites
A developer created Clawpage, a skill that transforms OpenClaw session history into static web pages to preserve valuable conversations, including the back-and-forth, research, and debugging process. The tool is available on GitHub.

Docent: An AI Assistant for Paper Analysis Built with Claude Code
A developer created Docent, an AI assistant that reads uploaded papers, presents them, answers questions, and assesses understanding using Claude Code. The project is available on GitHub under MIT License with a demo on Vercel.