A collection of lightweight web utilities. Each does one thing well.
| Tool | Description |
|---|---|
| Wordle Checker | Check if a 5-letter word has been a past Wordle solution |
| Madlib Maker | Create and share custom madlibs with friends |
| Markdown ↔ Rich Text | Convert between Markdown and pasted rich text |
| Text Diff | Compare two blocks of text and see what changed |
Serve locally from the repo root:
python3 -m http.server 8080Then visit http://localhost:8080/
Deployed by Cloudflare Pages from the main branch — pushing to main is
deploying. Live at tools.spidleweb.net.
The Wordle Checker's API is a separate Cloudflare Worker; see its README.