SPB Git

spb/tendril Public

Tendril — web ingestion platform (scrape/crawl/map/search) on macOS Apple Silicon: WebKit fidelity, authenticated pages, deterministic testable extraction. A self-hosted Firecrawl alternative.

JavaScript 82.6% TypeScript 11.8% HTML 5.3%
150 B · 8 lines json
Raw Blame History
1{2  "extends": "./tsconfig.base.json",3  "compilerOptions": {4    "noEmit": true5  },6  "include": ["packages/*/src/**/*.ts", "apps/*/src/**/*.ts"]7}8