Hono API Server Exports
We've added Hono support so you can export a pattern's server logic as a standalone API serviceβrun it on Node.js and call it from any frontend over HTTP.
What's New
Supported patterns now offer Download β Hono API server and Copy for a coding agent β Hono API server alongside the existing Next.js download and shadcn install flows. Each export includes the pattern's AI and API routes, a generated Hono entry point, runtime dependencies, .env.example, a pattern-specific README, and a /healthz endpointβwithout the React UI or Next.js app shell.
Hono exports target Hono on Node.js (>=24). Docs cover exporting, connecting a frontend, deploying with production CORS, and compatibility limits at /docs/hono.