Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hilla) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Hilla CLI
AI co-founder in your terminal. Plan on canvas at hilla.ai, execute in CLI.
▄▄▄ ▄▄▄▄ ▄▄▄▄▄
▄█████▄ ▄██████▄ ▄████████▄
████████▄▄▄█████████████████████
▀█████████████████████▀▀ ▀██▀
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀Install
npm install -g hillaRequires Node 18+.
Quick start
# 1. Launch the TUI
hilla
# 2. Connect your Hilla account (create a token at hilla.ai/settings/tokens)
/login
# 3. Chat — AI is routed through your Hilla account
# just type a message
# 4. Pull a project from your canvas when you're ready
/pullCommands
| Command | Description |
|---|---|
/login |
Connect your Hilla account via API token |
/logout |
Sign out and remove local credentials |
/whoami |
Show current user |
/projects [n|keyword] |
List or select a project |
/pull [n|keyword] |
Pull project from canvas |
/scaffold |
Generate project structure |
/status |
Current project summary |
/tasks |
Show tasks of loaded project |
/model [list|n|name] |
Show or switch AI model |
/credits |
Credit balance and plan |
/history |
Last 20 commands |
/config |
Show current settings |
/exec <cmd> |
Run shell command in cwd |
/deploy |
Deploy to Vercel |
/diff |
Changes since last scaffold |
/sync |
Sync tasks to Linear/GitHub |
/clear |
Clear the chat |
/quit |
Exit |
Keyboard
Tab— switch view (chat / tasks / files), or complete slash command↑/↓— navigate command historyCtrl+S— toggle sidebarCtrl+L— clear the chatCtrl+C— cancel streaming / quit
AI models
/model list to see:
- sonnet-4.6 — coding (3 credits/msg)
- kimi-k2.5 — writing / Turkish (2 credits/msg)
- gemini-3.1-pro — planning (4 credits/msg)
- minimax-m2.7 — research (2 credits/msg)
Models run via Hilla's backend — your Hilla account token is the only credential needed.
Config
~/.hilla/config.json:
{
"defaultModel": "sonnet-4.6"
}Environment overrides: HILLA_API_URL, HILLA_PUBLISHABLE_KEY.
Develop
git clone https://github.com/Plaaayground/hilla-cli.git
cd hilla-cli
npm install
npm run build
npm link
hillaLicense
MIT © Plaaayground