Privacy
Last updated 2 September 2026
Spriteloom is a static site with no server behind it. There is no account to create, no database, and no upload step. Everything you draw is handled by code running in your own browser.
What the site stores
Two things, both in your browser, both erasable by you:
- An autosaved draft, written to IndexedDB every 4 seconds so a stray reload does not lose the document you have open. Only the active tab is saved, and only the most recent state. It never leaves the machine.
- Two preferences in localStorage: your interface language and your zoom level.
To erase both: use File → Clear draft in the editor, or clear site data for spriteloom.com in your browser settings.
What the site does not do
- It does not upload your images, projects or exports anywhere.
- It does not ask for a name, an email address, or any other personal detail.
- It sets no cookies.
- It loads no third-party fonts, scripts or trackers. Every asset comes from this domain, so opening a page does not tell anyone else that you did.
Files you open and export
Opening a file uses the browser's own file picker, and the bytes are read locally. Exporting produces a download from data already in the page. Neither passes through a server.
Hosting
The site is served as static files by Cloudflare Pages. Like any web host, Cloudflare processes the network requests needed to deliver a page, which includes your IP address. Spriteloom neither receives nor keeps that data.
If this changes
Analytics or advertising would mean new data being collected, so this page gets updated before either is switched on, with the date above changed to match.