Skip to main content

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.

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.

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

1

Clone the repository

Fork or clone apursley2012/dev.void from GitHub to get the full source.
2

Install dependencies

Run npm install (or pnpm install) in the project root to install React, Framer Motion, Tailwind CSS, and all other dependencies.
3

Start the dev server

Run npm run dev to launch the Vite development server. The portfolio opens at http://localhost:5173.
4

Personalize your content

Edit the data arrays inside each component file to replace the placeholder name, bio, projects, skills, and experience with your own.
Start with the Quickstart for a step-by-step walkthrough, then jump to Personalizing Content to make the portfolio your own.

Build docs developers (and LLMs) love