Show HN: An open source alternative to Wakatime
42 jemiluv8 23 3/25/2025, 10:52:03 AM wakana.io ↗
I built an open source alternative to wakatime because I don't think a wakatime premium should cost more than a Github copilot subscription. The problem wakatime solves is rather straightforward. Their hardest bit of business is creating all those plugins, besides that the backend just ingests plugin data and organizes it into a dashboard that gives insights into developer work habits.
I also felt features like goals, invoices and management of clients shouldn't require premium subscription. And for the most part, I feel I'm right. Especially after implementing these features.
The website is now in beta testing and I'd love your feedback on some of the metrics you'd like to see that are not currently on the wakatime website.
I've already added stats about the amount of coding time spent writing code. And for me it feels like a big deal thus far.
I've also been playing with an idea of showing developer focus/attention as buckets of heartbeats over time or heartbeat frequency over time.
I feel there is more. Looking forward to hearing your feedback
So, "leaderboard" (fun!) becomes "stack-ranking" (vicious!).
How do you see Wakana positioned and used, in practice?
* Will it be used by the individual for self-improvement and time management?
* Will metrics-crazed companies use it to whip-crack employees?
* Will even a non-corporate leaderboard/ranking be twisted and gamed for self-promotion?
At the moment my only goal is for the developer to use it to track and observe work habits. All else is not really applicable at the moment.
> Copy and paste this into your ~/.wakatime.cfg file
From the FAQ:> This is a self-hosted version of wakatime.com that is open source and free to use. We rely on the same open source plugins and collect the same data that is available from wakatime's open source plugins.
Naturally this being FOSS, I see from the README on github that you have a choice to self-host, so maybe that ought to be front and center on the home page? Actually the README has a ton of content that could be on the site
So time spent on different devices can be tracked under a single user account, I guess.
[0] https://github.com/Klaster1/timer-5
It also helps to be able to access these stats anywhere instead of just on the device it is installed on.
Eventually, this can become a hybrid. But the expedient solution is what we have now.