Kit Langton 79c1544072 refactor(tools): unify tool APIs and result handling (#38367) 3 هفته پیش
..
content 79c1544072 refactor(tools): unify tool APIs and result handling (#38367) 3 هفته پیش
public b6e14b5a74 refactor(tui): finish V2 theme migration (#38383) 3 هفته پیش
src 3533047421 sync 1 ماه پیش
.gitignore fe3b2e8f90 sync 1 ماه پیش
README.md fe3b2e8f90 sync 1 ماه پیش
package.json 3bc924252b fix(www): generate collections before typecheck (#36730) 1 ماه پیش
source.config.ts fe3b2e8f90 sync 1 ماه پیش
tsconfig.json fe3b2e8f90 sync 1 ماه پیش
vite.config.ts fe3b2e8f90 sync 1 ماه پیش
wrangler.jsonc fe3b2e8f90 sync 1 ماه پیش

README.md

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.