DEV Community

Cover image for Minimal notepad with minimal stack
Lev Miseri
Lev Miseri

Posted on

Minimal notepad with minimal stack

I made Kvak.io—visiting the homepage generates a new note that can be instantly shared with anyone.

The whole thing is made with HTML/CSS, vanilla JS and Firebase. No authentication, no libraries. And that's not 'by design', but because I just don't know anything else.

Is this something you could find potentially useful? Or is such a product way too simplistic?

Top comments (2)

Collapse
 
rickghome profile image
rick gessner

Well done. The simplicity is refreshing. Can I ask what inline editor you used?

Collapse
 
miserilev profile image
Lev Miseri • Edited

Thanks!

It's all custom—just a div with contenteditable parameter.