๐ค Who built it
The Most Useful Site in the World is the work of Russell Head, a software developer based in Luton, England. It is also the home of MrProphecy, an independent UK hip-hop and animated-soundscape act by the same person.
The site is one of the largest deliberately-no-frills collections of browser-based tools on the open web โ 1165 calculators, converters, simulators, and visual toys at the time of writing. Every tool runs locally in your browser, with no account, no email, no analytics on the tool page itself.
Russell maintains the project solo. There is no team, no investors, no board, and no company. The domain is paid for out of pocket each year, and hosting is free on GitHub Pages. The only revenue is occasional donations and music sales โ neither is required.
๐ By the numbers
๐ก Why it exists
The internet used to have a million small useful tools, and most of them were on a personal homepage or a university server. The modern search results for "calculate mortgage" or "what's my BMI" are dominated by sites that exist primarily to harvest an email address, sign you up for a newsletter, or sell your calculator output as a lead to a lender.
There is no business model here. There is no newsletter, no lead form, no upsell, no pop-up, no "download our app", no "create an account to save your results", no "we use cookies for analytics, marketing, personalisation, and partners" panel. The whole point of the site is that the calculation is the product. Once you have your number, the site has done its job and gets out of your way.
That is also why every tool is deliberately available as a standalone URL: https://www.themostusefulsiteintheworld.com/tool.html?card=mortgage. You can bookmark it, link to it from anywhere, or embed it in another site. The tools do not have to live inside this site to be useful.
๐ The principles
- Free means free. No paywalls, no "free with sign-up", no "free trial, then ยฃ9.99/month". The site is funded (such as it is) by donations, not by gating content.
- No tracking on the tools. Tool pages do not load analytics, ad-tech pixels, fingerprinting scripts, or any third-party requests. The home and music pages do, and they're clearly marked.
- No logins. There is no account system of any kind. "Save your results" is implemented in your browser's local storage, not on a server.
- Everything works offline. Once a tool is loaded, the page can be reloaded without network and still work. This is a feature, not a coincidence โ it's how the site stays useful in poor connections.
- Honest numbers. When a calculation has uncertainty, the page says so. Mortgage affordability does not promise "exactly what you can borrow"; a race-pace predictor does not promise a 3% improvement. The form is "here is the calculation; here are the assumptions; here is what would change the answer."
- Deliberate smallness. One person, one repo, one set of opinions. This means a tool might be exactly what you wanted, or it might not have the feature you expected. That's the trade-off of small-team software โ you get honesty, you get speed, you do not get product-management focus groups.
- Open source by default. Every tool is published under CC-BY 4.0. You may reuse the source for any purpose, with attribution. If you fork it and improve a tool, the upstream site gets nothing, and that's the right outcome โ the work is the commons.
- Two products, one domain. The site and the MrProphecy music project share a domain deliberately. They do not cross-promote inside the tool pages. If you came here for a calculator, you are not being sold a track. If you came here for music, you are not being sold a calculator.
โ๏ธ How it's built
The site is static HTML, CSS, and vanilla JavaScript. There is no build step, no framework, no bundler, no Node.js dependency, no database. Every tool is a single self-contained HTML file, designed to be opened directly from disk.
The site is hosted on GitHub Pages. The repository is public. Commits, releases, and the full changelog are on github.com/mrpr0phecy/mrpr0phecy.
Architectural decisions are documented in ARCHITECTURE.md (the source of truth for any contributor) and INCOME.md (the honest version of how the project pays for itself).
๐ Recent milestones
1165 tools, 23 categories
Audit of the catalogue found 10 genuine gaps. Tools added: Hike Time Planner, Bike Gear Calculator, Photo Exposure Lab, Race Pace Predictor, Baby Sleep Planner, Energy Tariff Comparator, Unit Price Comparator, Fluid Type Scale, Fabric Yardage Estimator, Car Care Tracker.
Discovery pages: /popular, /new, /tools, /use-case
New landing pages for finding tools by what's popular, what's new, the complete index, and "what are you trying to do?"
Recently used + surprise me + shortcuts
The home page now has a "Recently used" row (localStorage), a deterministic daily featured tool, a ๐ฒ Surprise Me button, a keyboard-shortcut overlay, and a ๐ก Suggest-a-tool overlay.
RSS feed, llms.txt, AI policy, security.txt
Open to AI crawlers (explicit per-bot allow), machine-readable summary at /llms.txt, security disclosure address at /.well-known/security.txt, RSS at /feed.xml.
Translated landings (12 languages)
Home page is translated into Hindi, Marathi, Bengali, Punjabi, Chinese, Dutch, French, Japanese, Portuguese, Russian, Spanish, and Thai.
Project founded
Started as a personal collection; grew into a public catalogue.
โ๏ธ Contact
For everything: hello@themostusefulsiteintheworld.com. One inbox, one human, typical response in 48 hours.
For press, see the press kit. For security disclosures, see /.well-known/security.txt.