Personal toolbox website built with Astro, React, and Cloudscape Design System.
Live at tools.piotrekwitkowski.com.
- Datasets — Public datasets for download
- Latency Simulator — CloudFront edge latency dashboard with region optimizer
Datasets are auto-updated by GitHub Actions workflows. See scripts/ and .github/workflows/.
npm install
npm run dev # Start dev server
npm run build # Production build → dist/- Add a navigation entry in
src/components/SideNav.tsx. - Create a page at
src/pages/<tool-name>.astro. - Wrap content in
<Layout>and useclient:only="react"for React components.