Start a free demo without registering an account https://diploi.com/component/hono
Run Hono on Diploi. Uses Bun to handle dependencies and to run the application.
Uses the official oven/bun Docker image.
- Sign up for a free Diploi account at https://console.diploi.com/
- In the Dashboard, click Create Project +
- Under Pick Components, choose Hono You can add other frameworks from this page.
- In Pick Add-ons, select any databases or extra tools you need.
- Choose Create Repository so Diploi generates a new GitHub repo for your project.
- Click Launch Stack
Link to guide https://diploi.com/blog/hosting_hono_apps
Will run bun install when component is first initialized, and bun dev when deployment is started.
Will build a production ready image. Image runs bun install & bun run build when being created. Once the image runs, bun start is called.