AI & Web Consulting — making the internet since 1997.
- Parcel 2 — build, bundling, dev server
- PostHTML — HTML component includes
- Hand-rolled CSS — no frameworks, ~5KB total
- Cloudflare R2 — static hosting
- Cloudflare Workers — contact form backend
- Cloudflare Turnstile — bot protection
- Resend — transactional email
npm start # Dev server with HMR
npm run build # Production build
npm run upload # Deploy to R2
Contact form handler lives in worker/. Deploy with:
cd worker && npx wrangler deploy
Secrets (set via npx wrangler secret put):
TURNSTILE_SECRET_KEYRESEND_API_KEY