Inspector comments
Highlight report elements and pin comments with selector-backed anchors.
Review agent-generated HTML reports with element-pinned comments, versioned publishes, and Markdown feedback your coding agent can use.
Pagelet keeps the report, reviewer feedback, and next agent task in one narrow path.
Send a local HTML report and assets from the CLI.
Open the private viewer and comment directly on report elements.
Generate feedback Markdown with anchors, comments, and replies.
Let the coding agent revise the report and publish a new version.
The surface is intentionally small: enough product to review generated reports without turning the workflow into a CMS.
Highlight report elements and pin comments with selector-backed anchors.
Each publish is preserved so reviewers can compare current and historical reports.
Export comments as Markdown that gives coding agents clear repair context.
Run one tenant with your own auth, storage bucket, and domain allowlist. No database.
Pagelet is designed for teams that want agent-assisted reporting without handing report artifacts to a shared SaaS by default.
You can, and for a report only you will read, you should —
python -m http.server is thirty seconds of work. What
it doesn't give you: a link that works for someone without your
repo, comments anchored to elements that survive a republish,
immutable versions, or feedback that returns in a form your agent
can act on without you transcribing it.
The agent never re-reads the report HTML. It reads a Markdown digest that costs roughly as many tokens as the comments themselves, and the CLI is two commands — nothing is registered into your agent's tool list.
Alternatives are fair-code with commercial-hosting restrictions, hosted-only subscriptions, or AGPL. Pagelet is MIT on your own infrastructure: Google OAuth, an email-domain allowlist, and a bucket you control.
Reviewers get a rendered page and a comment box — no repo, no tooling, no accounts outside your allowed domains.
Install dependencies, run checks, start the app, and publish the demo report.
pnpm install --frozen-lockfile
pnpm dev
npm install -g @howtox/pagelet
pagelet publish report.html
Pagelet is useful today for local demos and early self-hosted experiments. Production deployments should review auth, CSP, sandbox, storage, and deployment settings before using real data.