Skip to content

joshbickett/visualize.cool

Repository files navigation

visualize.cool

Interactive React/Next.js experience showcasing curated visualizations, starting with a Solar System scale explorer that tracks true orbital eccentricities and perihelion orientations.

Getting started

npm install
npm run dev

Then open http://localhost:3000.

Project structure

  • app/ – App Router pages, metadata, and SEO helpers.
  • components/visualizations/ – Client-side visualization components.
  • public/ – Favicons, share images, and web manifest assets.

Available scripts

  • npm run dev – Start the development server.
  • npm run build – Create an optimized production build.
  • npm run start – Run the production server.
  • npm run lint – Lint the project with ESLint.

Contributing

Open a pull request with your visualization and include data sources, controls, and accessibility considerations. See AGENTS.md for the platform goals.

About

A repository website of cool visualizations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published