{"id":29196159,"url":"https://github.com/sunjay-dev/solar-system-3d","last_synced_at":"2026-04-11T11:02:53.372Z","repository":{"id":301563810,"uuid":"1005829813","full_name":"sunjay-dev/solar-system-3d","owner":"sunjay-dev","description":"A web-based 3D solar system viewer built with React and Three.js. Users can explore planets in real-time, view detailed facts, and enjoy a 3d experience.","archived":false,"fork":false,"pushed_at":"2025-06-27T13:53:38.000Z","size":38559,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-30T15:31:50.293Z","etag":null,"topics":["include","material-ui","react","tailwindcss","threejs"],"latest_commit_sha":null,"homepage":"https://solarverse.sunjay.xyz","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sunjay-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-20T22:43:18.000Z","updated_at":"2025-07-02T23:03:12.000Z","dependencies_parsed_at":"2025-06-27T14:53:39.051Z","dependency_job_id":null,"html_url":"https://github.com/sunjay-dev/solar-system-3d","commit_stats":null,"previous_names":["sunjay-dev/solar-system-3d"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sunjay-dev/solar-system-3d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjay-dev%2Fsolar-system-3d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjay-dev%2Fsolar-system-3d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjay-dev%2Fsolar-system-3d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjay-dev%2Fsolar-system-3d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunjay-dev","download_url":"https://codeload.github.com/sunjay-dev/solar-system-3d/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjay-dev%2Fsolar-system-3d/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["include","material-ui","react","tailwindcss","threejs"],"created_at":"2025-07-02T06:00:58.763Z","updated_at":"2026-04-11T11:02:53.338Z","avatar_url":"https://github.com/sunjay-dev.png","language":"JavaScript","readme":"# 🌌 SolarVerse\n\n\u003cimg src=\"https://raw.githubusercontent.com/sunjay-dev/solar-system-3d/refs/heads/main/assets/preview.webp\" alt=\"SolarVerse Preview\" width=\"100%\" /\u003e\n\n\n**SolarVerse** is an interactive 3D space exploration web app built using **React**, **Three.js**, and **React Three Fiber**. It allows users to explore the solar system in a visually engaging way, learn about different planets, and experience real-time planet rendering with bump, normal, and ring textures.\n\n---\n\n### 🚀 Features\n\n- 🌍 View all planets of the Solar System in 3D\n- 🪐 Realistic planet textures, rings, and lighting\n- 🧭 Responsive camera and orbit controls\n- 📱 Mobile optimized (auto camera adjustment)\n- 🔍 Planet facts with interactive toggle panel\n- 🧠 SEO ready with `react-helmet-async`\n- ⚡ Performance-optimized loading experience\n- 🌙 Dark mode support\n\n---\n\n### 🛠️ Tech Stack\n\n![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB) \n![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n![Three js](https://img.shields.io/badge/threejs-black?style=for-the-badge\u0026logo=three.js\u0026logoColor=white) \n---\n\n### 🌍 Live Demo\n\n🔗 [solarverse.sunjay.xyz](https://solarverse.sunjay.xyz)\n\n---\n\n### 📁 Project Structure\n\n```bash\n├── src/\n│   ├── Components/\n│   │   ├── home/\n│   │   ├── viewer/\n│   ├── Data/\n│   ├── Hooks/\n│   ├── Pages/\n│   ├── App.jsx\n│   └── main.jsx\n````\n\n---\n\n### 🧩 Upcoming Features\n\n* 🎮 **A Space Game** using **Three.js** – a thrilling asteroid-dodging experience (coming soon!)\n* 🛰️ Moon and satellite support\n* 🧪 Educational mini-quizzes on planets\n* 🌌 Galaxy/nebula background customization\n\n---\n\n### 🚧 Development\n\nTo run the project locally:\n\n```bash\ngit clone https://github.com/sunjay-dev/solar-system-3d\ncd solar-system-3d\nnpm install\nnpm run dev\n```\n\n---\n\n### 📸 Screenshots\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/sunjay-dev/solar-system-3d/refs/heads/main/assets/landing.webp\" width=\"100%\" alt=\"Landing Page\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/sunjay-dev/solar-system-3d/refs/heads/main/assets/planet-slider.webp\" width=\"100%\" alt=\"Planet Slider\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/sunjay-dev/solar-system-3d/refs/heads/main/assets/earth.webp\" width=\"100%\" alt=\"Earth\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/sunjay-dev/solar-system-3d/refs/heads/main/assets/saturn.webp\" width=\"100%\" alt=\"Saturn\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"https://raw.githubusercontent.com/sunjay-dev/solar-system-3d/refs/heads/main/assets/viewer.webp\" width=\"100%\" alt=\"Viewer\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunjay-dev%2Fsolar-system-3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunjay-dev%2Fsolar-system-3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunjay-dev%2Fsolar-system-3d/lists"}