Open Source Attributions
Thank you to all the amazing open source projects that made this website possible
Next.js
The React Framework for the Web. Powers this website with server-side rendering, static generation, and the App Router.
React
A JavaScript library for building user interfaces. The foundation for all interactive components on this site.
Material UI
A comprehensive React component library implementing Material Design. Provides the UI components, theming, and icons used throughout the site.
Tailwind CSS
A utility-first CSS framework for rapidly building custom designs. Used for additional styling alongside MUI.
Framer Motion
A production-ready motion library for React. Powers all animations and transitions across the website.
TypeScript
A strongly typed programming language that builds on JavaScript. Ensures type safety and better developer experience.
Supabase
An open source Firebase alternative. Provides authentication, database, and backend services for the CV system.
Vercel
The platform for frontend developers. Hosts and deploys this website with automatic CI/CD and edge functions.

Emotion
A performant and flexible CSS-in-JS library. Used by MUI for styling and theming components.
Puppeteer
A Node.js library for controlling headless Chrome. Used for generating PDF exports of the CV.
pdf-lib
A library for creating and modifying PDF documents. Assists with PDF generation features.
React Icons
Popular icon packs as React components. Provides additional icons beyond MUI Icons.
ESLint
A pluggable linting utility for JavaScript and TypeScript. Ensures code quality and consistency.
Bun
An all-in-one JavaScript runtime and toolkit. Used as the package manager for faster installs and scripts.
Claude Code
An agentic coding tool by Anthropic. Assisted in building features, writing code, and developing this attributions page.