An AI assistant that lives in your browser sidebar. Built for collaboration, not autonomy theater. You guide, it executes.
Sitegeist can automate repetitive web tasks, extract data from any website, navigate across pages, fill out forms, compare products, compile research, and transform what it finds into documents, spreadsheets, or whatever you need. It works on any website through a Chrome/Edge side panel, using the AI provider of your choice.
Bring your own API key or log in with an existing subscription (Anthropic Claude, OpenAI/ChatGPT, GitHub Copilot, Google Gemini). Your data stays on your machine. Nothing is collected or tracked.
Visit sitegeist.ai for download links and step-by-step installation instructions.
Requires Chrome 141+ or Edge equivalent.
Clone this repo plus its sibling dependencies into the same parent directory:
parent/
mini-lit/ # https://github.com/badlogic/mini-lit
pi-mono/ # https://github.com/badlogic/pi-mono
sitegeist/ # this repo
Install dependencies in each repo:
(cd ../mini-lit && npm install)
(cd ../pi-mono && npm install)
npm installnpm install sets up the Husky pre-commit hook automatically.
Start all dev watchers (mini-lit, pi-mono, sitegeist extension, marketing site):
./dev.shChanges in ../mini-lit or ../pi-mono are rebuilt automatically and picked up by the sitegeist watcher.
To run only the extension watcher without dependencies or the marketing site:
npm run dev- Open
chrome://extensions/oredge://extensions/ - Enable Developer mode
- Click Load unpacked
- Select
sitegeist/dist-chrome/ - Click "Details" on the Sitegeist extension and enable:
- Allow user scripts
- Allow access to file URLs
The extension hot-reloads when the dev watcher rebuilds.
On first launch, Sitegeist prompts you to connect at least one AI provider. You can log in with a subscription or enter an API key.
Some subscription logins require the CORS proxy (configurable in Settings > Proxy). The default proxy is https://proxy.mariozechner.at/proxy.
./check.shRuns formatting, linting, and type checking for the extension and the site/ subproject.
The Husky pre-commit hook runs the same checks before each commit.
npm run buildThe unpacked extension is written to dist-chrome/.
cd site && ./run.sh deployBuilds the static site and uploads it to sitegeist.ai. Requires SSH access to slayer.marioslab.io.
./release.sh patch # 1.0.0 -> 1.0.1
./release.sh minor # 1.0.0 -> 1.1.0
./release.sh major # 1.0.0 -> 2.0.0Bumps the version in static/manifest.chrome.json, commits, tags, and pushes. GitHub Actions builds the extension and creates a release at github.com/badlogic/sitegeist/releases.
AGPL-3.0. See LICENSE.
