lean.clarus.news
Browser Extension · v0.1
Flag wasteful information on any webpage, classify it using Ron Hyams' Lean Information framework , and send structured feedback to your organisation's information owners — directly from your browser.
Workflow
api.lean.clarus.news — or saved locally if the server is offline.Ron Hyams · LeanInformation.com
Taxonomy by LeanInformation.com · Licensed under CC BY-ND 4.0
Installation
trim-extension-en-v0.1.zipchrome://extensionstrim-extension/ folderabout:debugging#/runtime/this-firefoxmanifest.json from the unzipped folderC# ASP.NET Core · localhost:5050
The extension sends captures to api.lean.clarus.news
or falls back to localhost:5050.
The backend is a minimal C# ASP.NET Core API with PostgreSQL storage and
Claude Sonnet LLM classification via MCP.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/health | Status check — used by extension popup |
| POST | /api/capture | Save a new capture from the browser extension |
| GET | /api/captures | Retrieve captures (paginated, ?page=1&size=20) |
| GET | /api/report | Aggregated Lean Waste report by type and solution |
Credits