We’ve added Chinese language support in our dashboard.
To change language, you can go to settings modal, and choose your language preferences.
Your email notifications from Zeabur will be the same language you set in dashboard!
You can now override the default build and start commands for Node.js services! This is very useful for monorepo projects or if you have custom configurations that differ from the default framework configs.
This feature will be available for other providers (Go, Python, Java...) besides Node.js soon!
For some projects that build static files as output (such as Vite, create-react-app, or Astro without SSR), you can provide the output directory and Zeabur will deploy it as static files. This can help you decrease CPU and memory usage, because you don’t need any runtime to serve these files.
This feature will soon be available for other providers (Go, Python, Java...) besides Node.js!
You can now edit your variables in a raw editor, this is helpful if you want to import / export existing variables from the .env file.
You can now use template syntax to refer other variables in the variable editor. The real value will be resolve automatically during the deployment process.
You can now set project icon and description for each of your projects.