Zero-Knowledge Architecture
Project Toolsuite follows a local-first approach. Every tool runs directly inside your browser without relying on external servers.
Data Ownership
All processing happens locally on your device using your system’s hardware:
- Security Tools: Password analysis runs entirely in your browser.
- Design Tools: Visual rendering uses your local GPU.
- File Tools: Files are processed in memory without external transfer.
Local Browser Storage & Caching
Some ToolSuite features use browser storage technologies such as localStorage and service worker caches to improve functionality and user experience.
- User preferences (such as theme settings)
- Draft content and work in progress
- Tool-specific history and saved data
- Offline asset caching for faster loading and offline support
This information is stored locally on your device and may persist across page reloads, browser restarts, and future visits until you clear your browser storage or the application removes it.
Third-Party Services
Toolsuite is hosted as a static site on platforms like GitHub Pages or Vercel. While these providers may log basic technical metadata, they never access the data processed inside the tools.