Introduction
Welcome to ZetoPad, the offline-first snippet storage and search application built specifically for developers, data analysts, and anyone who lives in code.
Why We Built ZetoPad
As developers, we accumulate a massive amount of knowledge over time—code snippets, configuration files, complex SQL queries, and random debugging notes. But existing tools often get in the way:
- Cloud-based apps require an internet connection and introduce latency.
- Generic note apps lack proper code highlighting and formatting.
- Electron apps can become sluggish as your library grows.
We believed there was a better way. So we built ZetoPad using Rust and the GPUI framework (the same high-performance engine behind the Zed editor).
What Makes ZetoPad Different?
🚀 Unmatched Speed
We take performance seriously. ZetoPad is engineered to handle large libraries effortlessly.
- Sub-10ms search latency, even with 50,000+ snippets.
- Instant startup so you can capture thoughts immediately.
- Zero lag when typing or scrolling through large files.
🔒 Privacy by Design
In an era of constant tracking, ZetoPad respects your privacy.
- 100% Offline: Your data never leaves your machine.
- Local Storage: Everything is stored in a local SQLite database.
- Optional Encryption: Enable SQLCipher to encrypt your entire database with AES-256 for peace of mind.
💻 A True Coding Environment
ZetoPad isn’t just for text; it’s for code.
- Syntax Highlighting: Support for over 50 languages via Tree-sitter.
- Code Execution: Run Python, JS, Ruby, and more directly in the app.
- Markdown & Mermaid: Write documentation with live previews and diagrams.
⌨️ Keyboard Freedom
Mouse-heavy interfaces break your flow. ZetoPad is designed to be used entirely from the keyboard.
- Global Hotkey: Toggle the app visibility instantly from anywhere.
- Keymap Presets: Switch between Default, Emacs, VSCode, or JetBrains shortcuts to match your muscle memory.
Who is ZetoPad For?
ZetoPad adapts to your needs, whether you’re:
- A Software Engineer saving reusable functions and API patterns.
- A Data Scientist keeping a library of complex SQL queries and Python transformations.
- A DevOps Engineer storing shell scripts, Dockerfiles, and deployment checklists.
- A Student organizing lecture notes and algorithm implementations.
Ready to Dive In?
Getting started is easy.
- Install ZetoPad on your Mac.
- Follow our Quick Start Guide to create your first snippet.
- Master the Search Syntax to find anything in milliseconds.
We hope ZetoPad becomes an indispensable part of your daily workflow. Happy coding!