https://fullyhacks-adventure.vercel.app/
The Universe at Your Fingertips
Voyager3 is an interactive web platform that lets users learn about planets in the solar system and also explore AI-generated planets. As space program funding faces cuts and youth interest in astronomy declines, we're reigniting curiosity about what lies beyond Earth—because nothing is impossible when exploration meets imagination.
- Educational Content: Learn about astronomy while having fun
- AI-Generated Planets: Unique celestial bodies created using Google's Gemini API
- Mini-Games: Play a survival mini-game as you travel to different planets
- Frontend: Next.js
- AI Generation: Google Gemini API
- Deployment: Vercel
- Node.js (v14 or newer)
- npm or yarn
- Google Gemini API key
-
Clone the repository
git clone https://github.com/joannsum/fullyhacks_adventure.git cd voyager3 -
Install dependencies
npm install # or yarn install -
Create a
.env.localfile in the root directory and add your API keysNEXT_PUBLIC_GEMINI_API_KEY=your_gemini_api_key -
Start the development server
npm run dev # or yarn dev -
Open http://localhost:3000 in your browser to see the application
To create an optimized production build:
npm run build
# or
yarn buildTo start the production server:
npm run start
# or
yarn startProject Link: https://github.com/joannsum/fullyhacks_adventure
Built with ❤️ by the Voyager3 Team