1. What Wirekitty Uses
- Local browser storage such as localStorage and IndexedDB.
- Anonymous Simple Analytics for privacy-first measurement without an analytics cookie.
- Optional PostHog cookies in the editor only if you choose to enable analytics cookies.
2. Categories and Examples
| Category | Examples | Required | Purpose |
|---|---|---|---|
| Necessary local storage | theme, wirekitty_settings,
CanvasDatabase,
wirekitty-onboarding-complete-v2,
wirekitty-callouts-dismissed,
wirekitty-sidebar-width,
wirekitty-recently-used-elements,
wirekitty-recent-icons,
wirekitty_text_defaults,
wirekitty_rectangle_defaults | Yes | Runs the editor, stores canvases locally, and remembers preferences between visits. |
| Consent state | wirekitty-posthog-cookie-consent | Yes | Remembers whether you accepted or declined optional analytics cookies in the editor. |
| Anonymous analytics | Simple Analytics page views and custom events | No cookie | Measures site and app usage without an analytics cookie. |
| Optional analytics cookies | PostHog browser persistence, only after opt-in | Optional | Supports richer editor telemetry and error analysis when you explicitly allow analytics cookies. |
3. Editor and Preview Sessions
Hosted preview sessions primarily rely on URL parameters and the
editor's normal browser storage. The active review session is
identified through parameters such as fetchFrom,
callback, and wireframeId.
4. How to Manage Choices
- You can decline optional analytics cookies during onboarding in the editor.
- You can later change the analytics-cookie setting from the editor settings dialog.
- You can clear cookies, localStorage, and IndexedDB in your browser tools at any time.
- You can use privacy tools or content blockers to block Simple Analytics requests if you prefer.
5. More Information
For broader details on how information is handled, see our Privacy Policy .
6. Updates
We may update this Cookie Policy from time to time. When we do, we will update the "Last updated" date on this page.