Monorepo that provides a one-script setup to start opencode — and optionally expose it over HTTPS via Tailscale — so you can connect to it from anywhere (e.g. a private iOS app).
Full docs, API reference, and guides live at whatcode.app.
npx @whatcode-ai/sdk
# or with Tailscale
npx @whatcode-ai/sdk --tailscale| Package | Description |
|---|---|
@whatcode-ai/sdk |
Core SDK + whatcode CLI |
@whatcode-ai/example |
Minimal usage example |
git clone https://github.com/Pnlvfx/whatcode-ai.git
cd whatcode-ai
yarn install
yarn buildMIT