Transport packages
Portable Hono API composition for /api/v1 and related HTTP surfaces.
Transport packages live under packages/transport/*.
Packages
| Package | Responsibility |
|---|---|
@isotopekit/api | Hono 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.mdand the starter's API bootstrap checks. - Keep Next.js route handlers thin; compose behavior in
@isotopekit/apiwhere possible.