| ▲ | Show HN: SpedFind – An open-source internet speed test (React/Python and CLI) | |
| 3 points by nishalk 2 days ago | 2 comments | ||
Hi HN, I built SpedFind because I wanted a highly accurate network diagnostic tool without the ads and clutter of mainstream options, wrapped in a developer-friendly interface. It comes in two parts: A Web Dashboard built with React, Vite, and Tailwind v4, featuring a Neo-Brutalist UI, live SVG telemetry charting, and a custom FastAPI stream engine backend for payload testing. A standalone Terminal CLI built with Python and rich that does real-time morphing UI updates without spamming your console history. Both interfaces map out ISP, ASN, and geographic location using IP vectoring, and assign a network grade based on use-case suitability (like 8K streaming vs. simple browsing). The repo is entirely open-source (MIT). I'd love to hear your feedback on the custom FastAPI testing implementation or the CLI UI! GitHub: https://github.com/nishal21/SpedFind Live Demo: https://nishal21.github.io/SpedFind/ | ||
| ▲ | deesha_tech 14 hours ago | parent | next [-] | |
The friction point you're solving.. accurate diagnostics without vendor lock-in—matters more than speed tests themselves; the real value is probably in how teams integrate this into their internal monitoring workflows. | ||
| ▲ | mkellercz 2 days ago | parent | prev [-] | |
Great work, clean UI/UX with modern technology and proper provider and location detection. | ||