Changelog

Preview Deployments Improvements

Better preview deployments with improved performance
Preview Deployments Improvements

👁️ Preview deployments just got better!

Improvements:

  • Faster build times for previews
  • Preview URL comments on pull requests
  • Preview environment variables
  • Auto-delete stale previews
  • Preview deployment history

New Features:

  • Preview sharing links
  • Password protection for previews
  • Custom preview domains
  • Preview deployment badges

Usage: Preview deployments are automatically created for every pull request. Just push your changes and get a live preview URL.

These improvements make it easier than ever to review and test changes before merging.

SSO & SAML Support

Enterprise-grade authentication with SSO and SAML
SSO & SAML Support

🔐 SSO & SAML support is now available for Team plans!

Features:

  • SAML 2.0 integration
  • Single Sign-On (SSO)
  • Identity Provider (IdP) support
  • SCIM provisioning
  • Audit logs

Supported IdPs:

  • Okta
  • Azure AD
  • Google Workspace
  • OneLogin
  • Any SAML 2.0 compliant IdP

Benefits:

  • Centralized authentication
  • Better security posture
  • Simplified user management
  • Compliance ready

Available on Team plans. Contact sales for enterprise options.

API v1 Release

Control your deployments programmatically with our API
API v1 Release

🚀 API v1 is now available! Control your deployments programmatically.

Endpoints:

  • /v1/projects - List and manage projects
  • /v1/deployments - Trigger and manage deployments
  • /v1/domains - Manage custom domains
  • /v1/environments - Manage environment variables
  • /v1/teams - Manage team members

Authentication:

  • API keys with scoped permissions
  • OAuth 2.0 support
  • Webhook signatures

Example:

curl -X POST https://api.deployhub.io/v1/projects/{id}/deploy \
  -H "Authorization: Bearer YOUR_API_KEY"

Documentation: Full API documentation available at docs.deployhub.io/api

Available on all plans with rate limits based on plan tier.

GitLab Integration

Connect your GitLab repositories for seamless deployments
GitLab Integration

🔄 GitLab integration is now available! Connect your GitLab repositories.

Features:

  • Connect GitLab repositories
  • Automatic deployments on push
  • Preview deployments for merge requests
  • GitLab CI/CD integration
  • Organization support

How to use:

  1. Go to New Project
  2. Select GitLab as provider
  3. Authorize DeployHub
  4. Choose your repository
  5. Deploy!

GitLab integration joins our existing GitHub integration for complete Git provider coverage.

Analytics Dashboard

Monitor your deployment performance in real-time
Analytics Dashboard

📊 Introducing the Analytics Dashboard! Monitor your deployments in real-time.

Features:

  • Real-time request monitoring
  • Core Web Vitals tracking
  • Bandwidth usage
  • Error rate tracking
  • Geographic distribution
  • Historical data

Metrics:

  • Requests per second
  • Average latency
  • 95th percentile latency
  • Error rates (4xx, 5xx)
  • Bandwidth usage

Alerts: Set up alerts for:

  • High error rates
  • Performance degradation
  • Bandwidth limits

Available on all plans with varying levels of detail.

Edge Config

Store configuration data at the edge with millisecond latency
Edge Config

⚡ Edge Config is now available! Store and access configuration data at the edge.

Features:

  • Global edge storage with millisecond latency
  • Key-value configuration store
  • Real-time updates
  • Environment-specific configs
  • Secure by default

Use cases:

  • Feature flags
  • API endpoints
  • Third-party keys
  • App configuration

Usage:

const config = await edgeConfig.get('my-config')
console.log(config.apiUrl)

Available on Pro and Team plans.

Custom Domains & SSL

Add custom domains with automatic SSL certificates
Custom Domains & SSL

🔒 Custom domains are now available! Add your own domain to any deployment.

Features:

  • Add unlimited custom domains (Pro/Team)
  • Automatic SSL certificates via Let's Encrypt
  • Wildcard domain support (Team)
  • Domain verification
  • DNS configuration guides

How to use:

  1. Go to Project Settings > Domains
  2. Enter your domain name
  3. Follow the DNS configuration guide
  4. SSL certificate is automatically provisioned

SSL certificates are renewed automatically, no manual intervention required.

Serverless Functions

Deploy serverless API functions alongside your frontend
Serverless Functions

⚡ Introducing Serverless Functions! Deploy API endpoints without managing servers.

Features:

  • Support for Node.js, Python, Go, and Rust
  • Automatic scaling based on demand
  • Built-in environment variables
  • Seamless integration with frontend deployments
  • Real-time logs and monitoring

Usage: Create a functions directory in your project:

your-project/
├── functions/
│   └── api/
│       └── hello.js

Example function:

export default async (req, res) => {
  return res.json({ message: 'Hello World!' })
}

Access at: https://your-app.deployhub.app/api/hello

Limits:

  • Hobby: 1,000 invocations/day
  • Pro: 100,000 invocations/day
  • Team: 1M invocations/day

Team Collaboration Features

Work together seamlessly with team collaboration features
Team Collaboration Features

👥 We're excited to announce team collaboration features! Now you can:

New Features:

  • Invite team members to your account
  • Role-based access control
  • Shared projects across team members
  • Activity logs for team actions
  • Team billing management

Roles:

  • Owner: Full access to all features
  • Admin: Manage team and projects
  • Developer: Deploy and manage applications
  • Viewer: View-only access to projects

How to use:

  1. Go to Team Settings
  2. Invite team members by email
  3. Assign roles
  4. Collaborate!

This is just the beginning - more collaboration features are coming soon.

DeployHub Launch 🚀

We're excited to announce the public launch of DeployHub! Deploy web applications in seconds.
DeployHub Launch 🚀

🚀 We're excited to announce the public launch of DeployHub! Deploy web applications in seconds with Git-powered deployments, global CDN, and automatic scaling.

Features:

  • ⚡ Git-powered deployments - push to deploy
  • 🌍 Global edge network - 100+ locations
  • 🔒 Automatic SSL certificates
  • 👁️ Preview deployments for pull requests
  • ⏱️ Instant rollbacks
  • 📊 Real-time analytics
  • 👥 Team collaboration

Supported frameworks:

  • Next.js
  • Nuxt
  • React
  • Vue
  • Svelte
  • Gatsby
  • Hugo
  • And more!

Start deploying for free today at deployhub.com

Powered by DeployHub • © 2026