Why We Built SimplyBoard

· · Daniel A

Why We Built SimplyBoard

SimplyBoard was built to solve the friction between speed and security in note-taking. We replaced the messy, unencrypted "notes.txt" file with a zero-knowledge, client-side encrypted knowledge base. It offers instant fuzzy search, keyboard-first navigation, and offline-first architecture, ensuring your sensitive snippets and thoughts remain private, searchable, and accessible anywhere.

SimplyBoard was built to solve the "notes.txt" problem: the friction between needing instant access to information and the requirement for absolute data privacy. We created it because existing tools like Notion and Obsidian forced a choice between heavy, slow interfaces or complex local-only setups that lacked seamless, secure sync. SimplyBoard provides a keyboard-first, zero-knowledge encrypted environment where search is the primary interface, ensuring your snippets, credentials, and thoughts are available instantly and privately.

I have been a developer for over a decade, and for most of that time, I lived with a dirty secret: a massive, 50MB text file sitting on my desktop. Sometimes it was notes.txt, sometimes commands.txt. It was the ultimate "scratchpad" · a chaotic stream of consciousness containing everything from Docker one-liners and regex patterns to sensitive API keys and database connection strings.

It was ugly, but it was fast. Cmd+F was my only organization system. However, as the file grew, so did the risks. Storing unencrypted credentials in a plain text file synced to a cloud provider is a security nightmare. When I looked for a replacement, I found that the market was split into two camps: bloated "all-in-one" workspaces that were too slow, or "privacy-first" tools that were too difficult to sync across devices.

We built SimplyBoard to bridge that gap.

The Problem With "All-in-One" Workspaces

Whenever I complained about my text file situation, the standard advice was to "just use Notion." I tried. I really did. But for a developer or a power user, these platforms often introduce more friction than they solve.

  1. The Loading Spinner Penalty: When you need to look up a production SSH command, you need it now. Not in five seconds while a workspace "hydrates." Not after a splash screen. SimplyBoard is offline-first, meaning the app opens instantly because your data is cached in an encrypted IndexedDB on your local machine.
  2. The Hierarchy Tax: Traditional apps force you to decide where a note lives before you write it. Is this a "Project" note? A "Snippet"? A "Meeting" note? This cognitive load kills flow. We believe in the death of folders. In SimplyBoard, you just type. Our instant fuzzy search, ranked by usage, finds what you need regardless of where it sits.
  3. The Privacy Gap: Most mainstream note apps hold the keys to your data. They can read your notes, and if their servers are breached, your plaintext data is exposed.

Why We Chose Zero-Knowledge Encryption

The breaking point for the notes.txt lifestyle was security. I knew better than to store database passwords in plaintext, but the alternatives were too slow. Password managers are great for passwords, but they are terrible for command snippets or architectural sketches.

We built SimplyBoard on a foundation of client-side encryption. Here is exactly how we handle your data:

  • Argon2id Key Derivation: Your password never leaves your browser. We use Argon2id, a memory-hard hashing algorithm, to derive your encryption keys locally.
  • AES-256-GCM: Every note, board, and canvas is encrypted using AES-256-GCM before it is transmitted to our servers.
  • No Server-Side Access: Because we don't have your password or your keys, we cannot read your notes. This is a "zero-knowledge" architecture.
  • Recovery via Code: Since there is no "Forgot Password" link that can reset your encryption, we provide a one-time recovery code. This is the only way to regain access if you lose your password.

This level of security is often seen as "overkill" for notes, but we disagree. If you are using your notes app to store API keys or proprietary business logic, is encryption overkill? We don't think so.

Built for Speed and Keyboard-First Flow

As developers, we spend our lives in the terminal and IDEs. Moving to a mouse-heavy note-taking app feels like slowing down to a crawl. SimplyBoard is a keyboard-first experience.

You can navigate, search, create, and move items between workspaces without your hands ever leaving the home row. The search is not just "fast" · it is instant. As you type, the results update in real-time, fuzzy-matching your intent. If you use a specific snippet every day, it naturally floats to the top of your search results.

This mimics the speed of my old notes.txt file but adds the power of a modern database. It’s the best note app for developers because it respects the "flow state."

Offline-First and Sync-Always

One of the biggest frustrations with modern SaaS is the "Offline" screen. Whether you are on a plane or in a coffee shop with spotty Wi-Fi, your knowledge base should not be gated by an internet connection.

SimplyBoard uses an encrypted local cache. You can search, edit, and organize your notes entirely offline. When you reconnect, the app syncs your changes using a "last-write-wins" conflict resolution strategy. This makes it a viable Obsidian alternative for people who want the privacy of local files but the convenience of cross-device sync without the headache of setting up a sync server.

The Philosophy of Plain Text

While SimplyBoard offers list, board, canvas, and editor views, everything is stored as plain text or Markdown. We believe your data should never be trapped in a proprietary format. You can export your entire knowledge base at any time.

This commitment to plain-text power ensures that SimplyBoard remains a tool, not a trap. We aren't building a "walled garden"; we're building a high-performance engine for your thoughts.

Conclusion: Join the Mission

SimplyBoard exists because we needed a tool that was as fast as a text file but as secure as a vault. We’re not interested in building the most features; we’re interested in building the most reliable, private, and frictionless environment for people who ship.

If you are tired of the bloat of Notion or the complexity of managing Obsidian plugins, give SimplyBoard a try. It’s free to start, and it might finally be the reason you delete that notes.txt file for good.

· The SimplyBoard Team

Frequently asked questions

Why was SimplyBoard built with zero-knowledge encryption?

SimplyBoard was created to provide a "zero-knowledge" alternative to mainstream note apps. Most tools store data in a way that the provider can access. We use AES-256-GCM encryption and Argon2id key derivation in the browser, meaning your notes are encrypted before they reach our servers. We cannot read your data, providing a secure home for sensitive developer notes and credentials.

How does SimplyBoard achieve instant search speed?

SimplyBoard uses an offline-first architecture with an encrypted IndexedDB cache. This allows the app to open and search instantly, even without an internet connection. When you go back online, the app automatically syncs changes to the server. This provides the speed of a local text file with the convenience of cloud sync across all your devices.

What makes SimplyBoard different from Notion or Evernote?

SimplyBoard is designed for "search-first" discovery rather than folder-based organization. It uses an instant fuzzy search that ranks results based on your usage patterns. This eliminates the "hierarchy tax" of deciding where a note belongs, allowing you to find any snippet, command, or thought in milliseconds using only your keyboard.

Is SimplyBoard optimized for keyboard-only use?

SimplyBoard is built for a keyboard-first workflow. Almost every action, from searching and creating notes to switching workspaces, can be performed via keyboard shortcuts. This minimizes context switching for developers and power users who want to maintain their flow state without reaching for a mouse, making it significantly faster than traditional UI-heavy apps.

What happens if I forget my SimplyBoard password?

Because SimplyBoard is zero-knowledge, we do not have access to your password or encryption keys. There is no server-side password reset. However, we provide a one-time recovery code during setup. If you lose your password, this code is the only way to regain access to your encrypted content. If both are lost, the data is unrecoverable.

Is SimplyBoard secure enough for professional use?

SimplyBoard is built on SOC 2, ISO 27001:2022, and GDPR-certified infrastructure. Beyond infrastructure compliance, our core security is technical: client-side encryption means your data is unreadable to anyone but you. We store content as plain text/Markdown, ensuring it is always exportable and never locked into a proprietary format.

Related guides