ADVERTISEMENT

Humble partners with LOCAD, making sustainable shopping fast and easy

Published Jan 28, 2022 07:43 pm

LOCAD’s localized fulfillment helps Humble champion sustainability by reducing the carbon footprint often associated with e-commerce shipping. In the near future, the Humble co-founders plan to use tech to measure quantifiable impacts like carbon footprint reduction from recycling or upcycling secondhand items.

Ecosystem for the future

The thrifters themselves name the advantages in using Humble: reduced anxiety and stress; easy adoption of a sustainable lifestyle that optimizes resources and protects the environment; and implementation of zero waste policy in their own backyard.

Opida highlights that LOCAD will continue to be a “valuable part” of their journey, ensuring that thrifters are satisfied with their experience as secondhand items are brought back into the market. The co-founders have also become more confident in pursuing their advocacy and business goals with a partner who supports their vision, business goals, and service to the community.

“What we are trying to achieve in Humble resonates with both of us. We are essentially helping people put their items back in circularity. In the process, we also want to involve people who may not have opportunities in this new ecosystem we are trying to connect,” Opida details.

“Together, LOCAD and Humble can build a platform that can help a community of people learn, interact, and engage with each other about living mindfully and sustainably. A platform where circular living is the gel that holds people to engage with each other,” Werker explains. “LOCAD and Humble are purely acting as the catalyst hopefully inspiring people to take their first steps. This is how sustainability can be achieved in a mass wave. Small steps from everyone working together count as one.”

Humble gathers secondhand items before turning them over to LOCAD to manage their delivery.

Humble Sustainability Co-founders Josef Werker and NiñDecluttering to help save the planet are goals that many have, going into the new year. Responding to these multiple needs is the strong partnership between circular economy startup Humble Sustainability and LOCAD, a cloud logistics platform that enables businesses to build, expand, and sustain their e-commerce operations. 

Bringing back quality secondhand items into circularity lies at the core of Humble’s sustainable philosophy. Their values are founded on sustainability, carbon footprint reduction, and the art of restoring or recycling hand-me-down goods and similar items. The sensitive and mercurial nature of their business—a first in the country—made Humble Co-founders Josef Werker and Niña Mirabueno Opida search for a reliable, innovative logistics partner who could keep up with their pace and be open to the novelty of the products they were delivering. Luckily, they found the cloud logistics platform LOCAD to help with the warehousing, fulfillment, and shipping requirements of Thrift, Humble’s online shop.

“Aside from LOCAD’s efficiency, speed, and reliability, we are thankful that they are essentially bringing our items back into circularity. The items we collect from businesses, they help us collect things and bring it to end-users,” Werker details.

Empowering communities to embrace sustainability

Rooted from a shared passion for thrifting and secondhand shopping, Humble’s advocacy encompasses picking up and sorting things from “thrifters” — people who discard items and send them to Humble — that are no longer in use and then restoring them in several ways.

The social enterprise elevates the concept of giving something back to everyone they collect from — whether these are large-scale enterprises getting rid of their appliances or communities removing their old furniture.

Werker describes their various processes of restoration: “We could resell things, upscale them into something quirky and artistic, recycle them, or break them down into usable raw materials.”

Humble’s mission also includes changing the prevailing material mindset of habitually buying new things and then just throwing them away. The co-founders underscore the value of simplifying the concepts of sustainability and decluttering to attract and include more people to live mindfully.

LOCAD champions sustainability

Because of their distinct market and the difficulty of managing and handling used items, the Humble co-founders brought LOCAD’s expertise into play by streamlining their operations and deliveries. LOCAD’s distributed fulfillment network in the Asia-Pacific and their regional experience have also made them familiar with the requirements of groundbreaking companies like Humble and address them with agility.

With the help of LOCAD’s immediate dashboard and fulfillment options, Humble can bring secondhand items back into circularity and empower people who want to live sustainably. “Anything that we decide to sell on Thrift is sent to LOCAD. When someone orders, we do not have to worry about the product. It gets delivered and we see a real-time, updated report,” Werker shares.

Related Tags

E-commerce Locad cloud logistics platform Thrift Humble Sustainability
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.