> [!tldr] a list of sites that are essentially mini single-purpose apps
Web pages are [[HTML CSS and JavaScript]]. That [[JavaScript]] can be anything you want.
You can make tools and distribute them online as webpages. Often times they can be fully [[Static Website]]s, where **all the work** happens in the user's browser.
A collection of my favorite utility websites:
- Diagrammer: [[DrawIO]]
- Whiteboard/Doodler: [[Excalidraw]]
- [[ASCII Art|ASCII]] Art drawing board: https://asciiflow.com/#/
- Anagrammer: [Internet Anagram Server](https://wordsmith.org/anagram/)
- General calculation enging: [Wolfram Alpha](https://www.wolframalpha.com/)
- [[UUID]] Generator: https://www.uuidgenerator.net/version4
- Writing voice checker: https://hemingwayapp.com
- CyberChef: https://gchq.github.io/CyberChef/. ← 🔥 feels like what I wanted to build
- Base64 converter
- URL decoder
- Entropy checker
- [[JSON]] to [[YAML]]
- [[CSV]] to [[JSON]]
- [[JSON]] to [[CSV]]
- In-browser text encryption: https://www.fourmilab.ch/javascrypt/
****
# More
## Source
-