Integrating with Hono
Our JS SDK is framework-agnostic and fully supports the Fetch API (Request
and Response
).
Since Hono is Fetch-based, integration is straightforward, and you can simply follow our basic integration guide without requiring a dedicated adapter.
If Hono adoption grows within our community, we may publish an official Hono-specific guide in the future. You can express your interest by upvoting the feature request on our public suggestion board.