Kurumi

Simple note taking app with Monaco (VSCode Editor)

Stars
2

📚 Kurumi Build Status

A simple note taking web app built with NextJS, Monaco (VSCode Editor), MySQL, tRPC and more cool shit.

Development

Install dependencies

yarn install

Start dev server

yarn dev

Deployment

Build Next.JS files & custom backend server.

yarn build

Start Custom server

yarn start

Features

  • Auto saving
  • Auto syncing between clients (Current impl is bad, but this does work)
  • Multiple notes
  • Dark & light mode
  • Update notes via API
  • Private notes
  • Multi user (with profiles)
  • Public notes
  • Note Templates
  • Archived notes
  • Revision system
  • Search notes
  • Language selector
  • Note categories
Badges
Extracted from project README
Build Status