Static sites with a durable release history.

Publish prebuilt documentation, Storybook, dashboards, and static applications to a stable public address. Every deploy stays immutable, inspectable, and ready to restore.

publish documentation

blobyard deploy ./apps/docs/dist --yard documentation --public

Preparing files

Uploading static output

Release 12 published

https://documentation-123456789-main.blobyard.app
Deployment history
  1. Release 12LiveUpdate navigation · 5.2 MB
  2. Release 11RestoreAdd API reference · 5.1 MB
documentation-123456789-main.blobyard.app

Getting started

pnpm build
Build / Publish / Point

Your build stays yours. Blob Yard handles the release.

  1. 01

    Build

    Create static output with your existing tools.

  2. 02

    Publish

    Deploy the directory into one named Web Yard.

  3. 03

    Point the Yard

    The stable public address moves to the new immutable release.

blobyard deploy ./apps/docs/dist --yard documentation --public
Stable URL, immutable deployments

A stable address. Every deploy kept.

Share one public URL with your audience. Each deployment also keeps its own immutable URL, so you can inspect an exact release before moving the stable address back to it.

https://documentation-123456789-main.blobyard.app

Rollback changes the stable URL target. It does not rewrite the retained deployment.

Deployment history
  1. Release 12LiveUpdate navigation · 5.2 MB
  2. Release 11RestoreAdd API reference · 5.1 MB
https://documentation-0123456789-main.blobyard.apphttps://documentation-9876543210-main.blobyard.app
Built for static output

Publish the files your build already creates.

01

Documentation

Publish versioned guides and API references from your existing docs build.

02

Storybook

Give component previews a stable address while retaining every published build.

03

Static dashboards

Share prebuilt reports and read-only visualisations without running a server.

04

Exported apps

Publish exported client-side applications from a directory with index.html.

Publish your site. Keep every release.

Deploy a Web YardRead the guide