Start a quick demo, no account needed https://diploi.com/component/nue
Uses the official oven/bun Docker image for development,
and an optimised nginx image for production.
- Sign up for a free Diploi account at https://console.diploi.com/
- In your Dashboard, click Create Project +.
- Under Pick Components, choose Nue.js. You can also add databases or other frameworks, to your Nue.js stack here.
- In Pick Add‑ons, select any services your app needs (e.g., PostgreSQL, Redis, or MongoDB).
- Choose Create Repository to start from a fresh GitHub repo.
- Click Launch Stack.
For more information, check https://diploi.com/blog/hosting_nuejs_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.