Dax Raad bb15b16499 refactor(ai): rename llm package пре 3 недеља
..
content bb15b16499 refactor(ai): rename llm package пре 3 недеља
public fe3b2e8f90 sync пре 4 недеља
src 3533047421 sync пре 4 недеља
.gitignore fe3b2e8f90 sync пре 4 недеља
README.md fe3b2e8f90 sync пре 4 недеља
package.json 3bc924252b fix(www): generate collections before typecheck (#36730) пре 4 недеља
source.config.ts fe3b2e8f90 sync пре 4 недеља
tsconfig.json fe3b2e8f90 sync пре 4 недеља
vite.config.ts fe3b2e8f90 sync пре 4 недеља
wrangler.jsonc fe3b2e8f90 sync пре 4 недеља

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.