@aicdragon/geo-copilot
v0.1.0
Published
Chrome/Edge extension for GEO workflow: capture LLM answers, analyze platform patterns, generate publish-ready articles — all local-first.
Maintainers
Readme

Why GEO Copilot
GEO Copilot is built around a practical GEO loop:
- Search a product-related question in a general LLM.
- Capture the answer, recommended products, and cited source links.
- Open the cited platforms and learn the article structure.
- Rewrite a publish-ready article for the matched platform.
- Publish it, wait a few days, and test the same question again.
- Use the review result to plan the next optimization round.
Preview
The full workflow is focused on one repeatable loop: ask, capture, rewrite, publish, and review.
Features
- Capture LLM answers and source links from platforms such as DeepSeek, Qwen, Doubao, Kimi, ChatGPT, and Claude.
- Detect recommended product models, source domains, platform signals, answer structure, and content gaps.
- Capture article structures from ordinary websites, forums, blogs, industry platforms, and official pages.
- Separate LLM platforms from content platforms to avoid mixed analysis.
- Generate GEO diagnosis, platform priority, article structure, publish-ready drafts, and post-publish review conclusions.
- Rewrite reference content by borrowing structure while changing title angle, paragraph order, cases, FAQ, and parameter table.
- Store data locally in
chrome.storage.localby default. - Start analysis manually with
GEO START, so each page is analyzed only when you choose.
Dashboard
| Section | Purpose | | --- | --- | | AI Diagnosis | Analyze model source patterns, platform priority, content gaps, and recommended article structure. | | GEO Rewrite | Turn reference structure and current product information into a publish-ready article. | | Post-publish Review | Compare new LLM answers after publishing and plan the next optimization round. | | Settings | Store long-term basics such as company/brand, industry scenario, banned claims, and API settings. | | Records | Keep diagnosis reports, drafts, review notes, and captured data separately. |
API Providers
The dashboard supports OpenAI-compatible /chat/completions APIs. Built-in presets include:
- DeepSeek
- Qwen
- Doubao / Volcengine Ark
- Kimi / Moonshot
- Zhipu GLM
- OpenAI
- Custom OpenAI-compatible endpoint
API keys are stored only in local browser extension storage.
Install Locally
- Open Chrome or Edge extension management.
- Enable developer mode.
- Choose
Load unpacked. - Select this project folder.
- Pin GEO Copilot to the toolbar.
Package for Store Submission
Create a ZIP package with the extension files at the root:
Compress-Archive -Path manifest.json,popup.html,dashboard.html,src,assets,README.md,PRIVACY.md,STORE_LISTING.md -DestinationPath geo-copilot-v0.1.0.zip -ForceDo not include .git, demo, node_modules, or existing .zip files in the store package.
Repository Structure
manifest.json
popup.html
dashboard.html
src/
assets/
docs/images/
demo/
README.md
PRIVACY.md
STORE_LISTING.mdPrivacy
GEO Copilot does not run a backend service. Captured page data, diagnosis reports, generated drafts, and API settings are stored locally in the browser unless you explicitly export or copy them.
When you use an external model API, prompt content is sent directly from your browser to the API endpoint you configure.
See PRIVACY.md for details.
Status
This is an MVP for validating a practical GEO workflow. Before public store release, review permissions, privacy text, screenshots, support links, and store listing copy.
