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%
231 B · 7 lines typescript
Raw Blame History
1// author: simon-pierre boucher <contact@spboucher.ai>2export * from "./result.js";3export * from "./errors.js";4export * from "./types.js";5export * from "./url.js";6export { logger, childLogger, type Logger } from "./logger.js";7