kunchenguid

kunchenguid/lavish-axi

JavaScript MIT Dev Tools

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

1.8k stars
144 forks
active
GitHub +399 / week

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.

Dev Tools Developer Tool Discovery value: 7/10
Documentation 8/10
Activity 10/10
Community 7/10
Code quality 7/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 8/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

agent-collaboration html-editing ai-workflows cli-tool axi-framework
Actively maintained Well documented MIT licensed Niche/specialized use case Production ready
Deep Analysis · Based on README and public signals
2w ago

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).

Origin

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.

Growth

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.

In production

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.

Code analysis
Architecture

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.

Tests

Not documented in README. CI workflow badge present (GitHub Actions), but no mention of test suite, coverage, or testing strategy.

Maintenance

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.

Honest verdict

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

Risks
  • 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.
Prediction

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.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

JavaScript
87.9%
HTML
9.6%
CSS
2.5%

Information

Language
JavaScript
License
MIT
Last updated
12h ago
Created
2mo ago
Analyzed with
anthropic/claude-haiku-4-5

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Similar repos

nexu-io

nexu-io/html-anything

HTML Anything is an agentic HTML editor that integrates with 9 different...

7.7k HTML AI & ML
Tencent

Tencent/cherry-markdown

Cherry Markdown Writer is a JavaScript-based markdown editor built for browsers...

4.7k JavaScript Dev Tools
nicobailon

nicobailon/visual-explainer

visual-explainer is an agent skill that converts terminal output into styled,...

9.2k HTML Dev Tools
basecamp

basecamp/lexxy

Lexxy is a modern rich text editor for Rails applications built on Meta's...

1.1k JavaScript Web Dev
limecloud

limecloud/lime

Lime is an open-source Electron desktop application designed specifically for...

1.5k TypeScript Productivity
vs. alternatives
cherry-markdown (Tencent, 4,733 stars)

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-anything (nexu-io, 7,325 stars)

HTML manipulation/conversion tool. No evidence it handles agent-collaboration feedback loops or local session management. Different problem domain.

lexxy (Basecamp, 1,121 stars)

Comparable star count but different focus (lexical analysis/text processing). Not a direct competitor in the HTML editor or agent-collaboration space.

visual-explainer (9,091 stars)

HTML visualization/documentation. Lavish adds agent feedback annotation and session polling—a layer on top of visualization, not a replacement.