nowfound

Alternatives

Products that do what Gild does

22+ AI tools for e-commerce sellers in your browser

  1. 1

    Run AI tools directly in your browser

    2024

  2. 2

    Turn your best AI prompts into one-click tools in Chrome

    Apr 2026 · blog.google

  3. 3AW

    Hey HN, I'm excited to share BrowserBee, a privacy-first AI assistant in your browser that allows you to run and automate tasks using your LLM of choice (currently supports Anthropic, OpenAI, Gemini, and Ollama). Short demo here: https://github.com/user-attachments/assets/209c7042-6d54-4fc... Inspired by projects like Browser Use and Playwright MCP, its main advantage is the browser extension form factor which makes it more convenient for day to day use, especially for less technical users. Its also a bit less cumbersome to use on websites that require you to be…

    2025 · github.com

  4. 4IW

    Hey HN, I made Browser-Use, an open-source tool that lets (all Langchain supported) LLMs execute tasks directly in the browser just with function calling. It allows you to build agents that interact with web elements using natural language prompts. We created a layer that simplifies website interaction for LLMs by extracting xPaths and interactive elements like buttons and input fields (and other fancy things). This enables you to design custom web automation and scraping functions without manual inspection through DevTools. Hasn't this been done a lot of times? Good question, as a general…

    2024 · github.com

  5. 5

    Open-source browser automation for local AI agents

    May 2026 · github.com

  6. 6
    WebBrain117

    The sidebar agent for the rest of us

    24d ago · webbrain.one

  7. 7
    Toolsy251

    Etsy SEO and inspiration tool

    2022

  8. 8BR

    Check out this impressive project that enables running LLMs entirely in the browser using WebGPU. Key features: - Zero token costs, no cloud infrastructure required - Complete data privacy through local processing - Simple 3-line code integration - Built on MLC and Transformer.js The benchmarks show smaller models can effectively handle many common tasks. Currently the project roadmap includes: - No-code AI pipeline builder - Browser-based RAG for document chat - Analytics/logging - Model fine-tuning interface

    2025 · github.com

  9. 9
    BrainyAI185

    Your browser AI sidekick

    2024

  10. 10
    OpenDia185

    no need to switch browsers, just use dia on chrome or arc

    2025

  11. 11

    Free browser tools for everyday tasks, no login

    Jul 2026 · free-aitools.com

  12. 12WE

    Browser LLM demo working on JavaScript and WebGPU. WebGPU is already supported in Chrome, Safari, Firefox, iOS (v26) and Android. Demo, similar to ChatGPT https://andreinwald.github.io/browser-llm/ Code https://github.com/andreinwald/browser-llm - No need to use your OPENAI_API_KEY - its local model that runs on your device - No network requests to any API - No need to install any program - No need to download files on your device (model is cached in browser) - Site will ask before downloading large files (llm model) to browser cache - Hosted on Github…

    2025 · andreinwald.github.io

  13. 13
    Lyto178

    "One AI agent across your browser, tools, and messages "

    Jun 2026 · trylyto.com

  14. 14

    Build your own AI Chrome extension in minutes with no code.

    2024

  15. 15

    RAG-ready web scraping that cuts your LLM token costs

    Apr 2026 · geekflare.com

  16. 16

    Translate, summarize & explain any text on-device

    Jun 2026 · edoardoguzzi.com

  17. 17IW

    Hey HN, I built browser-use, an open-source alternative to OpenAI’s Operator for browser-use systems, and here’s why I think it’s better: Flexibility: You can use any LLM with our tool – Gemini, Anthropic, Qwen, Llama, DeepSeek, and more. As new models improve, so does your agent. Open Source: No need to pay $200/month or endure long waitlists – it’s free and accessible to everyone today. Custom Automation: Our Python package allows you to build actual web automations. Your LLM can gain new tools, like file uploads. Cost: Our system is 30x cheaper than Operator, e.g., when used with…

    2025 · github.com

  18. 18
    Score112

    Save time and money with AI product comparison

    2023

  19. 19IM

    Hi! I'm Marcell, and I'm working on FetchFox (https://fetchfoxai.com). It's a Chrome extension that lets you use AI to scrape any website for any data. I'd love to get your feedback. Here's a quick demo showing how you can use it to scrape leads from an auto dealer directory. What's cool is that it scrapes non-uniform pages, which is quite hard to do with "traditional" scrapers: https://youtu.be/wPbyPSFsqzA A little background: I've written lots and lots of scrapers over the last 10+ years. They're fun to write when they work, but the internet has changed in ways…

    2024 · fetchfoxai.com

  20. 20
    AlliHat96

    Claude AI in your Safari sidebar

    May 2026 · allihat.com

  21. 21BY

    Hi Hacker News, I developed an open source browser extension for summarizing Hacker News articles with OpenAI and Anthropic LLMs. It currently supports Chrome [1] and Firefox [2] (desktop). The extension adds the summarize buttons to the HN front page and article pages. It is bring-your-own-key, i.e. there's no back end behind it and the usage is free, you insert your API key and pay only for tokens to your LLM provider. [1] https://chromewebstore.google.com/detail/hacker-news-tldr/oo... [2]…

    2024 · github.com

  22. 22WB

    Hi HN, I'm one of the creators of Nanobrowser, an open-source Chrome extension that lets you automate web tasks using AI agents. We were inspired by the potential of tools like OpenAI's Operator, but we wanted something that was: -Open-Source:You can see the code, modify it, and contribute to the project. -Browser-Based:No complex setups or server deployments. It runs directly in your browser. -Customizable:You can tailor the agent's behavior to your specific needs. -BYO LLM:Bring your own large language model API key (OpenAI, Anthropic,or even local models), No vendor lock-in. -Privacy…

    2025 · github.com

  23. 23SW

    Chrome now includes a native on-device LLM (Gemini Nano) starting in version 138. I've been building with it since it was in origin trials, it's powerful but the official Prompt API is still a bit awkward: - Enforces sessions even for basic usage - Requires user-triggered downloads - Lacks type safety or structured error handling So I open-sourced a small TypeScript wrapper I originally built for other projects to smooth over the rough edges: github: https://github.com/kstonekuan/simple-chromium-ai npm: https://www.npmjs.com/package/simple-chromium-ai…

    2025 · github.com

  24. 24OD

    Demo of LOCAL Browser agent (powered by Web GPU Liquid LFM & Alibaba Qwen models) opening the All in Podcast on Youtube running as a chrome extension. Source: https://github.com/RunanywhereAI/on-device-browser-agent Post: https://www.reddit.com/r/LocalLLaMA/comments/1qh10q9/comment... Geting in the support for web sdk soon, meanwhile have full support for mobile sdks : https://github.com/RunanywhereAI/runanywhere-sdks

    Jan 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →