Web UI for Claude Code with rendered markdown and LaTeX
A web-based user interface for Claude Code that renders markdown and LaTeX formulas properly, solving the problem of poor terminal output for non-code conversations. Built entirely by Claude Code itself, it provides a prettier chat experience for users who access Claude via API without a subscription.
Visit project ↗Entities
Related
Registry for Claude Code users to share custom status lines
Claudelines is a registry where Claude Code users can share and explore custom terminal status lines. It solves the problem of discovering and showing off personalized status line configurations for Claude Code.
MCP server feeding live design tokens from real products to LLM agents
An MCP server that provides structured design tokens (colors, typography, spacing, etc.) extracted from live DOM of real products like Linear and Supabase. LLM code agents use these tokens via MCP to generate UI that matches a specific product's design system, avoiding generic outputs. Solves the problem of agents producing bland, average UI by giving them concrete design references.
Upload project folder to get optimized markdown for LLM context
A web tool that lets users upload an entire project folder and receive a single, clean, optimized markdown file ready to paste into Claude or Codex. It solves the problem of manually preparing context for LLMs by automatically consolidating and formatting code files. All processing is done client-side for privacy.
GitHub Code Web Component: embed code from GitHub URLs
An experimental Web Component that fetches and displays code from GitHub URLs. It uses GPT-5.5 to generate the component based on a prompt, converting GitHub URLs to raw.githubusercontent.com URLs and fetching specific line ranges with line numbers. It solves the problem of embedding code snippets from GitHub repositories in web pages.
LLM-based intelligent chatbot with session history
A full-stack chatbot project that uses an LLM (Anthropic Claude by default) to answer user messages while maintaining per-session conversation history. It provides a simple, self-contained setup with a Node.js backend and a plain HTML/CSS/JS frontend, suitable for developers who want to quickly deploy an LLM-powered chat interface.
