Try Sevalla today and get $50 free credits

Changelog

Keep yourself informed about the most recent additions and improvements
we’ve made to Sevalla.

#20Feb 4, 2025

Database connections made lightning-fast ⚡️

Connect to your database instantly with a single click - no more copying connection strings or credentials! Simply hit the new "Open deeplink" button in the external connection card and watch as your local machine connects seamlessly to your database.

This small but powerful update streamlines your workflow and saves valuable development time.

Happy coding! 💻✨

#19Jan 31, 2025

Never miss a failed deployment again 📧 🚨

We're excited to announce our new email notification system for failed deployments across both applications and static sites!

Now you'll instantly know when something goes wrong, allowing you to address issues before they impact your users. No more checking logs manually or wondering why your site isn't updating!

Simply manage your notification preferences under User > Notifications to tailor the experience to your needs.

Stay informed, stay in control! 💪

#18Nov 13, 2024

gRPC support has landed 🚀

We've just shipped gRPC support for your applications, unlocking a whole new world of high-performance communication!

Now you can easily toggle between HTTP and gRPC protocols for your web processes.

Whether you're building complex microservice architectures or performance-critical applications, gRPC support takes your Sevalla deployments to the next level! 💪

#17Nov 11, 2024

Seamless private network access for builds

Build pods can now securely reach other resources via a private network. Perfect for running database migrations during build time. Enjoy a smoother, more efficient workflow!

#16Nov 4, 2024

Support env var reference 🔗

You can now reference environment variables within other variables using the ${key} format. 🎉

This powerful feature works seamlessly across both applications and static sites, making your configuration more dynamic and reducing repetition. No more duplicating values across multiple variables!

For example:

API_URL=https://api.example.com
FRONTEND_URL=${API_URL}/frontend
PreviousPage 6 of 9Next