2. What localStorage is, and why it's different
localStorage is a small notepad inside your own browser. Unlike cookies, what is written there is not sent to our servers— or to anyone else's — with your page visits. It stays on your device, and you can wipe it anytime from your browser settings (doing so simply signs you out and forgets your preferences).
3. The full list
| Key | What it remembers | Kept until |
|---|---|---|
| hj-language | Your language choice | You change it |
| hj-country | Your shopping country (and so your display currency) | You change it |
| hj-theme | Whether you prefer light or dark mode | You change it |
| hj-seen-studio | That you've visited the studio recently (changes a CTA's wording) | 24 hours pass without you opening the studio |
| hj-studio-rail-cols | How wide you set the studio's catalogue rail | You resize it again |
| hj-admin | An internal switch for our own test devices | Never set for visitors |
That is the complete inventory — there are no other keys, and none of these contain your photos, your designs, or anything anyone could trace back to you.
4. One honest caveat: payment pages
When you pay for a plan, the checkout runs with our payment provider, and their pages may set the strictly-necessary cookies that payment processing and fraud prevention require. Those live under the provider's own policy, linked from the checkout. Our pages stay cookie-free throughout.
More on what we do (and pointedly don't do) with your data is in the Privacy Policy.
This is the English original. Questions about anything on this page? Write to us — the contact form is the fastest way to reach a person.