A brutally fast, high-precision edge network telemetry dashboard with fluid Framer Motion kinematics.

A network speed test that competes on motion fidelity, not just numbers — saturating the link without dropping a frame on the gauge.
Most browser-based speed tests measure the bottleneck of their own measurement code, not your link. They run on a single TCP connection, share the main thread with the rendering loop, and produce numbers that lag behind reality.
SPEEDOMETX is engineered from the ground up to bypass those bottlenecks — and to look good doing it.
A high-concurrency upload engine pools multithreaded HTTP workers to saturate modern TCP stacks the way a real workload would. Latency jitter is sampled natively against edge nodes rather than against a single distant origin, so the readout reflects what the user's network actually feels like under sustained load.
A speed test is one of the rare apps where the user stares at a single animating component for the entire session. If the gauge stutters while the link is being saturated, the tool feels slow — even if its numbers are correct.
Framer Motion drives the kinematics with spring physics tuned to feel weighty without lag. The dark, immersive interface keeps focus on the gauge, and the rendering path is structured so the upload engine never starves the animation frame.
Next.js with the App Router, TypeScript in strict mode, Tailwind for utility-first styling, and Framer Motion for the gauge and transitions.
Built with Next.js, TypeScript, TailwindCSS, Framer Motion. Role: Full-stack Engineer.