GET STARTED / STUDIO

Studio

promptLM Studio is a local web UI for the active prompt store. It launches as a Spring Boot application and serves the Studio frontend from the same process.

promptlm-cli studio

The default URL is http://127.0.0.1:8085/.

Options

Flag Default Description

--port

8085

Port that Studio binds to.

--no-browser

false

Do not auto-open a browser on startup.

promptlm-cli studio --port 8090 --no-browser true