ChitUI
A web UI for Chitubox SDCP 3.0 resin printers
Install / Use
/learn @jangrewe/ChitUIREADME
ChitUI
A web UI for Chitubox SDCP 3.0 resin printers
Setup
python -mvenv .venv
source .venv/bin/activate
pip install -r requirements.txt
Usage
After creating the virtual environment and installing the requirements, you can run ChitUI like this:
python main.py
and then access the web interface on port 54780, e.g. http://127.0.0.1:54780/
Docker
As ChitUI needs to broadcast UDP messages on your network segment, running ChitUI in a Docker container requires host networking to be enabled for the container:
docker build -t chitui:latest .
docker run --rm --name chitui --net=host chitui:latest
Configuration
Configuration is done via environment variables:
PORTto set the HTTP port of the web interface (default:54780)DEBUGto enable debug logging, log colorization and code reloading (default:False)
Related Skills
node-connect
338.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.4kCommit, push, and open a PR
