Add Vercel Speed Insights with matching privacy disclosure - #64
Open
erinstanley358 wants to merge 1 commit into
Open
Add Vercel Speed Insights with matching privacy disclosure#64erinstanley358 wants to merge 1 commit into
erinstanley358 wants to merge 1 commit into
Conversation
Mount cookieless Speed Insights (Core Web Vitals) in BaseLayout and ElevationLayout, and update /legal/site-privacy in the same commit so the "watch the network yourself" promise stays true: two cookieless signals now (a page-view count and a page-speed timing), coarse device/connection/country context disclosed, no cookie, no persistent identifier, both blockable, nothing breaks. Ratified by fleet meeting 2026-08-01 (Worf, Tutela, Quark, Travis, Polaris) under four conditions; disclosure bound to tool. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
@vercel/speed-insights(cookieless Core Web Vitals) to evoked.dev, mounted beside the existing<Analytics />inBaseLayoutandElevationLayout- and updates/legal/site-privacyin the same commit so the site's verifiable privacy promise stays true.Why the disclosure is bound to the tool
The published privacy page invites readers to "open your browser's developer tools, watch the network, and check that the only thing this page loads about you is a cookieless count." Speed Insights is a second beacon (
/_vercel/speed-insights/vitals). Shipping the tool without updating that sentence would break the exact consent-honesty the practice sells. So this PR moves both together, or neither moves.Disclosure now names two cookieless measurements (a page-view count and a page-speed timing), honestly discloses the coarse device/connection/country context Speed Insights carries, and preserves the "block it and nothing breaks" + devtools-verifiable promise.
Ratified by
Fleet meeting 2026-08-01 (Worf, Tutela, Quark, Travis, Polaris) under four conditions.
Remaining conditions before/after merge
/_vercel/insights/view+/_vercel/speed-insights/vitals), noSet-Cookie, no persistent ID. (Tutela)🤖 Generated with Claude Code