About the Founder
The background and mission behind Prime Tool Hub
Last Updated: July 2026

Prime Tool Hub started as a side project by Ruwan Mangala Suraweera, an Information and Communication Technology teacher in Sri Lanka. The goal was simple: stop sending student files to random websites just to convert or check something.
🔗 Connect on LinkedIn🔴 1. Educational Background
Ruwan graduated from the University of Kelaniya in 1999 with a B.Sc. in Physical Science, majoring in Statistics, Computing and Pure Mathematics. That mix matters more than it sounds: the statistics side shaped how the data tools on this site handle edge cases, and the pure mathematics side is why the logic tools follow formal rules instead of shortcuts.
On 1 December 2013 he completed a Postgraduate Diploma in Education at the Open University of Sri Lanka. That qualification changed how he writes documentation. Teaching theory forces you to think about what a learner already knows before you explain the next step, which is the reason every tool page here opens with a plain-language example instead of a feature list.
🟡 2. Experience in Education
Since 2008 he has taught ICT in the Sri Lankan government school system. A large part of that job is watching where students get stuck, and the same three or four points come up every year: truth tables, number base conversion, Karnaugh maps, and regular expressions.
He also runs schoolict.net, a free self-study platform for Sri Lankan students. Classroom work set one hard rule for this site: if a tool needs an explanation paragraph before a student can press the first button, the interface is wrong and gets rebuilt.
🟢 3. Software Development Journey
Before moving to browser utilities, he built full desktop and server systems. One was a Human Resources Management System for the Faculty of Applied Sciences at the University of Sabaragamuwa. Others were database systems for manufacturing floors, written in C++, SQL and Visual Basic.
Those projects taught a lesson that carried over directly: software that runs in a factory or a payroll office cannot afford a silent failure. A wrong answer delivered confidently is worse than an error message, which is why the tools here validate input before they calculate rather than after.
🔴 4. How These Tools Are Built
Every tool on Prime Tool Hub follows the same internal build standard. There are no external JavaScript frameworks and no CDN dependencies, so a tool page keeps working after the network drops. Each tool is scoped to its own wrapper so one tool cannot break the styling of another, and images carry fixed dimensions so the page does not jump while it loads.
Tools are grouped by task rather than scattered as dozens of single-purpose pages. A converter, its validator and its formatter usually live in one studio with tabs, because that is how people actually work through a file. You can see the full set in the free web tools by category directory, or start with the ten most-used offline developer tools.
🟡 5. A Commitment to Privacy
Most free online utilities ask you to upload a file first. That single step hands a copy of your document, image or API key to a server you know nothing about, and you have no way to confirm it was deleted.
Prime Tool Hub works the other way around. Wherever the browser is capable of doing the job, the job is done in the browser: the file never leaves your device and no copy reaches this server. The reasoning behind that decision, including what client-side processing can and cannot protect you from, is set out in the guide on securing API keys with client-side data processing.
An honest limit: a handful of features still need a server, and any page where that applies says so on the page itself rather than hiding it in a policy document.
🟢 6. How This Site Is Funded
Prime Tool Hub is free to use and there is no paid tier, no account and no email wall. Running costs are covered by advertising displayed on the site. Advertisers have no influence over which tools get built or what the articles say, and no personal data processed inside a tool is ever shared with them, because that data never reaches this server in the first place.
If a tool gives you a wrong result or a page is unclear, the contact form is the fastest way to reach him. Reader corrections are the main reason several tools on this site have been rewritten.