›_ TechLoved

Six tools that answer instantly

No sign-ups. No popups. They run in your browser and stop when you close the tab. Built because the existing answers are buried under 1,500 words of SEO padding.

What laptop am I on?
Detects make, model, OS, RAM and graphics from your browser. Works on Windows, Mac and Linux.
Answers: "what kind of laptop do I have"
Screen size detector
Diagonal inches, resolution, pixel density and viewport — measured live.
Answers: "how big is my laptop screen"
Refresh rate test
Counts the actual frames your monitor produces in one second.
Answers: "check display Hz"
FPS test
Measures rendered frames per second in your current browser tab.
Answers: "FPS test"
Browser RAM comparison
Chrome vs Edge vs Firefox vs Brave vs Arc — 2026 measurements.
Answers: "which browser uses the least RAM in 2026"
Beep code decoder
Tap in the beep pattern, get the meaning — HP, Asus, Dell, Lenovo, AMI, Phoenix.
Answers: "computer beep codes"

How these are built

Every tool runs entirely in your browser using standard Web APIs — no data leaves your machine. The "What laptop am I on" tool, for example, reads the browser's user-agent string, the WebGL renderer string, and the device-memory hint, then translates those into plain English. The "refresh rate" tool counts frames over one second using requestAnimationFrame.

Source code for each tool is visible in the page — view source if you want to verify what it does.