Uses
last updated July 2026
A running list of the gear and tools behind this site and my day-to-day. Inspired by uses.tech.
The homelab
- Raspberry Pi 4 — the little server that hosts the dynamic half of this site. Runs headless.
- Cloudflare Tunnel (
cloudflared) — exposes services on the Pi to the internet with no open ports and no public IP. Every*.kturley.comapp that isn’t static routes through here. - Cloudflare Pages — hosts this static hub at the edge.
This site
- Astro — static-first framework. The whole hub ships as HTML with a sprinkle of client-side JS for the live bits.
- Supabase — Postgres + realtime for the guestbook and the view counter. Row Level Security keeps the public anon key honest.
- TypeScript — everywhere it fits.
Everyday tools
| What | Tool |
|---|---|
| Editor | Neovim / VS Code, depending on mood |
| Shell | zsh + tmux |
| Terminal | a tiling setup I keep meaning to simplify |
| Version control | git + GitHub |
This list changes as I swap things in and out.