opencode/packages/www
2026-07-13 10:19:04 -04:00
..
content/docs sync 2026-07-13 00:50:51 -04:00
public sync 2026-07-13 00:50:51 -04:00
src sync 2026-07-13 10:19:04 -04:00
.gitignore sync 2026-07-13 00:50:51 -04:00
package.json sync 2026-07-13 00:50:51 -04:00
README.md sync 2026-07-13 00:50:51 -04:00
source.config.ts sync 2026-07-13 00:50:51 -04:00
tsconfig.json sync 2026-07-13 00:50:51 -04:00
vite.config.ts sync 2026-07-13 00:50:51 -04:00
wrangler.jsonc sync 2026-07-13 00:50:51 -04:00

OpenCode website

The server-rendered opencode.ai website. It uses TanStack Start on Cloudflare Workers and serves the V2 documentation with Fumadocs.

Development

From this directory, run:

bun dev

The site opens at http://localhost:3000; documentation is available at http://localhost:3000/docs.

Verification

bun typecheck
bun run build

The existing packages/web, packages/docs, and packages/stats/app deployments remain in place until their routes have been migrated and verified.