Stream: show and tell

Topic: Kodos: self-hosted task manager


view this post on Zulip Pavel Mikuš (Oct 20 2024 at 20:27):

Hi, I wanted a personal to-do's manager, where I could plan my to-do's to became active in the future, but then they would stay in the to-do list until completed, something like calendar combined with JIRA. I found nothing like that, so I created my own :).

Its quite extended now with mail notifications and home page with RSS feeds. Source code available here: https://gitlab.com/Godrak/kodos

Originally, I implemented it in Haskell, but I don't like the complexity of that language, and especially of the libraries. I learned about Roc and I must say I really like the design choices! I rewrote the whole thing in Roc, it has been deployed for week and its running great :).

view this post on Zulip Isaac Van Doren (Oct 20 2024 at 20:49):

Very cool! Awesome to see a full blown web app built in Roc :big_smile:

view this post on Zulip Richard Feldman (Oct 20 2024 at 22:07):

wow, that's amazing! :smiley:

view this post on Zulip Richard Feldman (Oct 20 2024 at 22:07):

would it be ok if I shared it around on social things?

view this post on Zulip Pavel Mikuš (Oct 21 2024 at 04:35):

Richard Feldman said:

would it be ok if I shared it around on social things?

sure, no problem ;)


Last updated: Jul 06 2025 at 12:14 UTC