Show HN: I'm building an app for focused writing (write.tanay.xyz)
- Markdown support
- Tracks session timings and word counts
- PWA, works fully offline, no sign-up needed
- Local-first with P2P sync
- Focused writing: dims previous lines, highlights current sentence, Hemingway mode
- Light/Dark mode
- Fair-source. Licensed under FSL.
Currently working on showing stats to track progress and export options.
What else would you like to see?
4 comments
[ 2.9 ms ] story [ 18.4 ms ] threadi just started mine like two weeks ago, welcome to colab! https://owri.netlify.app/
i think my favorite feature is device sync -- how does that work?
i'm using cr-sqlite + PeerJS for the peer-to-peer sync. so it works using WebRTC.
live preview would also be nice.
do you intend this to be more for (personal) journaling or blogging? (if the latter, some kind of integration with hugo would be nice)
the writing screen doesn't have multiple text fields, it's just one area for writing that has the last line highlighted since you can't edit previous lines.
and yes, it is possibly a bit difficult to understand because it's too minimal, i'm working on improving the UX and writing a guide/landing page that explains things.