Side project · 2023
Mixim Drafts
A small, fast note-taking app I built for people who think in drafts. It opens instantly, works offline, and stays out of the way.
Visit live site- Role
- Everything
- Year
- 2023
- Origin
- Side project
- Stack
- Next.js · Editor.js · Go
01
What it is
Drafts is a minimal note app: capture the thought now, organize it later. It is a progressive web app, so notes keep working with no connection at all, and it is free to use.
I built it because most note apps ask you to decide where a thought belongs before you have finished having it. Drafts flips that: writing first, filing later, nothing in between.
02
What I built
- 01A block-based editor on Editor.js, tuned for fast capture rather than heavy formatting.
- 02Offline-first PWA behavior, so writing never waits on the network.
- 03Next.js and Tailwind on the front, a Go backend behind it, and Clerk handling auth.