From Closet to Commerce: Turning Donations into Opportunity

At Rescue Our World, we collect gently used clothing, shoes, household goods, and essentials in the U.S. and ship them to Nigeria, where they become the foundation for new businesses and self-sufficiency.


About Us

Rescue Our World is more than a nonprofit; it’s a bridge between abundance and opportunity. We believe that items no longer needed in one home can become the starting point for another person’s livelihood.

We collect donations in the U.S. and ship them to Nigeria, where local entrepreneurs can utilize them to launch or expand their small businesses. By doing this, we’re not just giving things away; we’re helping create sustainable income streams, family stability, and dignity.

Our Mission

To empower entrepreneurs and communities by redistributing donated goods from the U.S. to Nigeria, transforming everyday items into tools for self-sufficiency and opportunity.


How It Works

  1. You Donate – Families and individuals in the U.S. provide gently used clothing, shoes, household items, and other essentials.

  2. We Ship – Partner shipping companies transport donations directly to Nigeria.

  3. Entrepreneurs Build – Donations are distributed to aspiring business owners who sell these goods, creating jobs, income, and self-reliance.

  4. Communities Thrive – What was once unused in the U.S. fuels entrepreneurship and opportunity abroad, which in turn keeps them out of our landfill.


Why Nigeria First?

Nigeria is where our roots are. Our founders’ parents were born there, and through strong local connections, Nigeria became the natural place to launch Rescue Our World’s first efforts. It’s a country full of entrepreneurial spirit, and by starting here, we’re able to build a trusted model we can later expand globally.


Get Involved

  1. Donate Goods – Clear space in your home while giving someone across the world a chance to start a business.

  2. Support Financially – Your contributions help cover shipping, storage, and distribution costs, ensuring donations reach entrepreneurs.

  3. Partner With Us – Businesses and organizations in the U.S. can collaborate with us to create lasting impact through large-scale or ongoing donations.


Our Vision

We see a world where one family’s extra becomes another family’s future. By connecting resources to ambition, we help turn potential into progress one donation at a time.

script> /* H1 fix. Squarespace 7.1 uses h2 in page banners instead of h1. This DOM transform finds the first prominent page heading and converts it to an h1 if it isn't already. Runs once per page load. */ document.addEventListener('DOMContentLoaded', function() { if (document.querySelector('h1')) return; /* page already has an h1, skip */ var candidates = [ document.querySelector('.page-banner h2'), document.querySelector('.page-title h2'), document.querySelector('header h2'), document.querySelector('.banner-title-wrapper h2'), document.querySelector('.blog-item-title h2'), document.querySelector('main h2') ].filter(Boolean); if (candidates.length === 0) return; var src = candidates[0]; var h1 = document.createElement('h1'); h1.innerHTML = src.innerHTML; h1.className = src.className; /* preserve inline styles if any */ if (src.getAttribute('style')) h1.setAttribute('style', src.getAttribute('style')); src.parentNode.replaceChild(h1, src); });