Looks great! I might have missed it but does it support flexible recurrence for tasks? E.g. "change furnace filters every 3 months" but not on a fixed schedule but 3 months from when I last completed the task?
Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
171–180 of 470 posts
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#172I am the author of https://Nestful.app (there's some overlap, but we do not seem to compete). I have built it after being through the same ordeal, and have come to the conclusion that the tool is not the main hurdle, especially at the level of Trello or Asana, which are very high quality tools. The lack of productivity comes from the methodology those tools implement. Their methodologies contributed a whole lot but b…
for perspective, i built a personal crm that told you who to engage next (via a dynamic contact list powered by interaction data streams). it failed[0] because this was not actually the biggest pain point of sales people (folks most likely to use and pay for such a tool), and it was too important a decision point for users to rely on it solely. a smart tool, it turns out, isn't all that useful, even though it has wow…
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#173Earlier quoted context omitted.
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…
> 2GB of persistent storage 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 aga…
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#174Does 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.
#175Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#176I am the author of https://Nestful.app (there's some overlap, but we do not seem to compete). I have built it after being through the same ordeal, and have come to the conclusion that the tool is not the main hurdle, especially at the level of Trello or Asana, which are very high quality tools. The lack of productivity comes from the methodology those tools implement. Their methodologies contributed a whole lot but b…
Since you haven't provided any information besides "Try it, you'll love it", I tried it, and I'm sorry to say our relationship didn't work out. My Notepad++ is more useful. You comment in a thread on a PM tool, and your app seems like a scratchpad. For sure it fill find its users, but it's a far cry from Upbase and similar projects.
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#177I am the author of https://Nestful.app (there's some overlap, but we do not seem to compete). I have built it after being through the same ordeal, and have come to the conclusion that the tool is not the main hurdle, especially at the level of Trello or Asana, which are very high quality tools. The lack of productivity comes from the methodology those tools implement. Their methodologies contributed a whole lot but b…
Like others have said, your comment here is very interesting and makes me want to learn more, but your (pleasantly minimal) homepage has no more information. Amplenote has a unique "idea/concept" they're designing for, and they spell it out in a series of very interesting blog posts [1]. I don't practice their "idea funnel" concept but their blog post made me interested enough to eventually subscribe to their service…
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#178Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#179There is another competitor, perhaps, which is any simple, agreed-upon way to share data. For example, a Google doc and a calendar. That also has downsides, but that's probably what I would try before Trello etc. Are you trying to attract those types of people?
Re: Show HN: I built my own PM tool after trying Trello, Asana, ClickUp, etc.
#180Dragging tasks from the board to the calendar and pomodoro are great features. I've been looking for an app like this for a long time. I will go for lifetime access. Congrats on a great idea executed well, and thanks.