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

Kontext CLI: Credential Broker for AI Coding Agents
Kontext CLI is a Go-based credential broker that provides AI coding agents with short-lived access tokens instead of long-lived API keys. It uses RFC 8693 token exchange, streams audit logs for every tool call, and works with Claude Code today.

Free MCP Lets Claude Analyze Google Search Console Data Automatically
A free MCP (Model Context Protocol) server lets Claude directly query Google Search Console data for any site you have access to. Ask about queries, pages, clicks, impressions, CTR, and position without manual CSV exports.

Context-Kit: Open Source Tool for AI Assistant Configuration
Context-kit is a free tool that generates configuration files and skill documentation for AI coding assistants. It supports Claude Code, Cursor, Windsurf, GitHub Copilot, and Gemini CLI.

Fine-Tuning Qwen 14B for Discord Autocomplete
A developer fine-tuned the Qwen 14B model using his Discord message dataset to create an autocomplete tool.