"If Earth could speak, what would it say?"
EchoEarth gives our planet a voice. Built during the Bolt Hackathon, this AI-powered platform uses real-time climate data, voice synthesis, and storytelling to personify the Earth, helping users emotionally connect with the environment through interactive narratives.
- Frontend: React + TypeScript + TailwindCSS + Vite
- Auth & Backend: Supabase
- Voice AI: ElevenLabs API
- Data APIs: Climate Data APIs (e.g. CO₂, temperature, emissions)
- Hosting: Netlify
- Real-time environmental data displayed with voice narration.
- Earth speaks to users with changing tone based on climate condition.
- Personalized actions to reduce your ecological footprint.
- Community leaderboard to track collective impact.
- Secure login via Supabase with user data saved to the cloud.
git clone https://github.com/rana41-hub/EchoEarth---Bolt-Hackathon-Project.git
cd EchoEarth---Bolt-Hackathon-Project
npm install
npm run dev