dev.void is an open-source, space-themed personal developer portfolio built with React, Framer Motion, and Tailwind CSS. Every section of the site is a standalone animated component — from the aurora borealis hero to the rotating radar skills visualizer — making it straightforward to fork, customize with your own content, and deploy as your own portfolio.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/dev.void/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Learn what dev.void is, its tech stack, and how all the pieces fit together.
Quickstart
Clone the repo, install dependencies, and get the dev server running in minutes.
Project Structure
Understand the component layout, asset pipeline, and page routing.
Customization
Swap in your own name, bio, projects, skills, and work history.
What’s Inside
dev.void is composed entirely of purpose-built React components. Each maps to a section of the portfolio and can be used, replaced, or extended independently.AuroraHero
Full-viewport animated aurora overlay with entrance animations.
PlanetaryProfile
3D-tilt card with mouse-tracking perspective for the about section.
TelemetryRadar
Rotating radar sweep that reveals skills as blips on a sonar screen.
MissionPatchWall
Project showcase displayed as circular mission patches with modal expansion.
MissionLogTimeline
Scroll-driven work history with an animated progress line.
CommsConsole
Terminal-styled contact form with animated transmission feedback.
Get Started
Install dependencies
Run
npm install (or pnpm install) in the project root to install React, Framer Motion, Tailwind CSS, and all other dependencies.Start the dev server
Run
npm run dev to launch the Vite development server. The portfolio opens at http://localhost:5173.