When to choose local
Local mode is the fastest way to get started. It is also the most reliable place to capture provider auth because it uses your real machine, your real browser environment, and your normal IP reputation.Requirements
- Node.js 20+
- pnpm 10+
- Docker
1. Clone and configure
.env:
2. Start the local stack
- Starts Postgres, ClickHouse, and Redis
- Runs migrations
- Bootstraps the browser runtime
pnpm local uses your latest local source code for the web app and agent. It does not depend on pulling published web or agent images, and it now asks Docker for fresher local service and base images before starting the local infra stack.
3. Connect providers
Then:- Sign up with email
- Connect your AI provider accounts
- Add prompts and run
Why OneGlanse uses UI collection
OneGlanse does not rely on official model APIs for provider collection. Instead, it opens the real chat interfaces and captures what the provider UI actually renders. That matters because the UI can include:- Citations and source cards
- Recommendation ordering
- Brand framing and comparisons
- Provider-specific formatting that never appears in raw API output
Why OneGlanse uses Camoufox
Provider websites are authenticated consumer apps with anti-bot protections. OneGlanse uses Camoufox, an anti-fingerprint Firefox-based browser, because plain Chrome or Chromium automation is much more likely to run into:- Login loops
- Forced verification challenges
- Unstable sessions
- Blocked or degraded collection flows