diff --git a/docs/index.mdx b/docs/index.mdx
index 33b288ee..38fee049 100644
--- a/docs/index.mdx
+++ b/docs/index.mdx
@@ -1,10 +1,10 @@
---
title: Build on the Internet Computer
-description: "Build tamperproof full-stack applications on the Internet Computer -- no cloud, no bridges, no external dependencies"
+description: "Build tamperproof full-stack applications on the Internet Computer — no cloud vendor, no server patching, no security team required"
template: splash
hero:
title: "The Network is The Cloud. Agents Build."
- tagline: "Build full-stack apps on a secure public network that processes digital assets natively and runs entirely without cloud dependencies. Tamperproof. Unstoppable. Sovereign."
+ tagline: "Build full-stack apps on a public network where security is enforced by the protocol. No cloud vendor, no server patching, no security team. Tamperproof. Sovereign."
actions:
- text: Get started
link: /getting-started/quickstart/
@@ -21,11 +21,18 @@ hero:
import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
-
+## Start building
+
+
+
+
+
+
+
## ICP skills for agents that write code
-Teach your AI agent canister patterns, token standards, CLI commands, and deployment workflows so it ships working code instead of guessing.
+Teach your AI agent canister patterns, API integrations, CLI commands, and deployment workflows so it ships working code instead of guessing.
@@ -34,43 +41,42 @@ Teach your AI agent canister patterns, token standards, CLI commands, and deploy
-## What makes ICP different
+## The frontier cloud for your apps
-
- Canisters sign transactions for Bitcoin, Ethereum, and other chains using threshold signatures. No bridges or oracles required.
- [Learn more](concepts/chain-key-cryptography.md)
+
+ Security is enforced by the protocol across every node. No security team, no server patching, no compliance dashboard required.
+ [Learn more](concepts/canisters.md)
-
- Canister memory survives across executions and upgrades. No databases, no serialization: just use variables.
- [Learn more](concepts/orthogonal-persistence.md)
+
+ Frontend, backend, and data all run on the network. No cloud vendor, no CDN, no separate database.
+ [Learn more](concepts/app-architecture.md)
-
- Users never pay gas. Canisters pay for their own compute, storage, and bandwidth using **cycles**.
- [Learn more](concepts/reverse-gas-model.md)
+
+ Apps run across independent nodes and are portable across hardware providers. No vendor lock-in.
+ [Learn more](concepts/network-overview.md)
-
- Canisters serve HTTP responses directly. Host full web applications (frontend and backend) entirely onchain.
- [Learn more](concepts/app-architecture.md)
+
+ Canister memory persists automatically across executions and upgrades. No serialization, no migration scripts.
+ [Learn more](concepts/orthogonal-persistence.md)
- Canisters schedule their own execution with timers. No external cron jobs, keepers, or off-chain bots.
+ Canisters schedule their own execution with timers. No external cron jobs, background workers, or separate infrastructure to maintain.
[Learn more](concepts/timers.md)
-
- Natively interact with Bitcoin, Ethereum, Solana, and other blockchains from ICP canisters.
- [Learn more](concepts/chain-fusion.md)
+
+ Pre-load a canister with cycles and it pays for its own compute, storage, and bandwidth. No usage-based billing to pass on, no per-user pricing logic to build.
+ [Learn more](concepts/reverse-gas-model.md)
## Documentation
-
-
+
-
+
## External resources