Skip to content

🚧 Under Construction 🚧

This site is currently under construction. This page is generated by AI and has not undergone thorough review by a human. There may be hallucination!

In fact, for now only /, /reactive, and the llms.txt are carefully crafted by myself.

Installation

Install the CLI and libraries you need.

  • Install into an active virtual environment (recommended):
pip install hmr
  • Run without installing (via uv/pnpm/bun wrappers):
uvx hmr path/to/entry.py

Optional integrations:

  • ASGI apps (drop-in uvicorn replacement): pip install uvicorn-hmr
  • MCP servers: pip install mcp-hmr
  • Browser auto-refresh for FastAPI: pip install fastapi-reloader

Verify:

hmr --help

Notes:

  • Prefer installing hmr inside the virtualenv used by your project to avoid cross-environment surprises.
  • Use the integration packages listed above when running frameworks (uvicorn-hmr, mcp-hmr, fastapi-reloader).