Changelog

Everything new
in Hostess.

New features, improvements, and fixes — shipped release by release, from the first deploy to today.

  1. v0.5.0

    August 2026

    Static sites are a first-class service type — and anything can sleep when idle now, whether or not it has a public URL.

    New

    Static sites

    Point a service at a Vite, Astro, or Docusaurus app — or a plain folder of HTML — and Hostess builds it and serves it from a proper file server. SPA routing, redirects, custom headers, a 404 page, and compression all come with it, and the site sleeps when nobody is visiting.

    New

    Sleep without a public URL

    A private service can now scale to zero too. Keep an API off the internet, let it idle at nothing, and it wakes the moment another service calls it through ${api.url} — so a private backend behind a public frontend costs nothing while both are quiet.

    New

    Different replica counts per environment

    Set replicas once per environment instead of once per service. Let preview apps idle between reviews while production holds a steady instance count, from the same hostess.yml.

    Improved

    Faster builds

    Builds now run on a hosted build fleet with a warm, persistent cache instead of waiting on capacity in your region. Repeat deploys reuse far more of the previous build.

    • NewAnalytics and Speed Insights on static sites — one call to @hostess/browser and the dashboards fill in
    • NewBrowse every file a static site is serving, with sizes, from its Resources tab
    • New_redirects, _headers, and 404.html behave the way you expect from other static hosts
    • ImprovedBuild logs call out the step that failed instead of leaving you to find it
    • ImprovedA Dockerfile COPY that points at a missing file now says so, and tells you to check .dockerignore
    • ImprovedCheaper by default — a service reserves a fraction of a core and bursts to its limit, so the same preset costs less
    • FixedA service that depends on a sleeping service wakes it during rollout instead of waiting it out
  2. v0.4.0

    July 2026

    Apps that nobody is using scale all the way down to zero — plus real-visitor analytics, performance scores, and job logs you can go back to.

    New

    Scale to zero while idle

    Side projects, demos, and preview apps stop taking up capacity while nobody is looking at them. Set a service’s minimum instance count to zero and it winds down after about five minutes of quiet, then wakes on the next visit in a few seconds — whether that visit comes from its Hostess URL, a custom domain, a preview link, or another service calling it.

    New

    Audience Analytics

    Visitors, page views, bounce rate, and breakdowns by page, referrer, campaign, country, and device — in their own dashboard tab. Add the <Analytics /> component to your app and the numbers start filling in. No cookies, so no cookie banner.

    New

    Speed Insights

    Real-user Core Web Vitals from actual page loads, not a lab test — LCP, INP, CLS, FCP, and TTFB by route, device, and percentile, distilled into a single Real Experience Score you can watch move release over release.

    New

    Job logs you can go back to

    Job output is kept after the run ends, so you can reopen any past run and read exactly what happened. Watch one live with hostess jobs run --follow, or pick a specific firing of a repeating job from the dashboard’s log viewer.

    • ImprovedFriendly service URLs — every service gets a readable hostname you can recognize at a glance
    • ImprovedSmarter defaults — services are sized for the work they actually do, so a new deploy costs less out of the box
    • ImprovedLive instance counts and an Idle state in the dashboard and in hostess services list
    • ImprovedA service set to idle at zero still has to build and start cleanly before a deploy counts as done
    • ImprovedYour databases stay on while idle apps sleep, so a woken app finds its data ready
    • Improvedhostess deploy targets your production environment by default
    • Fixedhostess connect confirms your tunnel is live before it reports success
  3. v0.3.0

    July 2026

    Reach your databases from anywhere, and share services with your team — no VPN required.

    New

    Public database connections

    Postgres and Redis now expose standard connection strings over TLS on their own dedicated hostnames. Connect from your laptop, a CI job, or another platform — no port-forwarding required.

    New

    Team-only services with SSO

    Set a service to “team” and your whole org can reach it after signing in once with Hostess SSO. No VPN, no shared passwords — and you can set visibility per port on multi-port services.

    Improved

    Postgres you can actually operate

    Connection pooling, a built-in SQL console, query insights, declarative extensions, and point-in-time restore back to any moment you choose.

    Improved

    Redis, upgraded

    Per-database users for scoped databases, plus configurable version, memory limit, and eviction policy — all from your config.

    • NewDark mode across the dashboard
    • NewNew CLI commands: hostess environments, plus domains update and verify
    • NewCancel or delete a deployment straight from the dashboard
    • ImprovedRetarget a custom domain to a different service without redeploying
    • ImprovedHistorical metrics for Postgres and Redis
    • ImprovedLarge lists stay smooth at scale — logs, keys, and traces
  4. v0.2.0

    June 2026

    From a deploy engine to a production platform: Git-driven deploys, custom domains, and insights.

    New

    Deploy on push with GitHub

    Connect a repository and Hostess builds and deploys on every push. Every pull request gets its own preview URL that tears itself down when the PR closes.

    New

    Custom domains

    Bring your own domain with automatic TLS. Add it, verify it, and you’re live — certificates are provisioned and renewed for you.

    New

    Service insights

    Built-in metrics and distributed-trace waterfalls for your services, plus an interactive FastAPI playground to exercise your API right from the dashboard.

    Improved

    Faster, more reliable builds

    Source builds with streamed, real-time logs so you can watch every step of a deploy as it happens.

    • NewDeployment jobs and file mounts — run migrations, seed scripts, and one-off tasks as part of a deploy
    • NewPersistent storage for custom services — attach durable volumes that survive redeploys
    • NewSign in to the CLI from your browser — no more pasting tokens
    • NewHosted documentation at docs.hostess.sh
    • ImprovedOrdered multi-service rollouts
    • ImprovedDeploy status that never times out on slow builds
  5. v0.1.0

    March 2026

    The first release — deploy and run your entire stack from a single file.

    New

    Deploy any stack from hostess.yml

    Next.js, FastAPI, Postgres, Redis, or any container image. Hostess provisions, routes, scales, and wires everything together automatically from one config file.

    New

    Managed Postgres and Redis

    Production databases in a single line of config, with automatic backups and restore. Reference them by name and connection strings resolve for you at deploy time.

    New

    Automatic service wiring

    Every service gets a stable URL. Reference another service and its credentials and URLs are injected automatically — no env-file juggling.

    • NewPer-service deploys with live environment state
    • NewScoped database groups — multiple logical databases in one instance
    • Newhostess connect for local access to your managed databases
    • NewOrganizations with roles — owner, developer, and viewer
    • NewSign in with GitHub or email
    • NewPersonal access tokens for CI and scripting
    • NewService dashboards with streaming logs and metrics

Want a feature in Hostess? Send us your feedback!