2. What we do store
One thing, and only if you start filling in the contact form. As you type, the form saves a draft of your answers to your browser's local storage so that a half-finished enquiry is not lost if you navigate away or accidentally close the tab.
| What | Type | Purpose | Lifetime |
|---|---|---|---|
| Contact form draft | Local storage (not a cookie) | Preserves your in-progress enquiry so you do not lose your answers. | Until you submit the form or clear your browser storage. |
Two things matter about this. First, local storage is never transmitted: unlike a cookie, it is not attached to requests, so this draft stays on your device until you press send. Second, it is deleted automatically the moment your enquiry is submitted successfully.
It contains only what you typed into the form. It holds no identifier, and it does not track you.
3. Third-party requests
The site loads a few resources from other providers. None of them set cookies for us or track you on our behalf, but any request your browser makes to another server necessarily reveals your IP address to that server. In the interest of being complete:
| Provider | What it serves | What it can see |
|---|---|---|
| Google Fonts | The Oswald and Montserrat typefaces. | Your IP address and browser, as part of the font request. |
| unpkg (Cloudflare) | The JavaScript libraries the site is built on. | Your IP address and browser, as part of the script request. |
| Vercel | Hosts the site and delivers every page. | Standard server logs: IP, time, URL requested. |
| Calendly | Only if you click through to book a call. | Calendly sets its own cookies on its site. Its policies apply once you are there, not ours. |
Note that Calendly is the only one of these that involves cookies at all, and only after you leave our site for theirs.
4. Why no analytics
It is a deliberate choice, not an oversight. We would rather not build a profile of visitors to learn something a conversation tells us better. If we ever add analytics, we will update this page before doing so, choose a privacy-respecting option, and ask for consent where the law requires it.
5. How to remove it
To clear the saved form draft, do any of the following:
- Submit the form, the draft is deleted automatically on success.
- Clear site data for this domain in your browser settings (usually under Privacy).
- Browse in a private or incognito window, where storage is discarded when you close it.
- Disable JavaScript, the form still works, it just will not save a draft.
Blocking storage for this site does not break anything. Every page, including the contact form, works without it.
6. Changes
If we start using cookies or any tracking technology, we will update this policy and the "last updated" date above, and where consent is required we will ask for it first.
7. Contact
Questions about this policy, or about anything in our Privacy Policy: [email protected].