Vinext is a drop-in replacement for Next.js, built on Vite. This example deploys it on Clever Cloud with Bun.
To follow this tutorial, you need a Clever Cloud account and Clever Tools:
npm i -g clever-tools
clever loginClone this repository:
git clone https://github.com/CleverCloud/vinext-example
cd vinext-exampleCreate and configure the application:
clever create -t nodeDeploy:
clever deploy
clever openYou should see the Vinext demo page, served by Bun on Clever Cloud. Learn more about Node.js/Bun deployment.