Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Hosting examples

Frontend-only examples that run entirely on the Internet Computer — static sites, web apps, and game builds served on-chain with no custom backend. Each example is self-contained: follow its README to deploy it locally with icp-cli.

These examples use the @dfinity/static-site recipe, which deploys the certified-assets canister — the successor to the dfx-era asset canister, adding response certification, clean-URL canonicalization, and _headers/_redirects configuration.

New to ICP? Start with static-website, the smallest possible deployment, then react for a typical single-page app setup.

Prerequisites and dev-container setup are covered in the repository README.

Examples

Security considerations and best practices

If you base your application on one of these examples, we recommend you familiarize yourself with and adhere to the security best practices for developing on the Internet Computer. The examples provided here may not implement all the best practices.