Every view, every screen, every state.
Eternal Summary
Home · One Click Summary
Mobile
Eternal Summary Landing
Under the hood.
Manifest V3 Extension
Built on Chrome MV3 with proper service worker, content script, and popup UI separation. No remote code, designed to survive future Chrome extension API changes.
Live Page Extraction
Content scripts extract the active page's article content client-side, filtering out chrome and navigation noise before anything leaves the browser.
Fly.io Broker Backend
A Node + Express service running on Fly.io brokers the Gemini API request, keeping API keys off the client and isolating per-user quota and rate limits.
Streaming Summary Overlay
The summary streams back into the popup as it generates, rendering progressively into a clean overlay rather than blocking on full completion.
One-Click Workflow
A single click in the extension popup triggers extract → broker → summarize → render. No paste, no toggles, no setup — open the page, click once.
Manifest V3 compliant with service worker architecture, no remote code, future-proofed against Chrome API updates
API key brokering through a Fly.io backend keeps secrets out of the extension bundle
Streaming response renders summaries progressively for perceived sub-second response time
Content extraction tuned for articles, docs, and research pages — the formats people actually need summarized
Eternal Summary
Live and shipping.

