Local Storage
Local emoji storage for browser-based image-link collections
Image Clipboard uses a local-first workflow. That means saved items stay in the browser instead of requiring an account-based cloud library.
What local storage means
| Topic | Meaning |
|---|---|
| Privacy boundary | User-added items are not uploaded by the app. |
| Device boundary | Items stay in the browser unless exported and imported elsewhere. |
| Backup need | Important collections should be exported as JSON. |
Best practices
- Export JSON before clearing browser data.
- Keep backups for large custom libraries.
- Remove duplicates to keep search useful.
- Avoid saving private or sensitive links you do not want in local browser data.
FAQ
Does local storage sync across devices?
No. Use export and import for manual portability.
Can local data be cleared?
Yes. Browser data controls can remove local app data, so export important collections.