Announcing Foundry — an on-chain deployment tool for static…
Announcing Foundry — an on-chain deployment tool for static websites on BSV
Drop a build folder — HTML, CSS, JS, images, fonts — OR just single files and Foundry inscribes every file as a 1Sat Ordinal. It rewrites all internal references (src, href, url(), import paths) to point at on-chain content addresses so your site works directly from the blockchain without any server rewriting.
The web app connects to any BRC-100 wallet (MetaNet Desktop or compatible) for signing and funding. No private keys in the browser — the wallet handles everything through the standard interface.
Each deploy creates UHRP content tokens that advertise file availability on the overlay network. When you redeploy, Foundry loads your previous manifest, diffs file hashes, reuses unchanged files, and only reinscribes what actually changed. Old UHRP tokens for superseded files are automatically revoked. You can also revoke individual files from the deploy history at any time.
The manifest is your deploy receipt and the key to cheap redeployments.
Available as a web app (deployed on-chain via itself) and a Go CLI for scripting and CI pipelines. Both use the same inscription format, manifest schema, and UHRP token lifecycle.
Web app: https://anvil.sendbsv.com/app/Foundry