Web GUI (under development)
Note
The HABIT Web GUI is under active development and is not yet recommended for routine use. For production workflows, use the CLI and YAML configs documented in How-to guides and Configuration Reference.
Planned scope
The next-generation GUI (habit-gui/ in the repository) will cover the same
pipeline as the CLI:
Step |
CLI equivalent |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Early preview (developers)
Developers who want to try the work-in-progress GUI from a source checkout:
cd habit-gui/web && npm install && npm run build
habit gui
Default URL when available: http://127.0.0.1:8501.
Until the GUI is officially released, prefer Demo tutorial and How-to guides for step-by-step instructions.