This is a submission for Weekend Challenge: Generosity Edition
I built a simple, responsive charity awareness website that uses Google AI (Gemini) to generate and curate content about charitable causes, impact stories, and concrete ways people can help.
The goal was to explore how generative AI can lower the barrier for small nonprofits and campaigns to create compelling, up-to-date content, making it easier for visitors to learn about causes and take action (donate, volunteer, share, etc.).
The site presents cause descriptions, impact summaries, and personalized “ways to help” sections, all powered by Gemini.
The core logic for calling the Gemini API lives in index.html
with basic HTML/CSS for the UI.
I kept the stack minimal so the project is easy to host (e.g., GitHub Pages/Netlify/Vercel) and extend. The Gemini prompts are templated to ensure consistent tone and structure across all AI-generated content.
For this challenge, I prioritized: This project uses Gemini to dynamically generate all core content about causes and ways to help, making it a central part of the user experience rather than just an add-on.