A Cloudflare Workers application that checks if domains are blocked using the Skiddle ID API.
- Check multiple domains at once (up to 100 domains per request)
- Rate limiting (1000 domains per 10 minutes per IP)
- Real-time statistics tracking
- Beautiful UI with Tailwind CSS
- Cloudflare Workers
- Hono Framework
- Turso Database
- Tailwind CSS
- TypeScript
-
Install dependencies:
npm install
-
Run locally:
npm run dev
-
Deploy:
npm run deploy
GET /
- Main pageGET /stats
- Statistics pageGET /stats/data
- JSON statisticsPOST /check
- Check domains
MIT License