3D EXPLORATION
See the Solar System in motion.
Navigate a textured 3D scene with animated orbits and camera controls. Rendering pauses when the view is not active.
01OPEN SOURCE · SPACE EXPLORATION
AstroGuide is a visual, interactive way to explore 39 celestial objects across three complementary views.
MADE FOR EXPLORATION
A calm, tactile experience for exploring a curated celestial catalogue. It is built for curiosity, from a first orbit to a closer comparison.

THREE COMPLEMENTARY VIEWS
Each view answers a different question: where objects are, how they relate, and how vast they really are.
3D EXPLORATION
012D CELESTIAL MAP
02SIZE COMPARISON
03GET STARTED IN MINUTES
Run AstroGuide from its repository with Docker Compose, use the container image, or start contributing with the JavaScript development setup.
name: astroguide
services:
astroguide:
image: ghcr.io/lucas-lepajollec/astroguide:latest
container_name: astroguide-app
ports:
- "2502:8080"
restart: unless-stopped
read_only: true
tmpfs:
- /tmp
security_opt:
- no-new-privileges:true