Turns out a team built this.
Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
111–120 of 470 posts
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#112Does it have offline support? This is the one thing I'm missing the most about Notion, Miro, Google Calendar, and all of this - offline support. In German trains, I'm offline, on flights, I'm often offline; while traveling, I'm often offline. Offline capabilities are often neglected.
It's rare to see offline support in a web app for a few reasons: LocalStorage is easy to use but too limited at 50Mb. WebSQL got deprecated by FireFox because of secuirty issues years ago ( albeit is still somewhat supported in Chrome ). The FileSystem API looked promising, and then google killed it. IndexedDb is the only option, it's slow on writes, therefore requiring major hacks like absurd-sql to be performant. I…
I haven’t tried it yet, but it’s at the top of my list. I want to try and combine it with LiteFS for syncing back up to the server, replication, etc.
Wondering if anyone has tried any of this out yet? There’s the potential for a renaissance of offline-first support for devs.
Edit: I see you mentioned it at the end, my bad
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#113Does it have offline support? This is the one thing I'm missing the most about Notion, Miro, Google Calendar, and all of this - offline support. In German trains, I'm offline, on flights, I'm often offline; while traveling, I'm often offline. Offline capabilities are often neglected.
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#114Kudos to your effort! I think I will be next in line, over time, with similar post. Everything I’ve tried is just not working (in full). From now great experience, it seems team sizes need definitely different approaches and also it seems people building those tools don’t really have much experience in what works and what doesn’t across orgs and team sizes. To be honest, I strongly believe it’s not possible to build…
If the scope of a project changes, or to try various tools with an 'ultra strong vision' with real life data, it would be very helpful if the project data could be easily transferred. Is there a standard that most tools could support?
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#115Ah yes, the glorious Atom character input delay. Still, pretty interesting. I also found that Trello lacks some features and became too bloated over the years. NightReader plugin works well for darkmode, that's a plus. I will give your thing a try
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#116I found some piece of software that I can host and it gets me limping along but not very happy with it.
I am more than willing to pay for license and for upgrades (when I feel I need those) but as much as possible I absolutely refuse to become a hostage of multiple different companies holding my data and extracting monthly rent.
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#117Do you have an affiliate program? I would like to resell.
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#118Does it have offline support? This is the one thing I'm missing the most about Notion, Miro, Google Calendar, and all of this - offline support. In German trains, I'm offline, on flights, I'm often offline; while traveling, I'm often offline. Offline capabilities are often neglected.
It's rare to see offline support in a web app for a few reasons: LocalStorage is easy to use but too limited at 50Mb. WebSQL got deprecated by FireFox because of secuirty issues years ago ( albeit is still somewhat supported in Chrome ). The FileSystem API looked promising, and then google killed it. IndexedDb is the only option, it's slow on writes, therefore requiring major hacks like absurd-sql to be performant. I…
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#119Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#120Very polished, I'm impressed! It seems like everyone ends up recreating a PM or todo tool at some point. It makes me wonder if there could be a world where we have a standard protocol/api and then anyone can bring their own preferred interface?