Unstoppable Domains: Create a Decentralized Website Using Unstoppable Domains and IPFS Folders
Learn how to create a decentralized website using Unstoppable Domains and IPFS folders on Filebase.
Unstoppable Domains are NFT domains that are associated with a crypto wallet and minted on blockchain networks, just like other forms of NFTs like image or music files. Unstoppable Domains can be used with DNS CNAME records like traditional domain names, meaning you can use an Unstoppable Domain as a domain name for a personal website or blog.
Read below to learn how to create a decentralized website using Unstoppable Domains and IPFS folders on Filebase.
Select ‘Domains’ then ‘Domain Search’.

Select the one you’d like to purchase.

Select ‘Free Mint’ to mint your domain on the Polygon network.

Minting is the process of converting a digital file into a crypto collectible or digital asset on a blockchain network. In this case, we are minting our digital asset, our domain, on the Polygon blockchain network.

In this tutorial, we’ll use MetaMask.




Select “Track Progress” to view the status of your minting transaction.


This file is a basic HTML file to serve as the homepage of your website. Change and edit this file to reflect your website’s content, and style it accordingly. To learn more about HTML and CSS styling, see here.
<!DOCTYPE html>
<html>
<head>
<title>A Static Site Hosted on the Decentralized Web</title>
</head>
<body style="background-color:black;">
<h1 align="center" style="color:white;"> A Static Site Hosted on the Decentralized Web</h1>
<p style="color:orange;" align="center">
A website hosted on IPFS through Filebase, using a Filebase dedicated IPFS gateway.
<a href = "https://filebase.com">
<img src="./image1.png" width="300px" >
</a>
</p>
<ul align="center">
<li>
<li>
<table border align="center">
<tr> <th style="color:teal;">IPFS</th> <th style="color:green;">Sia</th>
</tr>
<tr><td> <img src="./image2.png" width="400px" > </td> <td> <img src="./image3.png" width="400px"></td></tr>
</table>
</body>
</html>
Any files you want to be used with your website, such as image files or script files, save in this folder.
Currently, the directory should look like this:
- My Website
- index.html
- image1.png
- image2.png
- image3.png


Once uploaded, click on the CID to copy it to your clipboard.

Select ‘Manage’ next to the domain you want to use with your website.




Once authorized, your domain will display ‘Website Launched’ followed by the CID of your folder.


If you have any questions, please join our Discord server, or send us an email at [email protected]