v1.0.0 - 11/09/25
We're thrilled to announce Version 1.0 - a complete reimagining of web deployment that makes shipping applications faster, simpler, and more reliable than ever before.
What's New
More Intelligent Framework Detection Our platform now automatically detects your framework and configures optimal build settings. No more manual configuration - we analyze your project and handle everything from build commands to output directories.
Clean URL Architecture We've eliminated versioned hashes from your URLs. Your applications now use the same clean paths in production that you see in development:
Before:
yourapp.com/a7f3b2/_next/static/...
After:
yourapp.com/_next/static/...
This means better SEO, consistent analytics, and familiar debugging paths.
Fewer Build Failures & Easier Debigging Our new build system prevents errors before they happen with:
4GB default memory allocation
Framework-specific optimization strategies
Real-time validation and helpful error messages
Automatic dependency resolution
Monorepo-First Design Select any package from your monorepo and deploy it with a single click. We automatically handle workspace dependencies, shared packages, and build orchestration.
Note: We've temporarily deprecated support for PayloadCMS and Nuxt2 while we complete our infrastructure migration. React projects have been ported to Vite projects. If your react project's build process does not use Vite, you may need to customize your configuration. Reach out on discord.sherpa.sh for help.
New Features
Monorepo Support
Full support for Turborepo, Nx and other monorepo project structures and builders
Automatic detection and configuration for monorepo deployments
Project selection interface for choosing specific packages within monorepos
Improved handling of workspace dependencies and build paths
Framework Detection & Strategy System
Automatic framework detection using more comprehensive detection algorithms. That will automatically extract install and build commands.
New deployment strategy for Static Vite projects
Support for both static and server-side rendering configurations on all supported fraemworks.
Docker deployment support with customizable Dockerfile uploads
Environment Variables Management
New YAML-based environment variable configuration
JSON object storage for complex environment configurations
Dotenvx integration for secure environment variable handling
Improvements
Build System Enhancements
Increased default build memory to 4GB for complex applications
Better error messaging during build failures and file uploads
Improved build output directory detection
Framework-Specific Optimizations
Next.js standalone builds with proper static/SSR handling
SvelteKit support for both static and Node adapters
Remix deployment with Vite compiler integration
Nuxt3 deployment configuration improvements
SSL & Domain Management
Extended SSL certificate expiration to 90 days
Improved edge rule management for static vs dynamic content
Better handling of custom subdomain configurations
Fixed A Record option display in domain linking
Bug Fixes
Deployment Issues
Fixed deployment update attempts when deployments don't exist
Resolved Vite build configuration issues
Fixed environment variables being erased on save when a searchable parameters is present.
Framework Detection
Fixed issues with major version detection for frameworks
Environment Configuration
Fixed NODE_ENV handling in build processes
Corrected environment variable parsing in deployment workflows to account for apostraphes and special characters
UI & Navigation
Fixed form submission issues with switch components
Resolved build settings page error display
Corrected wizard default values for environment variables
Fixed unique subdomain validation on environment copy
Last updated