Skip to main content
cd ~/projects

E-Portfolio

Multi-app portfolio monorepo with 3D graphics, theming engine, and shared packages

> cat README.md

A pnpm monorepo housing three Next.js 16 portfolio apps — each with a distinct visual identity — sharing code through workspace packages for UI components, a perceptual color theme engine, and centralized data. Built to showcase how a single developer can maintain multiple production-grade sites efficiently.

> grep --highlights

  • 3 portfolio apps with shared @eportfolio/ui, theme, and data packages
  • Perceptual color derivation engine — 5 hex values generate 100+ CSS tokens
  • React Three Fiber starfield with lazy loading and CSS fallback
  • Playwright E2E tests and Storybook component documentation

> tech.stack:

Next.js 16React 19R3FTailwind v4pnpm