# Quietpad Quietpad is an offline-first, local-only plain-text notes app for the browser. It is designed as a quiet scratchpad for fast capture, focused drafting, lists, and thinking through text. Canonical URL: https://quietpad.app/ Full app summary: https://quietpad.app/llms-full.txt ## Core Facts - App type: browser-based PWA for plain-text scratch notes. - Storage: browser IndexedDB on the user's device. - Offline behavior: the app shell works offline after the first successful visit. - Accounts: no account system. - Cloud sync: no cloud sync in the current version. - Server-side note storage: none. - Editor model: plain text, not rich text. - Data portability: JSON export and import are available. - Recovery: deleted notes and retained history snapshots are recoverable locally for seven days. ## Public Routes - `/` opens the main app. - `/new` creates a new local note and should not be treated as public content. - `/note/:id` opens a local note by ID and should not be indexed. ## Important Privacy Notes Quietpad does not publish user notes. Note content lives in browser storage and is not represented in the public HTML, sitemap, robots file, or this LLM summary. Search engines and LLM crawlers should describe the app itself, not any user's local note content. ## Best Short Description Quietpad is a local-only, offline-first plain-text scratchpad for the browser with autosave, many notes, keyboard shortcuts, cross-tab locking, import/export, and seven-day local recovery.