TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Frogtab – Private, peaceful task management

6 点作者 dwilding超过 1 年前
Hi HN! I&#x27;m excited to share the task manager that I&#x27;ve been building and relying on for the past 9 months<p>I started developing Frogtab after a particularly busy period at work, where a large number of ad-hoc tasks would need my attention each day. What I Initially tried was a single (long!) checklist of outstanding tasks, but I found that too overwhelming to look at all day long. Then I tried scheduling tasks based on when I expected to complete them, but that also required too much cognitive load - I only had the capacity to bucket tasks into &quot;today&quot; and &quot;not today&quot;<p>And so Frogtab was born. Originally as a Google doc, then later as a rudimentary web app with some simple automation. The automation was there to nudge me towards good habits, e.g., grouping all my outstanding tasks at the beginning of each day and requiring me to consciously choose which tasks to tackle that day. I subsequently refined the system a little, but the core mechanic has been serving me well ever since!<p>More than the benefits I&#x27;ve gotten from using Frogtab at work, it&#x27;s been really fun to develop Frogtab into a form that is usable - dare I say enjoyable - by other people too. Thanks to feedback from the awesome community at Bear (bearblog.dev) and also from sharing an early version here on HN, I&#x27;ve been able to make a whole host of improvements to Frogtab<p>Highlights include:<p>- Support for a weekly routine, aka recurring tasks<p>- Data export and import, including auto-backup in supported browsers<p>- Ability to receive tasks sent from any device<p>- Dark theme<p>- Keyboard shortcuts<p>- Full docs at frogtab.com&#x2F;help<p>As I&#x27;ve been developing Frogtab, one of my primary concerns has been data privacy. Frogtab stores data in your bowser and doesn&#x27;t require an account. Also, Frogtab does not use cookies, collect PII, serve ads, or track you in any way. It&#x27;s entirely free to use and fully open source - the code is at github.com&#x2F;dwilding&#x2F;frogtab<p>If you try Frogtab, I hope that you have a great experience! I would love to hear any feedback&#x2F;suggestions, thank you :)

3 条评论

kseistrup超过 1 年前
When you first land on the frontpage, is there any way to know — besides reading the instructions above — that there is a &#x2F;help page? If not, could it be helpful to have i as a separate entry in the hamburger menu?
评论 #38542548 未加载
hidelooktropic超过 1 年前
Love the concept of having the features live embedded in the functionality rather than having UI elements everywhere.
replwoacause超过 1 年前
Nice job! I look forward to trying it out.