doable.do

Deploy Hono APIs in seconds

Deploy Hono APIs, fast, typed, runs anywhere Node does

Hono is framework-agnostic and runs on Node, Deno, Bun, and edge runtimes. Doable runs the Node variant in a standard container, fast startup, full TypeScript, any Hono middleware.

Typical first deploy: 20–45 seconds

Why deploy Hono on Doable

Hono on Node, no edge quirks

Hono on the edge is great but adds runtime quirks (limited npm compatibility, no long-running background jobs). On Doable you get full Node, all npm packages work, background tasks run, WebSockets stream.

Deploy from Claude Code, Cursor, or Codex

Type /deploy in your editor, the AI bundles the repo, builds a Docker image on our worker, and hands back the URL in chat. No tab-switching to a dashboard.

One-click preview from a GitHub URL

Paste a public GitHub URL at doable.do/try and get a live preview in 30 seconds. No signup. Expires in 8h unless you claim it.

Flat monthly, hard-capped

$15/mo Starter for 3 projects, $39/mo Pro for 10. Hit your bandwidth cap and we serve a holding page, never a surprise bill.

Deploy your Hono app

doable deploy  # from your Hono project

Detected via `hono` in package.json. Runs `@hono/node-server` by default. Custom entry points honoured.

Or say “deploy this” in Claude Code.

FAQ

Why not just deploy Hono to Cloudflare Workers?

You can, Hono's big selling point is multi-runtime support. Use Doable when you need full Node compatibility (libraries that need Node APIs, long-running tasks, WebSockets, complex middleware). Use Workers when edge latency matters more than Node compatibility.

Does Doable support Hono WebSockets?

Yes. Full TCP/WebSocket support via the Node server. No per-request timeout like you'd hit on serverless platforms.

Try Doable — paste any GitHub URL

No credit card. Live URL in ~30 seconds.

Other frameworks: Next.js · Vite · React (Create React App) · SvelteKit · Astro · Remix · FastAPI · Django