What was built?
OrbitX brings space exploration to life by consuming live NASA APIs — including Astronomy Picture of the Day (APOD), Mars Rover Photos, Near-Earth Asteroids, and Earth Observatory imagery.
Problem Statement
Raw NASA API responses return massive uncompressed high-resolution images and unstructured JSON payloads that can cause browser memory spikes if not handled properly.
Engineering Approach & Architecture
Built a Next.js API proxy with image optimization and thumbnail generation, paired with smooth Framer Motion entrance animations.
Key Engineering Obstacles
Obstacle: Massive 4K Image Assets Impacting Initial Load
Utilized Next.js Image Optimization to serve responsive WebP formats based on client screen size.
Technologies & Tools Used
Core libraries, frameworks, and deployment services.