Online Meeting Notes & Action Items Scratchpad
Capture structured meeting minutes, track deliverables, and share action items instantly without bloated meeting software.
The Fastest, Most Complete Online Notepad
Engineered for speed, privacy, and productivity. Zero virtual-DOM overhead, native IndexedDB persistence, Web Worker offloading, and client-side zero-knowledge encryption.
Sub-Second Cold Boot
Built with high-performance vanilla JS without bloated single-page framework overhead. Loads and is typable in under 1 second.
IndexedDB Native Storage
Your notes are stored asynchronously in browser IndexedDB. Supports massive notes and multi-tab workspaces without main-thread blocking.
Zero-Knowledge Encryption
Share notes with 256-bit AES-GCM encryption. The decryption key resides exclusively in your URL hash (#key=...) and is never sent to the server.
Off-Thread Web Worker
Live word counts, regex find & replace, casing transforms, and line sorting run inside a dedicated background Web Worker at full 60fps.
100% Offline PWA
Install Outsmart Notes as a desktop or mobile Progressive Web App. Write, format, and organize notes anywhere without an internet connection.
Universal Client-Side Export
Instant zero-server export to .txt, .md, .json, .csv, .pdf, Word .docx, and QR Code.
Everything You Need to Know
When you generate a share link, your browser encrypts the note locally using the Web Crypto API (AES-GCM 256-bit). Only the encrypted ciphertext is saved temporarily to our database. The decryption key is appended to the link after the # hash symbol (e.g. #key=...). Because browsers never send URL hashes to web servers, only people you give the link to can decrypt the note.
Outsmart Notes uses IndexedDB as its primary storage engine. Unlike synchronous localStorage, IndexedDB is asynchronous, supports multi-megabyte documents, and prevents any user-interface freezes during auto-saving.
Yes! Outsmart Notes is a Progressive Web App (PWA). In Chrome, Edge, Safari, or mobile browsers, click the Install / Add to Home Screen icon to install it as a standalone, offline-ready desktop or mobile application.