Open-source React landing page for cinematic gradient packs and digital materials.
Aura is a polished single-page interface for product teams, designers, and frontend engineers who want a strong visual starting point without a marketing-template aftertaste. It ships with scroll-driven motion, smooth scrolling, a curated gradient catalog, and a compact component structure that is easy to fork.
- Editorial landing page with hero, catalog, philosophy, CTA, and footer sections.
- Scroll-based animation with Motion.
- Smooth page movement with Lenis.
- Tailwind CSS 4 theme tokens in
src/index.css. - Typed gradient catalog in
src/data/gradients.ts. - Small reusable UI surface: button primitive, class merging utility, and section components.
- Static-host friendly Vite build.
- React 19
- TypeScript
- Vite 6
- Tailwind CSS 4
- Motion
- Lenis
git clone git@github.com:bymilon/aura-landing-page.git
cd aura-landing-page
bun install
bun run devThe dev server runs at http://localhost:3000.
bun run dev # Start Vite on port 3000
bun run build # Create a production build in dist/
bun run preview # Preview the production build
bun run lint # Type-check with TypeScriptsrc/
components/ Page sections and shared UI
components/ui/ Reusable primitives
data/ Gradient catalog data
lib/ Utility helpers
App.tsx Page composition
index.css Tailwind theme and global styles
main.tsx React entry point- Edit catalog content in
src/data/gradients.ts. - Adjust theme tokens and global styles in
src/index.css. - Reorder or remove sections in
src/App.tsx. - Replace placeholder links in
src/components/Navigation.tsx,src/components/FinalCTA.tsx, andsrc/components/Footer.tsx.
Aura does not require API keys or a backend service.
See TODO.md for the release backlog. Good first contributions are tagged there.
Issues and pull requests are welcome. Keep changes focused, include screenshots for visual changes, and run:
bun run lint
bun run buildRead CONTRIBUTING.md before opening a pull request.
Do not open public issues for vulnerabilities. Follow SECURITY.md.
MIT. See LICENSE.