spb/search-box Public
Agentic web research engine — hypotheses, verbatim evidence, contradictions, sourced answers streamed live. Claude Opus 5 + Firecrawl + PostgreSQL.
TypeScript 76.9%
CSS 18.7%
SQL 2.1%
JavaScript 1.8%
Shell 0.5%
1# Search-box.ai2# Author: Simon-Pierre Boucher3# Contact: contact@spboucher.ai4# File: .env.example5# Description: Environment variable template (no secrets — safe to commit).67# --- API keys (server-side only, never exposed to the client) ---8ANTHROPIC_API_KEY=9FIRECRAWL_API_KEY=1011# --- Database ---12DATABASE_URL=1314# --- App ---15PUBLIC_BASE_URL=https://www.search-box.ai1617# --- Deploy (node m3u96a only) ---18NGROK_AUTHTOKEN=1920# --- Claude model configuration ---21CLAUDE_ORCHESTRATOR_MODEL=claude-opus-522CLAUDE_RESEARCHER_MODEL=claude-opus-523CLAUDE_VERIFIER_MODEL=claude-opus-524CLAUDE_SYNTHESIS_MODEL=claude-opus-525