Last updated: July 2026 • Universal Preview Board Architecture
PreviewList is engineered with privacy as a foundational technical requirement rather than an afterthought. Unlike traditional web bookmarking utilities that synchronize every keystroke to centralized databases, our client architecture processes and retains state locally.
localStorage database under the key focused_kepler_data.When you insert a URL into PreviewList, the application retrieves Open Graph (OG) metadata - such as page titles, description snippets, and representative preview images - to construct your visual cards.
Because web browsers enforce Cross-Origin Resource Sharing (CORS) security restrictions, direct client-to-server requests for HTML metadata are often restricted by destination websites. To resolve this cleanly while protecting your privacy:
<meta> tags and return clean JSON to your browser. We maintain no persistent access logs associating specific IP addresses with queried target URLs.PreviewList empowers you to publish any folder or board as a shareable Read-Only link. Understanding how data moves during sharing is critical for total transparency:
True data sovereignty requires zero lock-in. PreviewList provides complete bidirectional control over your data assets:
Using the Export recovery backup (JSON) button in the settings drawer immediately compiles your complete database structure into a standard, unencrypted JSON file downloaded to your local file system. Conversely, the Import backup (JSON) mechanism parses structured JSON files locally within your browser sandbox, instantly rebuilding your board without server-side validation checks.
To protect against accidental modifications or unauthorized visual tampering when sharing your screen in professional environments, PreviewList includes a hardware-accelerated Lock Board (Reading Mode) feature.
Engaging Lock Mode immediately suppresses all modification interfaces (addition modals, drag-and-drop handles, edit drawers, and deletion actions) directly within the DOM layout. In sensitive configurations, View Mode 4 (Masked/Password Mode) conceals link titles and preview thumbnails until explicit user hover or interaction.
As our universal preview engine evolves with additional advanced capabilities (such as end-to-end encrypted peer sharing or offline service workers), this document will be updated with precise architectural changelogs.
If you have technical inquiries, security disclosures, or questions regarding client-side data handling, please reach out via our community repository or direct developer channels.