a minimal, local-first note taking app in your browser
You can use Notecat by going here.
You can also build and host it yourself:
git clone https://github.com/noodleCats/notecat.git
cd notecat
bun install
bun run build
# build in dist/, can be served from a static host like Neocities
Notecat was built to be a simple and easy to use app, that is able to load fast and run on any machine with a browser on it.
This app is small (less than 3,000 lines of code). Most of the maintenance work focuses on bugfixes and essential note-taking app features.