Host on IPFS + ENS

The decentralized path: content-addressed storage + on-chain naming + eth.limo for browser access.

Overview

1

Build

Export static HTML from the builder.

2

Pin

Upload folder to IPFS → receive CID Qm…

3

ENS

Set content hash on your .eth name to ipfs://Qm…

4

Browse

Open yourname.eth.limo in any browser.

Upload to IPFS

Choose one method from the eth.limo docs:

Important: sites must stay pinned or gateways can't fetch them. Use a pinning service for production.

Update ENS content record

  1. Open ENS Manager.
  2. Select your name → RecordsContent.
  3. Set to ipfs://YOUR_CID (directory CID if you uploaded a folder).
  4. Confirm transaction.

Full walkthrough: Updating ENS content records

IPNS for frequent updates

If you update often, publish via IPNS instead of changing the ENS record every time:

How to publish to IPNS →

Interactive NFTs (Heavens Tools pattern)

For NFT animation_url metadata:

Verify with eth.limo

After ENS propagates, visit:

https://yourname.eth.limo

No browser extension required. eth.limo resolves your content hash and serves via IPFS gateways.

Learn more: Continue with the stack explainer or read the full eth.limo GitBook.