@detiq/crawler
v1.1.11
Published
Crawls an app, **gets past the login** (the star of Phase 1), discovers screens, captures screenshots, and reads each page's elements into the App Brain.
Readme
@detiq/crawler — The Explorer
Crawls an app, gets past the login (the star of Phase 1), discovers screens, captures screenshots, and reads each page's elements into the App Brain.
auth.ts— login handling. Invest here; it's the competitive edge.screen-reader.ts— reads pages as a cheap structured outline (accessibility tree), not pixels. Vision is a later fallback.crawler.ts— the discovery loop. Swap in an AI navigation library (Stagehand / Browser Use) to explore more intelligently.
