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: I wrote a browser AI assistant without requiring login

24 pointsby djyde2 months ago

5 comments

segmondy2 months ago
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 months ago
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 months ago
Any plans to open source it?
评论 #43345485 未加载
djyde2 months ago
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 months ago
It looks good