Back
Year
2026
Tech & Technique
Next.js, TypeScript, Tailwind CSS, Node.js, Puppeteer, Cheerio, Firebase, Vercel
Description
High-performance Anime Scraper & Stream Extractor API infrastructure designed to index anime metadata, release schedules, global search results, and stream mirrors instantly.
Key Features:
Key Features:
- Edge CDN & DB Caching: Layered caching system using Vercel Edge and Firebase Firestore to reduce response latencies to sub-40ms.
- Single Flight Coalescing: Intelligent request pooling (Request Coalescing) to prevent Puppeteer memory exhaustion by merging concurrent duplicate scraper queries.
- AJAX Mirror Solver: Server-side resolution of internal AJAX players to safely decrypt stream files (Krakenfiles, Acefile, Blogger, Mega).
- Developer Sandbox: Interactive real-time sandbox console and API documentation portal built directly on the homepage.
My Role
Creator & Full-Stack Developer
Responsible for the entire system design, scraping engine optimization, and portal development:
Responsible for the entire system design, scraping engine optimization, and portal development:
- - Built the API gateway and dynamic routing layer using Next.js.
- - Implemented Puppeteer solver logic to bypass Cloudflare and scrape video stream sources.
- - Designed the request coalescing (Single Flight) algorithm to stabilize server resource usage.
- - Connected Firestore database for multi-instance cache synchronization.