ContentGrapher
ContentGrapher
← Changelog
NewMay 26, 2026

Anonymous Users Now Navigate to a Persistent Report URL

Anonymous users are now navigated to /report/[id] after analysis completes, with their device token used to authenticate the page load. The report persists across tab reloads as long as the device token is in localStorage.

Problem

Anonymous users completed the full analysis pipeline but were never sent to a report page. They landed back on the dashboard with no permalink and no way to return to their results.

Context

Reports were already being stored in the database for anonymous users. The missing piece was a way to access them without an account — the authenticated path already existed, but the anonymous equivalent did not.

Why now

Anonymous users make up the majority of analyses run. Dropping them back to the dashboard after completing an analysis wasted the highest-intent moment in their session.

What changed

Anonymous users are now sent to a persistent report URL when analysis completes. The report stays accessible as long as the browser's local storage is intact. A sign-in prompt appears for users who want to save their results permanently.
Anonymous Users Now Navigate to a Persistent Report URL | Changelog | ContentGrapher