▲ 1 points
Show HN: Local-first note taking web app powered by SQLite WASM – notem
notem.pages.devHi guys,
So recently I’ve been hopping between a bunch of note taking apps. Most of them are fine, but half the time I just want to open a tab, dump an idea, and move on. Something that feels instant or quick.
I couldn’t really find one that felt simple and actually fun to use, so I ended up making one that I feel like so.
It lives entirely in the browser, stores everything locally with SQLite WASM (this part is what I love the most bcs WASM is so underutilized imo), and works offline if you install it as a PWA. Slash menu, markdown shortcuts, todos, code blocks, the usual block stuffs and more block or features upcoming :)
You can try it here.
Curious what you guys think.