We’ve focused this release on making everyday tasks easier, enhancing security, and improving the deployment of apps.
🚀 New
- Smarter App Setup - You can now reference
APP_URL
andAPP_HOSTNAME
directly in your app descriptions for more flexibility. This is also used in some templates. - Improved Apps layout in Host View - Assigned apps get a redesigned, mobile-friendly layout that’s easier to work with across devices.
- Health Checks After Deploy - Every deployment now automatically runs a health check, so you know your app is running as expected. Read more here.
- Dedicated FAQ Page - The FAQ has been moved to its own standalone page, making it easier to browse and find the answers you need.
- Security Headers - Apps now include proper security headers by default, adding an extra layer of protection.
💅 Fixes & Improvements
- Next.js Monorepos - Apps in subfolders in monorepo setups with Next.js now should build correctly out of the box.
- Smoother Navigation - UI cards and interactive elements respond more reliably to clicks for a better overall experience.
Automatic health checks
When deploying apps via docker compose, sometimes, health checks are included in the definition of the services, but that is not always guaranteed. Today, we’ve added automatic health check functionality to DollarDeploy to give you confidence that your applications are running properly after deployment. This feature automatically verifies your app
