Skip to content

HonoWeb application framework

Fast, lightweight, built on Web Standards. Support for any JavaScript runtime.

import { Hono } from 'hono'

const app = new Hono()
app.get('/', (c) => c.text('Hello Hono!'))

export default app
A Kawaii Version of the Hono Logo. The first "o" is replaced with a flame, with japanese characters in the bottom right, and a JSX fragment closing tag above the flame.

Released under the MIT License.