Updated `hono-remix-adapter`! To use it:
* Add the Vite plugin
* Write your Hono app
The Hono app will be applied to your Remix app!
github.com/yusukebe/hono-rem…
Generating invoices with @honojs and @Cloudflare in just 45 lines of code:
* Add a POST endpoint with data 🆗
* Generate HTML using JSX + Tailwind 💅
* Create PDFs via Puppeteer 📄
* Store the invoice in R2 🪣
* Return a signed URL to the user 🔗
Now shipped `hono-remix-adapter` to npm!
1. Create your Remix app
2. npm install hono-remix-adapter
3. Edit `app/entry.server.tsx` (almost Hono app!).
You can use a lot of Hono's middleware in your Remix!
Building (and deploying!) an app with @cursor_ai, @AnthropicAI Claude, @honojs and @CloudflareDev 📽️
(🧑🔬experimenting with uploading this to 𝕏 instead of YouTube to compare performance)
my first ai app: text-to-image in 15 mins flat. @vercel's @v0 hooked me up with a slick ui, while @cloudflare workers + @honojs handled the heavy lifting. threw in some @CloudflareDev workers ai magic with stable diffusion, and boom! 💥
Might be late to the party, but just amazed at how fast Resend is 🤯 and simple.
Quick overview of using Resend with Honojs
P.S. - You can use the react component directly when sending it through Hono😉
You can build strict, well-typed API routes using @honojs & 'hono/zod-openapi' package
By the time you get to the route body, all params are presence-validated and type-checked.
These schemas, built with Zod, are reusable across your app
Building APIs is great with Hono 🔥
We've made some improvements to the @honojs CLI command! Did you notice?
Big thanks to @yusukebe, @goisaki, and ryuapp for their help.
Here’s what’s new:
1. Now using @unjsio's giget for faster template downloads.
2. Enhanced CLI options with the Commander package.
3. No more waiting for template downloads before deciding to install dependencies.
Give it a try!
Hono is the TS/JS framework I reach for first when building a HTTP API.
I come from using && maintaining gorilla/mux over in Go, and something about Hono just fits my brain.
Summarize any URL using OpenAI and Cloudflare Workers 📚
We'll look at the final code, explain how it works, and then show you how to build and deploy this on your own.
We'll use...
@honojs@vercel AI SDK
@OpenAI@CloudflareDev Workers
Let's go!
In my latest video over on @syntaxfm - I show several reasons why I like building backend apps with @honojs and why you should choose it for your next project instead of Express.
Watch 🍿: youtube.com/watch?v=sYZW8TK2…
What can an 8-year-old build in 45 minutes with the assistance of AI?
My daughter has been learning to code with @cursor_ai and it's mind-blowing🤯
Here are highlights from her second coding session. In 45 minutes she built a chatbot powered by @CloudflareDev Workers AI 👀