About All Unit Converter

About All Unit Converter

All Unit Converter is a free, independent web tool that handles the everyday conversions people actually need — length, mass, temperature, time, digital storage, number systems and more — without accounts, uploads, or page reloads. It is built and maintained by one person, and this page explains who that is, why the site exists, and how the numbers behind it are kept accurate.

Who is behind this site

My name is Arun Neupane. I'm a Computer Science and Information Technology (CSIT) student and self-taught web developer from Parbat, Nepal. I build small, focused web tools in plain HTML, CSS and JavaScript — no heavy frameworks — because I like software that loads instantly and does one job well. All Unit Converter is one of those projects, and I maintain it personally.

You can verify who I am and see my other work through my public profiles: GitHub, YouTube, and Instagram. The full source code for this site is open and public (linked below), so anyone can inspect exactly how each conversion is calculated.

Why I built it

I kept running into the same frustration: I'd search for something simple like "cups to grams" or "hex to decimal," land on a converter site, and have to wait through a page reload and dodge full-screen ads just to read one number. So I built the tool I wanted — every calculation runs instantly in your browser as you type, the layout stays out of the way, and the answer is the first thing you see. It started as a personal utility and a way to sharpen my own JavaScript, and it grew into the nine tools on the site today.

How I keep the conversions accurate

A converter is only worth using if you can trust the number it gives back. My standards for this site:

Your privacy

This site does not ask you to sign in and does not send what you type to any server. All conversions are computed locally in your browser, which also means the tools keep working offline once the page has loaded. Details are on the Privacy Policy page.

Found a mistake? Tell me.

I would genuinely rather hear about a wrong result than have it sit there misleading people. If a conversion looks incorrect, a unit is missing, or something is broken on your device, please reach me through the contact page. Corrections and suggestions are always welcome, and I read every message myself.

Technology: hand-written HTML, CSS and vanilla JavaScript, delivered as an installable Progressive Web App. No trackers, no third-party analytics beyond what is disclosed in the privacy policy.

Made with

Built with love

by Arun Neupane