Skip to content

piotrekwitkowski/tools

Repository files navigation

Piotrek's Toolbox

Personal toolbox website built with Astro, React, and Cloudscape Design System.

Live at tools.piotrekwitkowski.com.

Tools

  • Datasets — Public datasets for download
  • Latency Simulator — CloudFront edge latency dashboard with region optimizer

Data

Datasets are auto-updated by GitHub Actions workflows. See scripts/ and .github/workflows/.

Development

npm install
npm run dev       # Start dev server
npm run build     # Production build → dist/

Adding a Tool

  1. Add a navigation entry in src/components/SideNav.tsx.
  2. Create a page at src/pages/<tool-name>.astro.
  3. Wrap content in <Layout> and use client:only="react" for React components.

About

Piotrek's Toolbox - rebuilt repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors