Expanding access to learning, skills, and agency for children, youth, and girls in Ghana.

We expand learning, opportunity, and hope through community-led programs in education, empowerment, and sustainability, ensuring every young person has the chance to learn, thrive, and lead. We are the Foundation for Education Equity and Development (FEED).

Learn More
OUR IMPACT

Programs that change lives

Over 25,000 lives impacted through education and empowerment across underserved communities.

Lives impacted

0+

Active volunteers

0+

Communities served

0+

Children reached annually

0+

OUR PROGRAMS

Flagship Program

Libraries Without Walls

Libraries Without Walls

Our flagship literacy initiative brings books, creativity, digital learning, and STEM education directly into underserved communities, beyond classrooms and into open spaces, schools, and wherever children live.

2010 Active since
0 Children reached annually
EXPLORE THE PROGRAM
Other Programs

Expanding education beyond the classroom

ASPIRE

ASPIRE

Empowering young people with scholarships, mentorship, skills training, and leadership opportunities to thrive and lead in their communities.

LEARN MORE
Green Vanguard

Green Vanguard

Linking education, food security, and climate action by cultivating school farms that nourish students and reinvest in learning. Building the next generation of environmental leaders across Ghana.

LEARN MORE

How we create lasting impact

How FEED Works

Step 1

Community-Led

Solutions are co-created with communities to ensure ownership and sustainability.

Step 2

Practical Programs

We deliver hands-on literacy, youth development, and sustainability initiatives.

Step 3

Measured Outcomes

We track reach, outcomes, and growth to strengthen accountability and scale impact.

KNOW MORE
LATEST FROM THE BLOG

Stories from the field

Real stories from children, youth, educators, and communities shaping the future of education.

IMPACT STORIES

Our Impact Reach

Across Ghana, children who once lacked access to books, learning materials, and structured support are now reading, learning, and building confidence. FEED’s work is not about charity; it’s about creating systems that give every child a fair start.

Impact Story

Our reach in numbers

25,000+ Lives impacted since 2017
200+ Teachers trained in literacy & classroom practices
3,000+ Children reached annually
30+ Communities across 5 regions in Ghana
25 Young people supported through scholarships, mentorship & gap year
6 University placements supported
300+ LitBags distributed
3 School farms cultivated through Green Vanguard Farm2Feed
40+ Active volunteers powering our programs each year
4,620+ Volunteer hours contributed
113 Literacy sessions delivered
10 Scholarships for high-achieving, low-income students
WHERE WE WORK

Reaching communities across Ghana

From the Greater Accra region to Northern communities, FEED works where the need is greatest, bringing literacy, opportunity, and hope directly to underserved children and youth.

01

Greater Accra

02

Central Region

03

Eastern Region

04

Volta Region

05

Ashanti Region

Community literacy
30+Communities
5 Regionsacross Ghana

United Nations Sustainable Development Goals

Our work contributes to these Global Goals

SDG 2Zero Hunger
SDG 4Quality Education
SDG 5Gender Equality
SDG 10Reduced Inequalities
SDG 13Climate Action
SDG 17Partnerships

Our Partners

Partners

With the support of generous organisations and committed partners, FEED has been able to deliver meaningful change and expand access to education, literacy, and opportunity for more than 17,000 children, girls, communities, and young people across Ghana. We are deeply grateful to our supporters, whose trust, collaboration, and shared vision continue to make our work possible and sustainable.

UNESCO HopeFeathers Elevate Prize Ban Ki-moon Foundation World Literacy Awards MTN Heroes of Change Ghana Education Service Greatness In You
FEED Ghana

Join the movement

Be part of something that changes everything.

Whether you give or serve, your support puts books in hands, opens doors for young people, and builds stronger communities across Ghana.

' + ''; }).join(''); /* Re-observe the newly injected cards so the reveal system picks them up */ if (window._frObserver) { grid.querySelectorAll('.fr').forEach(function(el) { window._frObserver.observe(el); }); } } /* Timeout: if fetch takes > 6s, show fallback so skeletons don't linger */ var timeoutId = setTimeout(showFallback, 6000); fetch(API + '/posts?per_page=3&_embed=1&orderby=date&order=desc') .then(function(r) { if (!r.ok) throw new Error('HTTP ' + r.status); return r.json(); }) .then(function(posts) { clearTimeout(timeoutId); renderPosts(posts); }) .catch(function(err) { clearTimeout(timeoutId); console.warn('Blog fetch failed (relative):', err); /* Retry with absolute URL */ fetch('https://feedghana.org/wp-json/wp/v2/posts?per_page=3&_embed=1&orderby=date&order=desc') .then(function(r) { return r.ok ? r.json() : []; }) .then(renderPosts) .catch(function() { showFallback(); }); }); } /* -- NEWSLETTER BUTTON -- */ function initNewsletter() { var btn = document.querySelector('.newsletter__btn'); var inp = document.querySelector('.newsletter__input'); if (!btn || !inp) return; btn.addEventListener('click', function() { if (inp.value && inp.value.indexOf('@') > 0) { btn.textContent = 'Thank you!'; btn.style.background = '#1a433b'; inp.disabled = true; btn.disabled = true; } else { inp.style.outline = '2px solid #e44'; inp.focus(); setTimeout(function() { inp.style.outline = ''; }, 1500); } }); inp.addEventListener('keydown', function(e) { if (e.key === 'Enter') btn.click(); }); } function boot() { requestAnimationFrame(function () { requestAnimationFrame(function () { armReveals(); initCounters(); initSlideshow(); initProgramSwitcher(); initImpactSlider(); initHomepageBlog(); initNewsletter(); }); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', boot); } else { boot(); } })();