kunchenguid/lavish-axi

HTML is the new markdown. Lavish is the new editor for your HTML artifacts.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Added to GitGenius on September 17th, 2026
Created on May 11th, 2026
Open Issues & Pull Requests: 46 (+0)
GitHub issues: Enabled
Number of forks: 340
Total Stargazers: 3,763 (+1)
Total Subscribers: 14 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.1 days
Mean response time: 12.2 days
90th percentile: 41.5 days
Tracked items: 77

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 60% of issues opened in the past year have been closed, leaving a working backlog. Three people close 87% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 32
New in 7 days: 4
Closed in 7 days: 5
Avg open age: 42 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 4
Closed in 7 days: 4
Comments in 7 days: 18
Events in 7 days: 27

Top labels

  • ready-for-pr (38)
  • bug (7)
  • ezoss/triaged (6)
  • enhancement (2)
  • ezoss/awaiting-maintainer (2)
  • ezoss/awaiting-contributor (1)

Detailed Description

Lavish is a CLI editor for HTML artifacts that enables human-agent collaboration by opening agent-generated HTML files in a local browser for interactive review and editing.

The tool addresses the friction in human-AI collaboration loops around rich HTML content. When agents generate HTML artifacts, feedback traditionally requires screenshots or lengthy descriptions of desired changes, losing the interactivity that makes HTML valuable. Lavish solves this by providing a local-first interface where users can pinpoint specific elements, select text ranges, edit embedded Mermaid diagrams as interactive whiteboards, and send annotated feedback back to the agent without leaving the editor. The approach keeps the core feedback loop entirely local with no cloud dependency, while offering optional hosted sharing through a third-party service for those who need it.

Developers should adopt this tool if they work in agent-assisted workflows that produce HTML visualizations and want to streamline the feedback cycle. It suits projects involving product planning, technical documentation, design exploration, or any scenario where agents generate interactive diagrams or layouts. The tool is designed as an AXI, meaning it runs as a simple CLI that agents can execute without setup, optimized for token efficiency through TOON output and long polling. It works across macOS, Linux, and Windows.

The project maintains active CI and release automation. Development activity shows consistent engagement with both integration testing and structured release processes.