---
title: "Hono + htmx + Cloudflare is a new stack"
url: https://daily.dev/posts/hono-htmx-cloudflare-is-a-new-stack-kojd1kgao
source_url: https://blog.yusu.ke/hono-htmx-cloudflare/
type: article
source: "Community Picks"
published: 2023-07-24T21:37:34.281Z
updated: 2023-12-07T12:02:45.284Z
tags: ["react", "javascript", "html", "php", "cloudflare", "jsx"]
reading_time: 5
upvotes: 23
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Hono + htmx + Cloudflare is a new stack

**[Community Picks](https://daily.dev/sources/community)** · 5 min read · 23 upvotes · 2 comments

## Summary

Hono JSX Middleware Hono- a JavaScript framework for edges - includes JSX middleware. Hono's Zod Validator Middleware integrates with Hono, allowing us to easily get the types of validated values. It’s already fast and perfectly suitable for Proof of Concept (PoC) projects.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.yusu.ke/hono-htmx-cloudflare/>

## Community discussion

Top comments from developers on daily.dev.

**@heywitt** · 2 upvotes

> Very happy to see this post. I had a similar idea, but didn't practice it in production and only tried it in side-project.
>
> Hono is nice, but when mixing with other `jsx` middlewares I found it hard to deal with code reuse, the arch complexity rises very fast, probably because the FE code inflates in size easily. Also some deps are hard to handle and I haven't found a good solution yet.
>
> I also tried decoupling the server(only) code using Hono or other solutions, which seems to be a lot easier than the FE, and I've tried deploying multiple workers and organizing them into an arch design...

**@kyoukhana** · 0 upvotes

> HTMLX is pretty cool. But you still need a back-end like NodeJS, PHP and Python.  With Sveletekit you just need Sveltekit and supabase and your good to go.  This statement isn't a argument we just need to simplify the development process.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#react](https://daily.dev/tags/react), [#javascript](https://daily.dev/tags/javascript), [#html](https://daily.dev/tags/html), [#php](https://daily.dev/tags/php), [#cloudflare](https://daily.dev/tags/cloudflare), [#jsx](https://daily.dev/tags/jsx)

[View this post on daily.dev](https://daily.dev/posts/hono-htmx-cloudflare-is-a-new-stack-kojd1kgao)
