Built With

A simple portfolio built with React Router and deployed on Cloudflare Workers.

Framework

What the site is built with

React Router v7

Full-stack framework with file-based routing

React 19

UI library

TypeScript

JavaScript with type safety

Hosting

Where the site runs

Cloudflare Workers

Serverless platform that runs on Cloudflare's edge network

Styling

How the site looks

Tailwind CSS v4

Utility-first CSS framework

Radix UI

Accessible component primitives

Lucide React

Icon library

Build Tools

Development tools

Vite

Build tool with fast hot module replacement

Why These?

I wanted something simple that would deploy globally and load quickly.

  • Cloudflare Workers handles the hosting and makes it fast everywhere
  • React Router v7 is a solid full-stack framework
  • Tailwind makes it easy to style things consistently
  • TypeScript catches mistakes before they become bugs