TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: TimeRetain – A browser-based personal time tracker, no sign-up needed

61 pointsby heresjohnny3 months ago
Hi HN,<p>I built TimeRetain: a time tracker for individuals that runs 100% in your browser. No sign up, no personal data stored, and free while I’m working on the beta.<p>Click the white demo banner to check it out quickly :)<p>I’m using it to track my hours at work (e.g., overtime, and what I’ve done so I come prepared for stand up).<p>In 2023 I launched it here [1], but with a back-end. After I became interested in local-first, I realized JS could handle everything Postgres did - so I ported it.<p>Time data now never leaves your browser and the app will ping you to run an export from time to time.<p>I also followed up on some of the feedback in the previous thread (it now has a pause button, a dedicated data export page, no longer relies on a working back-end, and I fixed the spacing in the name).<p>It’s not a true local first app just yet (e.g., it&#x27;s not a PWA, and backing up using the File System API is on my list), but I plan on making it one should it gain some traction.<p>One of the other things I might add is encrypted at rest storage and sync of events, for which the foundation is done (it’s event-based and events are ordered using a HLC timestamp in IndexedDB).<p>I wonder, though: is multi-device sync even necessary? I would much rather prefer not to store <i>any</i> personal data at all, even if it’s encrypted. Do you need sync? And if so, what would be your ideal solution?<p>Would love to hear your thoughts in general. Thank you!<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34457730">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34457730</a>

11 comments

kleiba3 months ago
&quot;No signup needed&quot; is the way to go!<p>As the world has moved to everything online, I&#x27;ve gotten sick and tired of having to create a new account for every single service I might want to use. At the same time, I hate the idea of logging in with an account of one of the big leechers so that they can profile me even better.<p>I get that there are some things where it makes sense to have a personal account. But a lot of smaller stuff out there really has no excuse for forcing me to create an account - and I&#x27;m so annoyed by it that I mostly just don&#x27;t even bother trying out something I otherwise would.
评论 #43110304 未加载
评论 #43091498 未加载
czhu123 months ago
Love stuff that uses local storage!<p>I built <a href="https:&#x2F;&#x2F;reframe.canine.sh" rel="nofollow">https:&#x2F;&#x2F;reframe.canine.sh</a> as a tool for managing dashboards of little apps then set it as my new tab page to quickly access a notepad and kanban board<p>This is the one I use: <a href="https:&#x2F;&#x2F;reframe.canine.sh&#x2F;czhu12" rel="nofollow">https:&#x2F;&#x2F;reframe.canine.sh&#x2F;czhu12</a><p>This actually seems useful enough that I’d consider replacing my pomodoro timer with it
评论 #43088433 未加载
评论 #43097561 未加载
vladde3 months ago
This web app reminds me of the manifesto <a href="https:&#x2F;&#x2F;rosswintle.uk&#x2F;2024&#x2F;02&#x2F;a-manifesto-for-small-static-web-apps&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rosswintle.uk&#x2F;2024&#x2F;02&#x2F;a-manifesto-for-small-static-w...</a> , which I think is a good thing!
Sateeshm3 months ago
Well done!<p>I created a keyboard-based local storage based time and to-do tracker 3 years ago.<p>I was starting out in web dev and wrote it for my own use but moved on to other stuff - don&#x27;t think I even wrote any media queries. I think the codebase since, but just remembered I had it deployed on an internal site for testing - hackily removed a few things from it from the compiled JS and put it on Github.<p>Try it out here: <a href="https:&#x2F;&#x2F;trackey-beige.vercel.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;trackey-beige.vercel.app&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;sateeshsai&#x2F;trackey">https:&#x2F;&#x2F;github.com&#x2F;sateeshsai&#x2F;trackey</a> (compiled JS from a Svelte 3 codebase I lost to time)
maaaaattttt3 months ago
I&#x27;ve been meaning to build something similar for some time and never got the chance to do it. What you built looks really good and does almost everything I had planned.<p>The main feature missing for me (the one I wanted to build first if I ever started) is a dashboard with all (start&#x2F;pause) buttons with current tasks ready to be clicked. Let&#x27;s say I&#x27;m working on ticket TICK-123 and also &quot;customer care&quot;. Then I would love to have a dashboard with a start&#x2F;pause button for TICK-123, &quot;customer care&quot; and a &quot;new task&quot; one that behaves like the &quot;Start stopwatch&quot; you have. That way start&#x2F;pause is one click away and tracking time is less in the way of what I&#x27;m currently doing.
评论 #43088517 未加载
jameshoughton3 months ago
Very nice, well done! I built something similar (although with far fewer features): <a href="https:&#x2F;&#x2F;jameswhoughton.github.io&#x2F;timetracker&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jameswhoughton.github.io&#x2F;timetracker&#x2F;</a><p>Some suggestions:<p>- Have the option to round the times when reporting (for example, at my work we log in 15m increments).<p>- Have the option to see the combined total grouped by description&#x2F;tag, e.g. if I&#x27;m working on a ticket ABC-123 and I log multiple entries throughout the day, it would be nice to see the total time spent on the ticket without having to manually calculate.<p>- It could also be useful to add a button to copy the description&#x2F;tags, for example if you needed to transfer your times to an internal system.
评论 #43091527 未加载
sebastienbarre3 months ago
Time tracking 101, you should never allow two time trackers to run at the same time (especially if you are planning on tracking and billing your time on a project funded by the government). Starting a timer should always stop all the others.
评论 #43091479 未加载
bflesch3 months ago
Congrats for shipping!<p>Unfortunately for me the website is very slow due to the animations. When I hover a button it takes 1 second before the background color changes.
评论 #43088384 未加载
ikurei3 months ago
Congrats on shipping! I&#x27;ll try it out on my next freelancing project.<p>I love this approach of local-first webapp, with optional sync afterwards. I&#x27;ve been working on a journaling&#x2F;note-taking app with a similar approach, but finishing pet projects on limited free time is hard.<p>Could you share a bit more about the stack and your experience building it? What was challenging?
评论 #43088417 未加载
JTyQZSnP3cQGa8B3 months ago
I think we should stop relying on unreliable web sites and go back to the roots: <a href="https:&#x2F;&#x2F;timewarrior.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;timewarrior.net&#x2F;</a>
评论 #43088441 未加载
gradientsrneat3 months ago
See also Super Productivity.