I've been making a personal information/task management system that I can only describe as a weird cross between Things for Mac and Dropbox Paper. It's really an opinionated tool designed specifically for myself to be run on a desktop.
It's a buggy work-in-process app built in Svelte and PouchDB and definitely not in a "Show HN" state yet. I put my progress up on Github pages for close friends to try [1], but what the heck, I'll put it here too (no instructions or videos yet).
I honestly haven't figured out what I'm going to do with it long term, whether to make it free or to try to monetize it somehow. Right now, my main goal is to fold it into an Electron app and have it sync with a Couch/Pouch db server once the main UI code is done.
Note it's not a Saas, so no sign up required to try it. PouchDB is storing the data in your browser in IndexedDB so you can delete your data by clearing your browser data for that URL.
It's a buggy work-in-process app built in Svelte and PouchDB and definitely not in a "Show HN" state yet. I put my progress up on Github pages for close friends to try [1], but what the heck, I'll put it here too (no instructions or videos yet).
I honestly haven't figured out what I'm going to do with it long term, whether to make it free or to try to monetize it somehow. Right now, my main goal is to fold it into an Electron app and have it sync with a Couch/Pouch db server once the main UI code is done.
[1] https://bt-apps.github.io/braintapper_edge
Note it's not a Saas, so no sign up required to try it. PouchDB is storing the data in your browser in IndexedDB so you can delete your data by clearing your browser data for that URL.