Visit Daytracer.app to learn more, see demo video and download the app.
This idea started after my dissatisfaction from trying multiple paid time tracking software; I always felt like the competition had magical aggregations which resulted in inaccurte total times compared to when I tracked it manually. And as a freelancer, time tracking and invoicing were the most time consuming parts of the job, but was essential to getting paid.
So I built Daytracer since I can trust its time tracking without any odd aggregations, and to streamline my task logging process. In the future it will be able to generate PDF invoices to send to clients.
I've been working on this desktop app for about a year (April 2022 to March 2023). I built the first prototype over a weekend which was a simple electron app that stored app usage as timestamps into a json file. Over time it grew into a calendar weekly view with projects for time assignment.
Pocketbase hosted on EC2 can only scale vertically, but I went with this solution for now because its simple and makes for a great dev experience as I can run the same cloud env locally on my computer. This simple architecture makes for quick feature iterations which is the project's current priority.