HTML is the new markdown. Lavish is the new editor for your HTML artifacts.
1.8k
Stars
144
Forks
31
Open issues
9
Contributors
AI Analysis
Lavish is a local-first CLI editor designed for human-AI collaboration on HTML artifacts, enabling users to annotate and provide feedback on agent-generated HTML without leaving the editor. It's purpose-built for the AI agent developer workflow and specifically targets teams using agents to generate rich HTML visualizations, dashboards, and interactive designs. Not intended as a general-purpose HTML editor for hand-coded content.
Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.
AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.
CLI editor for agent-generated HTML, bridging human-AI collaboration through local annotation and feedback.
Lavish is a local-first CLI tool designed to improve human-agent collaboration on HTML artifacts. Agents generate rich HTML; humans annotate elements or text ranges and send feedback without leaving the editor. Built as an AXI (Agent eXecution Interface), it integrates with Claude Code, GitHub Copilot, and other agent platforms via skills or direct CLI invocation. Target audience: developers and non-technical users working with AI agents to produce visual content (plans, diagrams, reports). Adoption not yet verified; project is extremely new (created May 2026, 47 days old at analysis date).
Launched in May 2026 by kunchenguid as a response to the practical friction in agent-generated HTML workflows: AI produces interactive HTML, but feedback loops collapse into screenshots and text descriptions, losing HTML's interactivity advantage. Positioned within the emerging AXI ecosystem (Vercel Labs' Agent Skills framework) and Claude Code's skill integration model.
Gained 115 stars in the first 7 days of analysis window (last 7 days before 2026-06-29), indicating early traction within niche communities tracking AI-agent tooling. The timing aligns with Claude Code's expansion and growing conversation about agent-skill ecosystems. Growth trajectory is steep but absolute numbers remain modest (1,129 stars after ~49 days). No evidence of viral adoption; appears driven by early adopter and AI-tooling communities rather than mainstream developer audience.
Adoption not verified. No case studies, user testimonials, company deployments, or community reports in README. Discord server exists (badge present) but member count not visible from metadata. No public usage metrics. Project is too new to have accumulated production adoption evidence. Interest among early-stage AI-tooling experimenters is plausible but unconfirmed.
Based on README: single-file CLI entry point (`npx lavish-axi`), opens local browser UI, injects SDK into HTML artifacts for annotation and feedback collection. Implements long-polling for agent feedback loop. Appears to use file-path identity (canonical file paths as session keys) rather than opaque IDs. Designed for portability: saved HTML renders identically in browser or through Lavish. Likely uses a Node.js HTTP server to serve UI and handle polling.
Not documented in README. CI workflow badge present (GitHub Actions), but no mention of test suite, coverage, or testing strategy.
Last push 2026-06-29 04:38:29 (coincident with analysis date), indicating active development. Release Please workflow enabled (automated versioning/releases). Published to npm as `lavish-axi`. Only 49 days old; too early to assess long-term maintenance patterns. Currently maintained.
ADOPT IF: you are an early-stage adopter comfortable with pre-release tooling, actively using Claude Code or compatible agents for HTML artifact generation, and want to improve annotation/feedback workflows locally without cloud dependency. AVOID IF: you require production-grade stability, extensive documentation, or verified multi-team adoption; this is <50 days old with no adoption evidence. MONITOR IF: you work with AI agents on visual content and want to defer adoption until post-version-1.0 release, community case studies, or clearer integration with other agent platforms emerge.
Independent dimensions
Mainstream potential
3/10
Technical importance
5/10
Adoption evidence
1/10
- Project is extremely new (49 days old); unknown whether maintainer has capacity or commitment for long-term support.
- Adoption not yet verified—no public evidence of real-world usage; early technical interest does not guarantee product-market fit.
- Heavy dependence on AXI/Agent Skills ecosystem, which itself is nascent; risk of adoption bottleneck if ecosystem adoption stalls.
- Relies on agent platforms (Claude Code, Copilot CLI) maintaining skill/hook integration APIs; breaking changes could disable core workflows.
- No mention of error handling, recovery, or session state persistence; unclear how robustly it handles interrupted polls, network failures, or long-running sessions.
Likely to remain a niche tool for AI-agent-assisted design/planning workflows through 2026–2027. May see modest growth if Claude Code and similar platforms standardize skill distribution. Mainstream adoption probability low unless agent-HTML workflows become dominant in broader design/development practice. Possibility of acquisition or integration into larger AI IDE platforms if early signal is strong, but too early to assess.
Newsletter
Get analyses like this every Monday
Free weekly digest of the most interesting open-source discoveries.
Languages
Information
- Language
- JavaScript
- License
- MIT
- Last updated
- 12h ago
- Created
- 2mo ago
- Analyzed with
- anthropic/claude-haiku-4-5
Stars over time
Contributors over time
Top 100 contributors only — repos with more will plateau at 100.
Open issues
Send wedges permanently after agent replies without re-polling — deliveredFeedback never cleared on agent-reply
Feat: allow annotations on input text
Support pasting/uploading images in Chat and Annotate
Smaller asks: large-media handling, an evidence/review playbook, two asset papercuts
Let artifacts declare an interactive region (generalize the Mermaid explore/annotate coexistence)
Top contributors
Similar repos
Tencent/cherry-markdown
Cherry Markdown Writer is a JavaScript-based markdown editor built for browsers...
nicobailon/visual-explainer
visual-explainer is an agent skill that converts terminal output into styled,...
| Repository | Stars | Week Δ | Language | Score | Updated |
|---|---|---|---|---|---|
|
|
1.8k | +399 | JavaScript | 8/10 | 12h ago |
|
|
7.7k | — | HTML | 7/10 | 5d ago |
|
|
4.7k | — | JavaScript | 7/10 | 9h ago |
|
|
9.2k | — | HTML | 7/10 | 2w ago |
|
|
1.1k | — | JavaScript | 7/10 | 20h ago |
|
|
1.5k | — | TypeScript | 7/10 | 19h ago |
Rich markdown editor; serves document-editing use case. Lavish targets HTML-only, agent-aware workflows with inline feedback—a narrower but distinct problem. Not direct competition.
HTML manipulation/conversion tool. No evidence it handles agent-collaboration feedback loops or local session management. Different problem domain.
Comparable star count but different focus (lexical analysis/text processing). Not a direct competitor in the HTML editor or agent-collaboration space.
HTML visualization/documentation. Lavish adds agent feedback annotation and session polling—a layer on top of visualization, not a replacement.