For app developers
Ship a website or app you truly OWN — minted on-chain as your own asset, not rented. Build and preview for free; pay a small uniform $DIG price only when you publish, with files encrypted in your browser so no host can read them.
The mental model
A store is your website's permanent identity — an on-chain singleton you control. Each time you publish, you mint one immutable capsule = storeId:rootHash. A store is just the sequence of capsules you've published over time.
Two front doors lead to the same free-build → paid-publish loop:
- The web path — DIGHUb at hub.dig.net: drop a built folder, preview free, connect a wallet only at Publish.
- The CLI / CI path — the
digstoreCLI +create-dig-app+ the GitHub deploy Action.
Scaffold, build, and preview cost nothing. You pay only when you publish a capsule.
| You're doing | Cost |
|---|---|
| Scaffolding, building, previewing a draft | Free |
| Publishing your first capsule (mint a store) | uniform capsule price in $DIG + small XCH fee |
| Publishing each update (a new capsule) | uniform capsule price in $DIG + small XCH fee |
Start here
- Quickstart — ship a site in 10 minutes — the fastest path, web or CLI.
Publish from the web — DIGHUb
Start a new store in DIGHUb ↗. Drop in your built site (your dist/ or build/ folder), get a free draft preview on the real read path, and connect a wallet only at the Publish step. See the web walkthrough in the Quickstart → Publish from the web.