55+ production-ready Lightning Web Components with a zero-Apex query engine. Drop in a tag, point it at an object, ship the feature.
| Accountv | Stage | Amountv | Probability |
|---|---|---|---|
UO United Oil & Gas | Negotiation | $235,000 | 80% |
GH Grand Hotels & Resorts | Proposal | $92,500 | 60% |
EL Express Logistics | Closed Won | $178,000 | 100% |
BT Burlington Textiles | Qualification | $54,000 | 35% |
| Β | Q1 | Total |
| West | 42 | 88 |
| East | 31 | 67 |
| Total | 73 | 155 |
Point a component at an object with a declarative query. It fetches, paginates, searches, filters, and saves inline edits, with no controller, no wire adapters, no test classes of yours behind it.
43 Core building blocks + 12 Data Driven full UIs.
Claude Code, Agentforce Vibes, and Codex generate correct Avonni markup from a documented API plus MCP server.
Managed package, SLDS-compliant, security reviewed.
A searchable, filterable, paginated Account table with inline editing. This is the entire markup.
This tag replaces ~800 lines of hand-written LWC, Apex, and CSS.
Wrap a component in a thin LWC and drop it on App, Home, and Record pages.
Customer and partner portals that respect your branding and the user's sharing rules.
Compose Avonni tags in your own components. Full control where you need it.
Generated code is owned code. Claude Code can write you a custom data table in twenty minutes. The demo works. Here is what the demo does not show.
Day 1
A working data table shows up in twenty minutes. It compiles, renders rows, and the demo works.
Month 3
The remaining 80% of the work starts here: accessibility, error states, rollback, large-volume performance, and surviving three Salesforce releases a year. None of it shows in a happy-path demo.
Year 5
The prompt author moves on. The next dev owns thousands of undocumented lines with no maintainer behind them. Archaeology, not shipping.
The way out is a split, not a bet.
The winning split: Avonni for the heavy UI foundations, AI for the code that is genuinely custom. And your AI assistant already speaks Avonni: a documented public API and an MCP server make the library legible to Claude Code, Agentforce Vibes, and Codex.
AI writes the first version fast. Owning it across Salesforce releases is the real cost. Put in your own numbers and see the five-year picture.
Install the package, drop your first component on a page, and see how much of your backlog just became a configuration exercise.
Available on the AppExchangeLWC Components is a managed package installed from the AppExchange. You get 10 free production licenses, and sandbox use is unlimited, so your whole team can build and evaluate before adding seats.
Yes. Avonni components are standard Lightning Web Components. Compose them inside your own markup exactly like base lightning-* components, and wire them to your logic through documented events and methods.
Query mode: pass a declarative query definition and the component fetches records, handles search, filters, pagination, and inline edits, with zero Apex. Static mode: pass your own items array and own the data layer when you need full control.
No. The package is managed, so its code doesn't count toward your org's coverage requirement. Query mode also removes the need for Apex controllers on many features, so there's less of your Apex to write and less to test.
Lightning App, Home, and Record pages, Experience Cloud sites, and inside your own custom LWC development. SLDS-compliant with styling hooks, so they blend into every surface.