u/KalakeyaWarlord

QuickPad: A web-based notes app I made

​

Notes:

---

- Create, view, search, edit, archive, and delete plain-text notes from a tile-based dashboard.

- Live sentence, word, and character counts (Unicode-aware via `Intl.Segmenter`) while reading or editing.

- Per-note undo / redo history while editing (up to 100 steps).

- Sort notes by **Updated**, **Created**, **Title**, or **Sentence/Word/Character Count**, ascending or descending.

- Archive notes you want to keep but not see on the main dashboard; unarchive them at any time.

Import / Export:

---

- Import any plain-text file, having any extension, as a new note. Files are content-sniffed before import and unsupported files are rejected.

- Multiple files can be imported in one go.

- Export a single note as a `.txt` file.

- Export selected notes or **Export All** as a `quick-pad-notes.zip` archive.

PWA / Sync:

---

- Installable as a Progressive Web App.

- Sign in with Google to back up notes to your Drive's app-data folder (the app cannot see any other files in your Drive).

Full Disclosure: I have vibe-coded parts of it. There was a short window when I had virtually unlimited access to Claude Opus 4.7 and I wanted to make the most use of it. I must say, while I am really pleased with the results, it's not a magic wand.

Issues: The auth flow is entirely client-side, with no server-side token refresh, so you might occasionally see a pop-up window if you use Google sync.

EDIT: Forgot to link repo. Here it is: https://github.com/FlameWolf/quick-pad

quick-pad.vercel.app
u/KalakeyaWarlord — 1 day ago