index.mdx 872 B

123456789101112131415161718192021222324
  1. ---
  2. title: "Build"
  3. description: "Build on the engine used by millions daily."
  4. mode: "wide"
  5. ---
  6. <CardGroup cols={1}>
  7. <Card title="Extend OpenCode" href="/build/plugins">
  8. Build plugins that add tools, integrations, commands, agents, and custom behavior while keeping the rest of OpenCode
  9. intact.
  10. </Card>
  11. <Card title="Run it as a server" href="/build/client">
  12. Connect to OpenCode with the same client used by the TUI and desktop app, then build any interface, workflow, or agent
  13. experience around it.
  14. </Card>
  15. <Card title="Embed it" href="/build/sdk">
  16. Embed OpenCode directly into your application and build a completely custom agent, interface, or developer product
  17. around it.
  18. </Card>
  19. </CardGroup>
  20. <Warning>
  21. The plugin API, client, and SDK are still being finalized during beta and may change before OpenCode 2.0 is stable.
  22. </Warning>