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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Hacker News client with bookmarks stored in Notion

2 点作者 zhuxx大约 1 年前

1 comment

zhuxx大约 1 年前
Hackernews has been my main information source for a long time. I used to explore with web clients from <a href="https:&#x2F;&#x2F;hnpwa.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hnpwa.com&#x2F;</a> for modern reading experiences.<p>Cross-device bookmark is always a missing feature for those front end apps. So I decide to make it my own also as my personal project, which is a good chance for me to know about every aspects of launching an app, including UI design, test-driven development, OAuth, payments, marketing, etc.<p>By storing bookmarks in Notion, you own your data and it’s easy to manage and export your data with its built-in features like this: <a href="https:&#x2F;&#x2F;toonmaterial.notion.site&#x2F;Example-ea2a6923455e4fb4854bad7639c153c7" rel="nofollow">https:&#x2F;&#x2F;toonmaterial.notion.site&#x2F;Example-ea2a6923455e4fb4854...</a><p>This is also a scenario where I finally have the chance to use the most loved web framework, Elixir Phoenix. The developer experience is quite efficient and satisfying. It seems like a perfect choice for a small team, although with a steep learning curve.<p>Of course there are still many tasks to complete, such as improving app accessibility and handling regulatory requirements. Nonetheless, I think the product is now usable enough to showcase. And feedback from real users is desirable in further development and improvement. Thank you.