If anyone is looking for an alternative that will probably be around for a long time, check out Todoist [1]: they are bootstrapped and profitable and been around for 10 years. In terms of product - it's as simple to use as Wunderlist, but does have a few extra features. And they are cross platform like Wunderlist. (I'm not affiliated with them. Just a happy user.) [1] https://todoist.com
Microsoft to shut down Wunderlist in favor of its new app, To-Do
211–220 of 255 posts
Re: Microsoft to shut down Wunderlist in favor of its new app, To-Do
#212Earlier quoted context omitted.
It looks like something I would use, so I hope you're able to get it out there. My 2 cents - "Tuskarr supports first-class subtasks" might be a fine description on HN, but an average user won't know what that implies
I wrote this text in an hour, specifically for HN :) Of course the description for the general public will be more accessible - and supported by screenshots. (Which reminds me that I should be doing the screenshots now.)
This sounds awesome, I'm looking forward to testing!
Re: Microsoft to shut down Wunderlist in favor of its new app, To-Do
#213Damn, now I need to move faster. My app must be ready by the time they close Wunderlist. I expected an eventual closure, but not that soon. I've spent the last two years developing a todo app that would be a good replacement for Wunderlist (and Astrid, if anyone still remembers that). The app will include with some major / critical features both those apps lacked: proper hierarchies / first-class subtasks, automatica…
If you have this and an iOS version, then you have my money.
Re: Microsoft to shut down Wunderlist in favor of its new app, To-Do
#214Damn, now I need to move faster. My app must be ready by the time they close Wunderlist. I expected an eventual closure, but not that soon. I've spent the last two years developing a todo app that would be a good replacement for Wunderlist (and Astrid, if anyone still remembers that). The app will include with some major / critical features both those apps lacked: proper hierarchies / first-class subtasks, automatica…
> I've spent the last two years developing a todo app Without seeing what you have, a general remark would be that everyone and his cousin has clocked at least some time developing at least one ToDo app. It's a right-of-passage thing for a lot of developers, just like a Weather app is the same for UX designer wannabies. BTW, what set Wunderlist apart is not the features first and foremost, but their bold in-your-face…
right of passage is probably more like the right of way :)
Re: Microsoft to shut down Wunderlist in favor of its new app, To-Do
#215It's not really killed. The original Sunrise, Accompli and Wunderlist teams still work at MSFT and they're working on their new apps respectively (Javier runs all of Outlook now). And Chad Fowler (former CTO of Wunderlist), and company are behind the pivot to To-Do. It's the exact same application. I've been beta testing it and it just has few additional features that will show up over time. It's really just a rebran…
Re: Microsoft to shut down Wunderlist in favor of its new app, To-Do
#216Damn, now I need to move faster. My app must be ready by the time they close Wunderlist. I expected an eventual closure, but not that soon. I've spent the last two years developing a todo app that would be a good replacement for Wunderlist (and Astrid, if anyone still remembers that). The app will include with some major / critical features both those apps lacked: proper hierarchies / first-class subtasks, automatica…
Your barrier in gaining popularity once you launch is going to be cross-platform support. It sounds like you started wholly with Android, with other platforms coming further down the pipeline. These days a product that does not have apps for at least Windows, Android, iOS, and OS X severely limits its customer base. Android essentially represents only a subset of phones and tablets. An app like yours is useless to ma…
(Under "the concept" I mostly mean the approach where all non-snoozed or dateless tasks are shown in Today, and you swipe away the tasks that are not yet "ripe" to be done -- whereas in traditional apps you do the reverse - you select tasks to do by starring them during a review).
Now that I found out that the concept clearly works well at least for one user (me), the next step would be to validate the concept on a wider group of users. An Android-only soft-launch, or even a closed beta should be enough for that.
And if the concept is valid, we'll definitely develop for other platforms, the ones you mentioned. iOS and Android clients will be native, and the desktop apps (Windows and macOS) will probably use some cross-platform technology.
And thank you for the kind words :)
Re: Microsoft to shut down Wunderlist in favor of its new app, To-Do
#217Earlier quoted context omitted.
> Is there any good reason to work this way on a one-man project ? (Not the OP.) At least for me, emphatically yes. From your question, it sounds like you're only considering the communicative value of a spec. That's of course important, but I consider it secondary. Writing a good spec forces you to think through what you're developing in an orthogonal way. You're thinking through flow, cohesiveness, design, some imp…
Writing a good spec forces you to think through what you're developing in an orthogonal way. (OP here). This. A thousand times this.
Re: Microsoft to shut down Wunderlist in favor of its new app, To-Do
#218Earlier quoted context omitted.
And then one day a tech giant will contact you for acquisition and ....... :|
Yes, I'm aware of this problem. First, we're unlikely yo be acqui-hired, because we're based in Russia. Second, I simply don't believe that this app will reach the levels of success similar to Wunderlist or Todoist :))) But I definitely think that there should be a legal way of protecting existing users of an app from "Our Incredible Journey". Maybe some clause that permits the authors to open-source the app. Are the…
Of course, the buyer may just ask you to remove that clause prior the acquisition.
Re: Microsoft to shut down Wunderlist in favor of its new app, To-Do
#219Earlier quoted context omitted.
It was a hard lesson to learn, but "Weeks of programming can save you hours of planning" holds true in almost all cases.
I totally agree with this statement, but here we're talking about 0.5 year of planning ! Planning is important , and cautiously thinking about your features before diving in can save you weeks later on. But spending 6 month in a tunnel, writing specs you'll spend at least a year to implement, is a huge risk : what if your users only use 30% of the features you designed, and lack a missing feature you didn't plan ? Yo…