No image available...
NetFail
2025
• Personal project
Description
A Chrome extension that captures all network requests from web pages, including failed requests and cross-origin calls that traditional app logs or DevTools might miss. It persists logs across page navigations, monitors network errors in real-time, and provides detailed insights such as status codes, URLs, headers, duration, and error types. Designed for developers and QA engineers, NetFail helps debug invisible network issues caused by CDN outages, ad blockers, VPNs, or external service failures.
Platform
Chrome Extension
Key features
- Captures all HTTP requests including external domains and cross-origin calls
- Logs failed requests that don’t reach the app or backend
- Persists network logs across page navigations and SPA route changes
- Provides detailed info per request: status code, URL, headers, duration, error type
- Supports filtering, grouping, and searching failed requests
- Helps QA and developers debug invisible network issues in real-time
- Identifies issues caused by CDN outages, ad blockers, VPNs, or corporate firewalls
Technologies used
Typescript
React
Vite
shadcn/ui