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/whatcode
# or with Tailscale
npx @whatcode-ai/whatcode --tailscale| Package | Description |
|---|---|
@whatcode-ai/whatcode |
whatcode CLI |
@whatcode-ai/sdk |
Core SDK (programmatic usage) |
@whatcode-ai/example |
Minimal usage example |
git clone https://github.com/Pnlvfx/whatcode-ai.git
cd whatcode-ai
yarn install
yarn buildMIT