Current state
Portstack currently uses browser localStorage for product shortlists, prototype waitlist confirmation state, feedback form state, and internal admin prototype state.
LocalStorage is not the same as a cookie, but it is still browser storage. It stays on your device until you clear site data or the browser removes it.
- Shortlisted product slugs are stored under a Portstack localStorage key.
- Prototype feedback and waitlist submissions may be stored locally after form submission.
- No analytics, advertising, or cross-site tracking cookies are intentionally set in the current app.
Managing browser storage
You can clear Portstack browser storage through your browser's site settings. Clearing storage may remove your local shortlist and prototype form confirmation state.
If a future account system stores shortlists server-side, clearing browser storage may no longer remove all saved information, and the privacy policy should explain that distinction.
Questions
Use the feedback page for questions about browser storage or cookie use until Portstack publishes a dedicated privacy contact.