Static frontend for hacka.network.
Open index.html in your browser. By default it uses the production API.
To test against a local backend:
-
Start the Django dev server - see hackabot/README.md
uv run python manage.py runserver 8089
-
Open the frontend with
?dev=1:file:///path/to/hacka.network/index.html?dev=1Or serve it locally:
python -m http.server 8000 # Then open: http://localhost:8000?dev=1
The ?dev=1 parameter switches the API to http://localhost:8089.
You'll see 🔧 Dev mode: using API at http://localhost:8089 in the browser console.