JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 548
  • Score
    100M100P100Q84880F
  • License MIT

AI co-founder in your terminal. Plan on canvas, execute in CLI.

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 hilla

    Requires Node 18+.

    Quick start

    # 1. Launch the TUI
    hilla
    
    # 2. Connect your Hilla account (create a token at hilla.ai/settings/tokens)
    /login
    
    # 3. Pull a project from your canvas
    /pull
    
    # 4. Set your OpenRouter key to chat with AI
    export OPENROUTER_API_KEY=sk-or-v1-...

    Commands

    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 history
    • Ctrl+S — toggle sidebar
    • Ctrl+L — clear the chat
    • Ctrl+C — cancel streaming / quit

    AI models

    /model list to see:

    1. sonnet-4.6 — coding (3 credits/msg)
    2. kimi-k2.5 — writing / Turkish (2 credits/msg)
    3. gemini-3.1-pro — planning (4 credits/msg)
    4. minimax-m2.7 — research (2 credits/msg)

    Models are proxied through OpenRouter. Set OPENROUTER_API_KEY or add apiKey to ~/.hilla/config.json.

    Config

    ~/.hilla/config.json:

    {
      "apiKey": "sk-or-v1-...",
      "defaultModel": "sonnet-4.6"
    }

    Environment overrides: OPENROUTER_API_KEY, HILLA_API_KEY, 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
    hilla

    License

    MIT © Plaaayground