@hachej/boring-ui-cli
v0.1.13
Published
Turn an agent into an app
Readme
@hachej/boring-ui
Turn an agent into an app.
Start a full agent workspace pointed at your current directory — chat, panels, file tree, command palette — in one command.
npx @hachej/boring-ui-cliNo config. No clone. No database. Requires an Anthropic API key (or login via Claude/Copilot/Gemini on first run).
What it starts
- A chat interface wired to a real coding agent
- A workspace with panels, a file tree, and a command palette
- The agent runs with full access to your current directory
API key
Set it in your environment:
ANTHROPIC_API_KEY=sk-ant-... npx @hachej/boring-ui-cliOr run without it — the first launch will open a login prompt to authenticate via Claude, Copilot, Gemini, or Codex. Credentials are stored and reused on future runs.
Options
PORT=8080 npx @hachej/boring-ui-cli # custom port (default: 5200)
BORING_AGENT_WORKSPACE_ROOT=/my/project npx @hachej/boring-ui-cli # custom rootBuilding something bigger?
@hachej/boring-ui is the zero-config entry point. For a full app with auth, workspaces, and a database, see the boring-ui monorepo.
