A collection of self-contained HTML experiments, tools, and UI fragments.
This is a live testing environment. Files here (/fragments) may be updated, broken, or deleted at any time without versioning support.
If you find a tool useful (e.g., PomoAether), it is highly recommended to:
- Open the file in the browser.
- Right-click > "Save Page As".
- Keep a local copy for daily stable use.
- Drop the single-file HTML into the
fragments/folder. - Add an entry to
fragments.json:{ "title": "New Tool", "path": "./fragments/NewTool.html", "description": "Short description.", "color": "#HEXCODE" }