Hello HN! This is something I made for personal use, but thought others might find it useful. It's pretty much just a board that you can add random notes to, which can be formatted in Markdown or just plaintext. You can also drag around and rearrange notes, which will auto-tile to not have overlaps. If you have feature requests/ideas, please feel free to create an issue or PR :)<p>The demo is here: <a href="https://spaceboard.vercel.app/" rel="nofollow">https://spaceboard.vercel.app/</a>
Fwiw, I made something really similar to this a couple of years ago. It's available for free on sandstorm.io<p><a href="https://github.com/azeirah/brainstorm" rel="nofollow">https://github.com/azeirah/brainstorm</a><p>Made in meteor
Would be awesome if you could share the notes (either individually, or the whole space)! I'd probably use this just bc you can arrange things wherever you want :D
Looks great! I'm a big fan of using markdown for simple formatting of notes.<p>I've also used the layout library (react-grid-layout) with great success for my toy lorikeet alerting dashboard project: <a href="https://github.com/cetra3/lorikeet-dash" rel="nofollow">https://github.com/cetra3/lorikeet-dash</a>
Cool! Add a persistent, server-side storage to it, and you've got a whiteboard for "work-from-home" situations.<p>Of course, having a 65"+ touch display in the office could be useful for this use-case. :D