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.<p>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.<p>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.<p>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.<p>I've also been playing with an idea of showing developer focus/attention as buckets of heartbeats over time or heartbeat frequency over time.<p>I feel there is more. Looking forward to hearing your
feedback
WakaTime offers business/enterprise licensing, where self-improvement/introspection suddenly looks exactly like corporate task management, employee surveillance, and performance metrics.<p>So, "leaderboard" (fun!) becomes "stack-ranking" (vicious!).<p>How do you see Wakana positioned and used, in practice?<p>* Will it be used by the individual for self-improvement and time management?<p>* Will metrics-crazed companies use it to whip-crack employees?<p>* Will even a non-corporate leaderboard/ranking be twisted and gamed for self-promotion?
So this uses <a href="https://github.com/wakatime/wakatime-cli" rel="nofollow">https://github.com/wakatime/wakatime-cli</a> under the hood. Is there any way to make wakatime-cli store all data locally in a file (like sqlite or csv)?
Home page says:<p>> Copy and paste this into your ~/.wakatime.cfg file<p><pre><code> [settings]
api_url = https://api.wakana.io/api
api_key = ## replace this with your api key when you login
</code></pre>
From the FAQ:<p>> 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.<p>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
The Docker instructions at <a href="https://github.com/jemiluv8/wakana" rel="nofollow">https://github.com/jemiluv8/wakana</a> point to using this image:<p><pre><code> ghcr.io/muety/wakapi:latest
</code></pre>
Seems that "muety/wakapi" is the source project from which this one was forked, so, is that Docker image just an artifact of forking the README and forgetting to update it?