Projects / NASA International Space Apps Challenge 2024
Award winnerGlobal ConnectionConfidence: medium
HWO Exoplanet Characterization Platform (Asteroid Destroyer)
A 3D map of known exoplanets scored for habitability and detectability, to help the Habitable Worlds Observatory pick targets.
▶ Watch the original demo on YouTube ↗Project facts
- Track / challenge
- Navigator for the Habitable Worlds Observatory (HWO): Mapping the Characterizable Exoplanets in our Galaxy
- Team
- 4 people · CA
- Build
- software only
- AI
- llm api, ml model
Problem
The future Habitable Worlds Observatory needs to know which known exoplanets it could actually observe and characterize.
Solution
A React/three.js web platform over NASA Exoplanet Archive and Gaia data that renders exoplanets relative to Earth, classifies them (gas giant, super-Earth, terrestrial, Neptunian) with literature thresholds, combines habitable-zone, size, temperature and eccentricity scores, estimates signal-to-noise for characterization, and adds K-nearest-neighbours and an LLM-based habitability classifier.
Demo moment
Not described in the sources.
Why it stood out
- organizer statedWon the award for best connecting people around the world through technology.Source ↗
- organizer statedUsed data processing and machine learning to map exoplanets by size, temperature and distance.Source ↗
- team statedEvery classification threshold and habitability score cites the paper it comes from.Source ↗
- team statedAdds a signal-to-noise estimate, so the map answers 'can HWO characterize it?' rather than only 'where is it?'.Source ↗
Lessons for your next hackathon
- Cite the source of every scoring rule; it turns a visualization into a defensible tool.
- Answer the mission's real question (observability), not just the display request.
Similar situations
Projects that share domains, mechanisms or judging lenses — often with a different problem and stack.Tune the comparison.
▶ Video
Award winner · 2025
End-to-end pipeline that finds exoplanets in Kepler, TESS and JWST data and checks possible biosignatures against false positives.
Shared: domains space science · mechanisms visible engineering depth, cited evidence trust, trend wave timing · lenses scientific validity, technical depth · ai ml model · stack react
▶ Video
Award winner · 2024
A U-Net deep network on decomposed seismic energy that finds the onset of moonquakes and marsquakes in noisy lander data.
Shared: domains space science · mechanisms visible engineering depth, trend wave timing, complete submission package · lenses technical depth, scientific validity · ai ml model
▶ Video
Award winner · 2024
A physically based 3D orrery that puts near-Earth objects and meteoroid streams in one view to show the overlooked hazard to satellites.
Shared: domains space science · mechanisms visible engineering depth, complete submission package · lenses scientific validity, technical depth, design ux · stack three js
Award winner · 2026
Nine substantial pull requests turning agentgateway from a model proxy into an identity-aware control plane for agents.
Shared: mechanisms visible engineering depth, trend wave timing · lenses technical depth · ai llm api
Runner-up · 2026
A full e-commerce store used to demonstrate protocol-level MCP authentication and authorization that agents cannot bypass.
Shared: mechanisms visible engineering depth, complete submission package · lenses technical depth, design ux
Award winner · 2026
Monitors agentgateway and kagent resources, scores MCP security posture and adds AI risk analysis.
Shared: mechanisms trend wave timing, complete submission package · lenses technical depth · ai llm api
Sources
- https://www.nasa.gov/learning-resources/stem-engagement-at-nasa/nasa-international-space-apps-challenge-announces-2024-global-winners/ · official results · retrieved 2026-09-14
- https://www.spaceappschallenge.org/nasa-space-apps-2024/awards/ · official event page · retrieved 2026-09-14 — Award definition.
- https://www.spaceappschallenge.org/nasa-space-apps-2024/find-a-team/asteroid-destroyer/?tab=project · project page · retrieved 2026-09-14 — Team-written architecture, classification and habitability methods with citations, SNR calculation, repositories.