← Projects

stephenkiers.com

2025 - Present

ReactTypeScriptVite

This site. A minimal personal website that compiles to static HTML and deploys to Cloudflare Pages.

Goals

  • Fast: sub-second builds, instant page loads
  • Simple: no CMS, no server, just markdown and React
  • Maintainable: easy to add content without fighting the framework

Stack

  • Vite for build tooling
  • React 18 with TypeScript
  • TanStack Router for type-safe file-based routing
  • Tailwind CSS for styling
  • Cloudflare Pages for hosting

Content lives as markdown files with frontmatter. Everything is pre-rendered at build time.