IsotopeKitDocs

Transport packages

Portable Hono API composition for /api/v1 and related HTTP surfaces.

Transport packages live under packages/transport/*.

Packages

PackageResponsibility
@isotopekit/apiHono app composition, middleware, /api/v1/* routes

Notes

  • Prefer the portable Hono API for machine clients and internal integrations.
  • Request-scoped logging and auth context should flow through API middleware — see _docs/logger.md and the starter's API bootstrap checks.
  • Keep Next.js route handlers thin; compose behavior in @isotopekit/api where possible.

On this page