Launch a trial, no card or registration required https://diploi.com/component/bun
A generic Bun component that can be used to run any JS / TS app.
Uses the official oven/bun Docker image.
- In the Dashboard, click Create Project +
- Under Pick Components, choose Bun You can add other frameworks from this page if you want to create a monorepo application, eg, Bun for API + React for frontend.
- In Pick Add-ons, select any databases you need.
- Choose Create Repository, which will generate a new GitHub repo.
- Finally, click Launch Stack
Link the guide https://diploi.com/blog/hosting_bun_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.