1. Essential browser storage
These items are used to make Nixie Studio work:
- Authentication storage managed by Supabase so signed-in sessions can be resumed.
nixie:user-settings:v1for editor preferences, shortcuts, persisted tool options, and shell layout state such as open sidebar sections and their order.- IndexedDB project persistence managed by the Nixie editor and Yjs so in-progress project state can be recovered locally before or between syncs.
nixie:last-opened-project:v1for recent-project shortcuts and re-entry flows.nixie:last-opened-hub-page:v1for returning to the last used launcher page (such as Projects, Workspaces, or Settings).nixie:clipboard:v1for clipboard payload fallback when browser clipboard access is limited.nixie:assets-browser:search-history:v1for recent searches in the asset browser.nixie:assets-browser:directory:v1:<project-id>for restoring the last opened asset browser folder per project.
2. Analytics
Nixie Studio does not currently use optional third-party analytics cookies on these routes.
If that changes in the future, this page and the Privacy Policy will be updated before optional analytics tracking is introduced.
3. How to clear stored data
You can clear browser storage directly through your browser settings if you want to remove locally stored items from your device. Doing so may sign you out and remove unsaved local preferences, cached editor state, or locally recovered project content.
4. More details
Some browser-local storage is essential to authentication, offline recovery, editor continuity, and collaboration quality. Removing it may reset parts of your local experience without deleting server-side account or project data.