Privacy
Last updated September 19, 2026.
The short version
Studio has no accounts, no sign-in and no analytics. It never uploads your code, and there is no server-side copy of anything you create.
Where your work is stored
Documents, preferences, themes and imported images are stored by your own browser, in localStorage and IndexedDB. They stay on the device you used. Clearing your browser data deletes them, and we cannot recover them for you because we never had them.
Exporting an image and copying to the clipboard both happen in the browser. Nothing is sent to a server to be rendered.
Requests your browser does make
Being honest about this matters more than claiming the app is isolated:
- the page and its fonts come from this site. Fonts are bundled at build time, so no request goes to a font provider while you use the editor;
- icon artwork is loaded from
cdn.statically.io, and emoji artwork fromcdn.jsdelivr.net. Your browser contacts those CDNs directly when an icon or emoji is shown, so they can see your IP address and which file was requested — never your snippet; - the icon search catalogue is assembled by this site's own server. Your search terms are not stored.
Server logs
The server that serves this page keeps ordinary HTTP request logs — time, path, status code and IP address — inside its container. They rotate and exist to operate and debug the service. They never contain the content of a document, because the document never reaches the server.
Cookies and tracking
None. No cookies are set, no tracking pixels are loaded and no analytics or telemetry product is embedded.
Questions
This project is open source. Ask anything in the open, at Davi Jr on GitHub.