Example page

Interactive Demo

A showcase of modern static-site patterns โ€” theme switching, live counters, and animated stats. No build step required.

๐ŸŽจ Theme Picker

Click a swatch to change the accent colour across the page.

๐Ÿ”ข Live Counter

0

๐Ÿ“Š Animated Stats

0
Deployments
0
Uptime %
0
Workflows
0
Environments

๐Ÿ’ป Sample Config

# Deploy this static site with CDK
$ npm install -g aws-cdk
$ npm install && npm run build
$ cdk deploy \
  -c accountId=123456789 \
  -c domain=mystaticsite.com \
  -c subdomain=www
โ† Back to Home