TLDR: This release is all about speed and control. Set up apps faster with host selection at creation, cancel stuck deployments instantly, and deploy modern Python apps with UV. Plus, we're launching GPT-OSS self-hosting templates that let you run OpenAI's reasoning models on your own hardware.
š New
- Host Selection During App Creation ā No more back-and-forth configuration. When you create an app, you can now select which host it should run on right from the start. Your app is production-ready the moment you hit create.
- Cancel Any Deployment ā Take back control. Stuck deployment? Wrong configuration? Cancel any running task instantly instead of waiting it out. Note: In rare cases, cancelled tasks may leave processes running, so verify after cancelling.
- Python UV Package Manager Support ā Deploy blazing-fast Python apps with UV, the modern package manager that makes Python development easier. UV is now built into our images, ready to supercharge your Python 3.13 deployments. See our example ā
š Fixes & Improvements
- Better app Edit => Save flow. We will warn you if something needs your attention.
- Better mobile view for hosts and apps
- We added a disk usage warning (above 80%) to the daily/weekly/monthly email we send. If disk usage reaches the specified threshold, we will change the email we send so you know you need to take care of your server.
- Natively built apps now use systemd
ProtectSystem=fullwhich gives you more compatibility for running apps locally. - Notification transports got realtime information about how much message were sent and if there was errors. It allows you to understand in case your notification does not went through.
- Better app build and app deploy notifications. We have added some crucial information to the notifications, like build size, deploy and build times.
š¦ New templates and boilerplates
- š¤ Self-Host OpenAI GPT-OSS Models ā Run GPT-OSS reasoning models on your own infrastructure. Perfect for DataCrunch's H100/A100 GPUs. One-click deployment, full control, zero vendor lock-in. Deploy now ā
- Python 3.13 + UV Template ā Fork and deploy modern Python applications with UV package manager built-in. Get started ā
- We have updated our NextJS boilerplate to support NextJS 16. Check it out hereā
