Privacy & Your Data
What v10r.dev collects, how long it's kept, and how to exercise your rights — including cookies.
Storage limitation, made enforceable.
GDPR Art. 5(1)(e) requires data be kept no longer than necessary — this page shows the live retention windows and cron status that enforce it.
Per-table retention
Live values| Table | Window | Policy | Why this number |
|---|---|---|---|
analytics.events | 60 days (~2 months) | Hard DELETE on daily cron | Individual page views, journey transitions. Past this window, only the daily aggregate row survives. |
analytics.sessions | 60 days (~2 months) | Hard DELETE on daily cron | Per-visit metadata: started_at, last_seen, consent_tier. Same retention as events to keep the join clean. |
analytics.daily_page_stats | 365 days (~1 years) | Hard DELETE on daily cron | Pre-aggregated rollups (path / day / count). No individual visitor data — kept longer to draw long-term traffic trends. |
analytics.consent_events | 395 days (~1.1 years) | Hard DELETE on daily cron | Proof of consent (or its withdrawal). 13 months satisfies Art. 7(1) demonstrability without overshooting. |
feedback.feedback | — | Manual deletion only | User-authored content. We have no automatic expiry; you can request removal at any time and the operator deletes the row. |
auth.session | — | Better Auth session expiry | Sessions expire on their own per Better Auth config. Logout invalidates immediately. |
Cron status
LiveLoading…
Think this pattern could be better? Tell us how.
Leave feedback