Launching today

Repo-rter
A local-first app to keep your GitHub traffic history.
5 followers
A local-first app to keep your GitHub traffic history.
5 followers
GitHub deletes your repository traffic data after 14 days. Repo-rter solves this by caching your data locally. Track views, clones, and release downloads forever with a privacy-first, lightweight Tauri app.





One thing that would make this way more useful for me is the ability to set a custom retention period for the cached data, or maybe an auto-purge option after X days. Some folks might want to keep everything forever for trend analysis, while others probably care more about keeping their local storage lean. Either way, giving users control over that would be a nice touch.
@kamileuyav55094
Thanks for the feedback, Kamile!
That's a very reasonable suggestion.
Now that we've migrated the database to local physical JSON files in our latest v0.4.0 release, we have much more control over the cache.
Adding a "Retention Policy" setting (e.g., Keep Forever, 3 Months, 1 Year) with auto-purge logic is a fantastic idea to keep local storage lean.
I've added this to our official roadmap and will work on it in the next update!
Thank you!
Keeping the data locally is great, but what about syncing it across machines when devs work from a laptop and a desktop. Could you add an optional encrypted sync through something like a personal S3 bucket or WebDAV. That way the history stays truly portable without sending it through your own servers.
@cumale5f
Thanks for the great idea, Cuma!
Syncing across multiple machines is indeed a common requirement.
In our latest v0.4.0 update, we just released a manual JSON Backup Import/Export feature so you can easily move your history.
However, having an automated, encrypted sync option using personal WebDAV or S3 is an excellent next step to keep it completely decentralized and private.
I'll research this and add it to our roadmap!
Thank you!!
Lost my GitHub traffic data once after waiting too long to check, so this immediately feels useful. Love that it runs locally with Tauri, no sketchy cloud sync involved.
@muharrem679695
Thank you so much, Muharrem!
I built this exactly because I was in your shoes and got tired of losing my stats.
Keeping everything local was the top priority to ensure absolute privacy and lightweight performance (thanks to Tauri!).
If you have any feature ideas or feedback as you use it, feel free to let me know!!