Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ import {
TabItem,
Tabs,
PackageManagers,
Stream,
} from "~/components";

[Hono](https://honojs.dev/) is a small, simple, and ultrafast web framework for Cloudflare Pages and Workers, Deno, and Bun. In this guide, you will create a new Hono application and deploy it using Cloudflare Pages.
[Hono](https://honojs.dev/) is a small, simple, and ultrafast web framework for Cloudflare Pages and Workers, Deno, and Bun. Learn more about the creation of Hono by [watching an interview](#creator-interview) with its creator, [Yusuke Wada](https://yusu.ke/).

In this guide, you will create a new Hono application and deploy it using Cloudflare Pages.

## Create a new project

Expand Down Expand Up @@ -155,3 +158,8 @@ For more tutorials involving Hono and Cloudflare Pages, refer to the following r
For demo applications using Hono and Cloudflare Pages, refer to the following resources:

<ExternalResources tags={["Hono"]} type="apps" products={["Pages"]} />

### Creator Interview

<Stream videoId="db240ef1d351915849151242ec0c5f1c" videoTitle="DevTalk Episode 01 Hono" thumbnailStartTime="5s" />
[Watch more videos on our Developer Channel](https://www.youtube.com/@CloudflareDevelopers)
12 changes: 12 additions & 0 deletions src/content/videos/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,15 @@ entries:
difficulty: Beginner
content_type: 🎥 Video
pcx_content_type: tutorial
- link: http://localhost:1111/pages/framework-guides/deploy-a-hono-site/#creator-interview
title: DevTalk | Episode 01 - Yusuke Wada, creator of Hono Framework
description: In this interview, Yusuke Wada reflects on his journey in developing Hono.
tags: [Pages, Workers]
languages: [TypeScript]
products: [Pages, Workers, Workers AI]
cloudflare: true
author: yusuke
updated: 2024-10-08
difficulty: Beginner
content_type: 🎥 Video
pcx_content_type: interview
Loading