Development environment
Everything shares the /workspace volume.
- OpenCode
AI coding agent with web UI + built-in terminal (Docker & Nix available) - Files
Browse the shared/workspacevolume - Open Design
Design store & studio — brand system, prototypes, exports (shared visual source of truth) - Design Templates
STYLEGUIDE template, tokens schema, component-spec & mockup bases
Design settings
Budget guard for the design agent's paid image generation (the
Open Design / qwen-image provider). The agent plans how many raster images it needs
and proceeds automatically only when the count is within this limit; it asks you to
confirm before generating more. Simple images should use the free
pollinations/generate_image tools instead, and vector art
should stay SVG.
Background removal (transparency) tries the remove.bg API first,
then withoutbg.com (~50 free images/month each). Set the keys so
the dashboard's /api/bg/remove endpoint can produce transparent PNGs.
Each opencode role is a Hermes profile. The Sync step creates/updates the profile
(config, prompt, skills, opendesign MCP) and its wrapper in
/workspace/.local/bin/<profile>, which AionUi custom agents use.
Profiles → binary wrappers
Manage and authenticate to private Docker registries. Credentials are stored in
/workspace/.docker/config.json (the same file the docker CLI in the
terminal reads), so a login here is also available to docker push.