Automate repetitive web tasks like filling forms or clicking through multi-step flows directly from a browser side panel.
Extract information from multiple web pages using an AI assistant instead of manual copy-pasting.
Have an AI navigate and interact with a live web page for reverse engineering or debugging, using tools like read_dom and eval_js.
| void5tar/curio | p0systems/peezy-cli | rit3zh/expo-curved-bottom-tabs | |
|---|---|---|---|
| Stars | 68 | 67 | 67 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 1/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an OpenAI or Anthropic compatible API key to configure before the assistant can be used.
Curio is a browser extension that acts as an AI powered assistant living in a side panel, the narrow pane that can slide out on the right side of Chrome, Edge, or Firefox. Instead of switching tabs to an AI chat website, you open Curio's panel and instruct it to carry out tasks directly on the page you are looking at. The problem it solves is that clicking, form filling, and reading web pages on your behalf normally requires dedicated automation software. Curio packages that capability into a lightweight browser extension powered by an AI language model of your choice. Under the hood, the extension has three parts: a chat panel you interact with, a background service worker that runs the AI conversation loop, and a content script injected into every page to actually manipulate the page. When you ask Curio to do something, the AI decides which tools to call, such as navigating to a URL, reading page content, clicking a button, typing into a field, or running JavaScript, and the content script carries those actions out on the live page. You configure it with an API key from OpenAI or Anthropic, or any compatible endpoint such as DeepSeek or Moonshot. Your key is stored locally in the browser's storage and only sent to the AI provider, not to any other server. Curio is released under the MIT license. It is useful when you want to automate repetitive web tasks, extract information from multiple pages, or have an AI fill in forms and navigate sites on your behalf, all without leaving your browser.
Curio is a browser extension that adds an AI assistant to a side panel, letting it read, click, type, and run JavaScript on the page you're viewing.
Mainly TypeScript. The stack also includes TypeScript, Vite, Chrome Extension.
MIT license: use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.