SPB Git

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%
365 B · 14 lines json
Raw Blame History
1{2  "extends": "../../tsconfig.base.json",3  "compilerOptions": {4    "lib": ["dom", "dom.iterable", "ES2022"],5    "jsx": "preserve",6    "allowJs": true,7    "incremental": true,8    "plugins": [{ "name": "next" }],9    "paths": { "@/*": ["./*"] }10  },11  "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],12  "exclude": ["node_modules"]13}14