Let's build a notes app that runs entirely in the browser. Create, pin, search, and delete notes — all persisted to IndexedDB. No backend, no build step, no npm install.
We'll use ctrodb for the database, Tailwind CSS for styling, and vanilla JavaScript for the glue.
What we're building
A single HTML file with:
Add notes with title, body, and tags






