opencode/packages/www
2026-08-22 20:01:18 -04:00
..
public feat(www): rebuild site with Astro (#44274) 2026-08-22 19:49:47 -04:00
script feat(www): rebuild site with Astro (#44274) 2026-08-22 19:49:47 -04:00
src fix(www): redirect root to docs (#44276) 2026-08-22 20:01:18 -04:00
.gitignore feat(www): rebuild site with Astro (#44274) 2026-08-22 19:49:47 -04:00
AGENTS.md feat(www): rebuild site with Astro (#44274) 2026-08-22 19:49:47 -04:00
astro.config.ts feat(www): rebuild site with Astro (#44274) 2026-08-22 19:49:47 -04:00
openapi.json fix(codegen): stabilize generated contract names (#44000) 2026-08-22 00:16:27 +00:00
package.json feat(www): rebuild site with Astro (#44274) 2026-08-22 19:49:47 -04:00
README.md feat(www): rebuild site with Astro (#44274) 2026-08-22 19:49:47 -04:00
tsconfig.json feat(www): rebuild site with Astro (#44274) 2026-08-22 19:49:47 -04:00
wrangler.jsonc chore: generate 2026-08-08 04:21:03 +00:00

OpenCode website

The standard Astro website for OpenCode. The only deployment-specific path is the base setting in astro.config.ts; application code uses import.meta.env.BASE_URL.

  • src/pages/ owns website routes.
  • src/docs/ is the self-contained documentation feature rendered under /docs.
  • /install proxies the current installer.
  • /openapi.json serves the generated OpenAPI specification.

The deployment currently sets base: "/v2". The v2.opencode.ai alias is handled by a Cloudflare Redirect Rule outside this project.

Development

From this directory, run:

bun dev

The local URL includes the base configured in astro.config.ts.

Verification

bun typecheck
bun run check:generated
bun run build