minitools

Static hosting repo for mt.lxgr.net. Every mini tool lives in its own subdirectory so it can be served as mt.lxgr.net/<tool-name> via GitHub Pages.

How things are organized

Deployment model

  1. Push to main (from a laptop or Codex Cloud on a phone) and rely on the repo’s GitHub Pages configuration to auto-build and deploy to mt.lxgr.net.
  2. Changes are static, so no build step is required—GH Pages just serves the committed files.
  3. To add a new app, create a new folder, drop an index.html (plus assets), and push. Subdirectories map directly to live URLs.

Working from Codex Cloud / mobile

Next steps / ideas