Account Data
A lightweight user snapshot is stored locally to preserve dashboard state across refreshes while the backend session is revalidated.
Privacy
This page documents how the frontend and backend cooperate to manage session, profile, and community data.
A lightweight user snapshot is stored locally to preserve dashboard state across refreshes while the backend session is revalidated.
Threads, clips, and profile details are displayed to other users as part of the product experience.
Authentication relies on backend-managed cookies from the existing Django backend.
Real session persistence on plain localhost may still depend on backend cookie security settings.