Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/apursley2012/telemetry/llms.txt

Use this file to discover all available pages before exploring further.

Telemetry is a visually striking personal portfolio site inspired by space observatories and aurora phenomena. Built with React 18, Vite, React Router, and Framer Motion, it delivers cinematic page transitions, a custom animated cursor, and a deep-space color palette — all deployable as static files to any CDN or hosting platform.

Introduction

Learn what Telemetry is, its tech stack, and the design philosophy behind the space-observatory theme.

Getting Started

Clone, install, and run Telemetry locally in under five minutes.

Architecture

Understand the component structure, routing system, and how pages are composed.

Customization

Swap colors, fonts, animations, and content to make Telemetry your own.

What’s Inside

Telemetry ships with seven fully-built pages and a set of reusable animated components ready for you to customize with your own content.

Aurora Background

Full-screen layered gradient blobs with SVG filter distortion and starfield overlays.

Custom Cursor

Magnetic spring-physics cursor that reacts to interactive elements on hover.

Page Transitions

Blur-fade enter/exit animations powered by Framer Motion’s AnimatePresence.

Navigation Bar

Fixed header with animated active-pill indicator and pulsing signal status badge.

Hash Routing

Static-file-friendly hash-based routing — no server configuration required.

Tailwind Theming

Space-specific color tokens (aurora-teal, midnight-navy, etc.) configurable in one place.

Quick Start

1

Clone the repository

git clone https://github.com/apursley2012/telemetry.git
cd telemetry
2

Install dependencies

npm install
3

Start the dev server

npm run dev
The site is now running at http://localhost:5173.
4

Customize your content

Open assets/main.js (or the source components under components/) and replace the placeholder text, project cards, and social links with your own information. See the Content guide for a full walkthrough.
Telemetry is built as a static site. Run npm run build to produce a dist/ folder you can deploy to Netlify, Vercel, GitHub Pages, or any static host — no backend required.

Build docs developers (and LLMs) love