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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: I wrote a browser AI assistant without requiring login

24 点作者 djyde2 个月前

5 条评论

segmondy2 个月前
For those that don&#x27;t know, Firefox already has a built in AI assistant that you can use with your own models or point to external models<p><a href="https:&#x2F;&#x2F;support.mozilla.org&#x2F;en-US&#x2F;kb&#x2F;ai-chatbot" rel="nofollow">https:&#x2F;&#x2F;support.mozilla.org&#x2F;en-US&#x2F;kb&#x2F;ai-chatbot</a>
codenote2 个月前
It&#x27;s a great product overall! However, as others have mentioned, if it can&#x27;t be open source and requires granting strong permissions, I&#x27;m concerned about the security implications.
richin132 个月前
Any plans to open source it?
评论 #43345485 未加载
djyde2 个月前
Hi hackers. I wrote an AI browser extension for chat with page.<p>I know there are many existing tools like this. But every existed tools require me login before using it and I must use their AI models (which is the way they make money).<p>So I write my own tools for it. The key features are:<p>- No need to login, just use it<p>- Use your own AI API key<p>- Use your own custom prompt<p>- Chat run entirely within the browser, without passing through any third-party servers
mayne2 个月前
It looks good