# Web4.near

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

**Categories:** Infrastructure, Developer Tooling, Storage
**Phase:** mainnet
**Updated:** 2026-05-27

## What is Web4.near?

### 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  `.near`  account receives a subdomain under  [https://near.page](https://near.page/)
    -   E.g.  `thewiki.near`  serves  [https://thewiki.near.page](https://thewiki.near.page/)
-   Use IPFS with Filecoin to host larger files

### Quick Start:

```bash
# Create a simple website
mkdir my-web4-site &amp;&amp; cd my-web4-site
echo '<h1>Hello Web4!</h1>' &gt; index.html

# Deploy to your account
npx web4-deploy . --accountId your-account.near

```

Your site will be live at  `https://your-account.near.page`  🎉


## Links

- Website: https://web4.near.page/
- X / Twitter: https://twitter.com/web4near
- Telegram: https://t.me/web4near
- GitHub: https://github.com/vgrichina/web4
- Youtube: Web4.near 

## Related categories

- [Infrastructure](https://nearcatalog.xyz/category/infrastructure)
- [Developer Tooling](https://nearcatalog.xyz/category/developer-tooling)
- [Storage](https://nearcatalog.xyz/category/storage)

---
Canonical HTML: https://nearcatalog.xyz/project/web4-near