A minimal, local-first note taking app.
This is an app that was made by me to learn TypeScript, and partly due to my frustrations with Notion. The Vanilla TS base is written by me, while the Svelte 5 migration has been vibe-coded - since the initial goal is to make an app that feels decent to use, rather than spending time learning web development as a guy who has more important things to do.
# Clone the repo
git clone https://github.com/noodleCats/notecat.git
cd notecat
# Install dependencies
npm install
# Dev server
npm run dev
# Build using Vite
npm run build
# Lint with oxlint
npm run lint