Onchain Web Hosting (ICP)
Deploy static websites directly on the Internet Computer using an assets canister.
What we can do
- Package & deploy your static website to an ICP assets canister
- Set up deployment workflow (repeatable updates)
- Guide custom domain setup (DNS + configuration)
Best for
- Company landing pages
- Docs / brochures / portfolios
- Static marketing sites
Deploy steps (basic)
We can do this for you, or guide your team.
# Install dfx (Internet Computer SDK)
# https://internetcomputer.org/docs/current/developer-docs/setup/install/
dfx start --background
dfx deploy
# Mainnet
dfx deploy --network ic