I would think about your positioning some. You’re marketing this as having “less complexity” which first of all, isn’t going to appeal to people unless they’ve already used the other tools. But, if they had tried Trello, that’s far from complex, as you say it doesn’t have the features you think are needed, so you are more complex than that. It might be that you’re excellent at UX but that needs some comparative examp…
Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
131–140 of 470 posts
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#132Does 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…
2 GB is a lot when you store plain json document data.
> IndexedDb is the only option, it's slow on writes
Only when you need a new transaction per write. Writing many documents in a single tx is not slow [1]
> Safari are known to delete IndexedDB after 1 week
This is not really a problem because if you have not used the app for one week, you can just replicate the data from the server again.
> WebAssembly based sqlite is coming along nicely too
WebAssembly cannot access the IndexedDB API. In my tests, all the wrappers that use webassembly are slower on writes the just using IndexedDB via javascript.
The fastest you can go is by using a Memory-Synced wrapper around IndexedDB, like LokiJS does it or the RxDB memory plugin. [2]
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#133The lack of productivity comes from the methodology those tools implement. Their methodologies contributed a whole lot but by now we are used to that contribution, and so we must advance it.
Nestful implements a methodology I call "spontaneous productivity". In which there is no planning. Nestful will tell you what is the next thing you need to do, and that is it. Currently you have to know the methodology very well and "do it by hand", but I am very close for a smooth UX.
Either way, my point is that improving upon Trello or Asana is like honing a sharp sword. At some point, we need to switch to a gun.
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#134> Most of them are overly complicated and painful to use. Some others, like Trello, are too limited for my needs. I would argue this just means that, in this space, one size does not fit all. There are many productivity features, and everyone has a different set of features they want. If you're using a tool that is missing some features you want, you perceive it as limited. If you're using a tool that has a lot of fe…
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#135What calendars can you integrate? It's a no-go if it doesn't have Outlook calendar integration. App developers always assume everyone is OK using Google calendar. Functionality for only Google calendar alienates a large portion of the your prospective user pool who are "Google-Free".
Due to popular demand, Google Calendar will be our first integration. After that, we'll consider adding more Calendars, like Outlook.
You seriously don't want to see my calendar each week. (Or maybe you do for understanding this pain point).. but having a personal planning tool understand the colors of my calendar events would be an immediate killer for me.
I've tested abotu 15 different tools, and in the end found that there wans't any personal tools available. The closest I found was Sunsama. I currently use "Sortd" though for the email integration.
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#136Does 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…
It uses OPS which could in theory be used by other kinds of database besides SQL.
https://web.dev/file-system-access/#accessing-files-optimize...
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#137Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#138Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#139Will definitely check this out OP.
[0]: https://getplan.co
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#140Don't listen to the flood of critics online. Instead find trusted friends and colleagues who have your best interests at heart when they give feedback. Best of luck.