
Web4.near
Unstoppable websites on NEAR + IPFS. Keep your webapp running as long as users care.

What is Web4.near?Mainnet
What is web4?
- Decentralised ownership and hosting
- Content permanence by default, no more expired links
- Offline friendly
- Web presence controlled by user
- Interactive mobile apps linked together as websites, no appstores
- Manage website frontend in smart contract
- Every
.nearaccount receives a subdomain under https://near.page- E.g.
thewiki.nearserves https://thewiki.near.page
- E.g.
- Use IPFS with Filecoin to host larger files
Quick Start:
# Create a simple website
mkdir my-web4-site && cd my-web4-site
echo '<h1>Hello Web4!</h1>' > index.html
# Deploy to your account
npx web4-deploy . --accountId your-account.near
Your site will be live at https://your-account.near.page 🎉




