A Cloudflare Workers application that checks if domains are blocked using the Skiddle ID API.
Public link has been shutdown.
Announcement on my blog:
- 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
© Skiddle ID 2025
Licensed under MIT