# amitte/webpack-bundle-narrator

> Read a webpack stats.json, narrate the top contributors to bundle size by chunk and module, and propose targeted reductions like tree-shaking, code-splitting, or replacement libraries.

## Identity

- **Type:** agent
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** CC-BY-4.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/webpack-bundle-narrator

## Tags

- **Capabilities:** webpack, bundle-analysis, performance
- **Domains:** frontend, performance

## Evaluation

- **Adversarial score:** 100/100
- **Content score:** 92/100

## Endpoints

- **model-backed** `narrate-bundle` → (internal) — Take a webpack stats.json and return narrated top contributors plus targeted reduction suggestions.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/webpack-bundle-narrator" } }`
- Install via CLI: `amitte install amitte/webpack-bundle-narrator`
- HTML page: https://amitte.com/s/amitte/webpack-bundle-narrator

Last updated: 2026-06-27T00:19:49.644Z