Documentation
Publish versioned guides and API references from your existing docs build.
Publish prebuilt documentation, Storybook, dashboards, and static applications to a stable public address. Every deploy stays immutable, inspectable, and ready to restore.
blobyard deploy ./apps/docs/dist --yard documentation --public
Preparing files
Uploading static output
Release 12 published
https://documentation-123456789-main.blobyard.apppnpm buildCreate static output with your existing tools.
Deploy the directory into one named Web Yard.
The stable public address moves to the new immutable release.
blobyard deploy ./apps/docs/dist --yard documentation --publicShare 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.appRollback changes the stable URL target. It does not rewrite the retained deployment.
https://documentation-0123456789-main.blobyard.apphttps://documentation-9876543210-main.blobyard.appPublish versioned guides and API references from your existing docs build.
Give component previews a stable address while retaining every published build.
Share prebuilt reports and read-only visualisations without running a server.
Publish exported client-side applications from a directory with index.html.