Skip to main content

1) Install the CLI

btca requires Bun.
bun add -g btca

2) Install the btca CLI skill (optional)

btca skill
This runs the skills.sh installer (interactive) to install the skill.

3) Initialize a project

From your repo root:
btca init
The wizard creates btca.config.jsonc for local usage.

4) Add a resource

btca add -n svelte-dev https://github.com/sveltejs/svelte.dev

5) Ask a question

btca ask -r svelte-dev -q "How do I define remote functions?"

Optional: run the local server

btca serve
The server starts on port 8080 by default and exposes the local HTTP API.