A local-first note-taking application that allows you to create custom entity types and instances.
- Create custom entity types with defined properties
- Create and manage instances of these types
- Edit properties and notes for each instance
- All data stored locally in IndexedDB
- Markdown support for notes
npm install
npm dev
npm build
- React + TypeScript
- Vite
- TailwindCSS
- IndexedDB for local storage