Digital Domain is a retro-themed personal developer portfolio built with React 18, Vite, Tailwind CSS, and Framer Motion. It recreates the aesthetic of early 2000s personal homepages — complete with draggable Win98-style windows, scrolling marquee banners, CRT scanline overlays, and Comic Sans typography — while running as a fast, modern single-page application.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/digital-domain/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Learn what Digital Domain is, how it’s structured, and what makes it tick.
Quickstart
Clone the repo, install dependencies, and have the dev server running in under two minutes.
UI Components
Explore the reusable retro UI components: Window, Marquee, BeveledButton, and HitCounter.
Theming & Styling
Customize the retro color palette, fonts, and Tailwind tokens to make the site your own.
What’s Inside
Digital Domain is organized as a React SPA with 11 distinct routes. Each page is a self-contained component that renders inside the sharedLayout — a sticky Win98-style header with navigation buttons and a CRT scanlines overlay.
Window
Draggable, focusable Win98 windows
Marquee
Configurable scrolling text banner
BeveledButton
Classic beveled Win98 button
HitCounter
Animated retro hit counter
Core Concepts
Design system, routing, and animations
Deployment
Deploy to GitHub Pages or any static host
Get Running in Minutes
Start the dev server