Aurora Cosmos is a fully-featured React portfolio template that wraps your work in a living cosmic environment. Every page sits inside animated aurora curtains, a multi-layer parallax starfield, and frosted-glass panels — all powered by Framer Motion, Tailwind CSS, and React Router.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/apursley2012/aurora-cosmos/llms.txt
Use this file to discover all available pages before exploring further.
Introduction
Learn what Aurora Cosmos is, what it includes, and when to use it.
Quickstart
Clone, install, and launch your celestial portfolio in under five minutes.
Project Structure
Understand how the codebase is organized before you start customizing.
Design System
Explore the cosmic color palette, Tailwind tokens, and utility classes.
What’s included
Aurora Cosmos ships seven pre-built portfolio pages, three animated background layers, a collapsible glassmorphism sidebar, and a fully responsive mobile menu — all wired together and ready to personalize.AuroraBackground
Three-layer animated aurora gradient that drifts behind every page.
Starfield
175-star parallax field with twinkling animation and shooting stars.
Navigation
Collapsible sidebar on desktop, animated slide-down drawer on mobile.
Getting started
Install dependencies
Pre-built option: The repository is already a compiled static site. If you only want to preview or host it, you can skipnpm installandnpm run deventirely — just serve the root directory with any static file server, for examplenpx serve ., and open the printed localhost URL.
Start the dev server
npx serve . from the project root instead.Customize the theme
Colors
Swap the aurora palette or add your own brand colors via Tailwind tokens.
Typography
Change Space Grotesk, Plus Jakarta Sans, or JetBrains Mono to your own fonts.
Animations
Tune Framer Motion durations, easing curves, and parallax scroll ratios.
Deployment
Deploy to GitHub Pages, Vercel, Netlify, or any static host with one command.