ADVERTISEMENT

How 22-year-old student Caitlin Lee built a matcha brand from scratch

Matcha made in heaven

Published Dec 1, 2025 12:02 pm
At 22, most students are busy juggling thesis deadlines, group projects, and the occasional weekend breather. For Caitlin Lee, a fourth-year student at De La Salle University, those responsibilities come with an additional layer: running a fast-growing matcha business.
She is the founder of Maison Midori, a premium matcha powder brand that’s carving its place in the local matcha community. What began as a passion project, an idea scribbled down in July 2024, has since grown into a full-fledged venture supported by family, friends, customers, and a loyal matcha-obsessed community.
But the story of Maison Midori started long before Caitlin ever thought of running her own brand.
Caitlin Lee
Caitlin Lee
A taste of Japan at 15
Caitlin’s love affair with matcha began when she was 15, during a family trip to Japan. She remembers stumbling upon a tiny stall, ordering matcha without really knowing what it was, and being instantly drawn to its earthy, slightly bitter taste.
“I didn’t know anything about matcha back then,” she admits. “But I liked the taste. That’s where it started. I just kept drinking matcha after that.”
Years later, while studying in France for an exchange program, she encountered a café that served what she describes as “uncompromisingly authentic matcha.” That experience lit something in her and urged to bring the same high-quality matcha she loved to the Philippines at a fair price.
Science, creativity, and a whole lot of mixing
If you ask Caitlin, her degree unexpectedly prepared her for this entrepreneurial journey. She’s finishing her Chemistry, minor in Business Studies—an academic combo that strangely mirrors her two passions: mixing and making.
“Ever since I was young, I loved mixing things,” she tells Manila Bulletin Lifestyle. “Chemistry played a big role in pushing me to create something of my own.”
During the pandemic, she even ran a home baking venture called Bread Glossary—her first brush with running a small business. That early experience taught her how enjoyable it was to create, experiment, and make something people appreciated.
From passion to brand
Maison Midori officially launched in November 2024, offering premium Japanese matcha sourced from smaller farms, ones that often get overshadowed by bigger, trendier brands.
“There’s this misconception that there’s a matcha shortage,” Caitlin explains. “It’s true for the famous brands, but the smaller local farms in Japan? They actually have a lot of harvest. I want to help bring those farms into the spotlight.”
Her mission is simple: make high-quality Japanese matcha accessible to more Filipinos.
And Filipinos responded. During her first pop-up at the Soirée Bazaar, Caitlin sold over 500 cups of matcha, a milestone that confirmed Maison Midori had real potential.
Built on love, faith, and community
Recently, Maison Midori hosted its first official brand launch, a gathering of matcha lovers, friends, and supporters who had followed Caitlin’s journey from the start. Guests enjoyed matcha tastings, conversations, and a preview of the brand’s next offerings.
“Maison Midori is not just a business,” she says. “It’s something I poured my whole heart and passion into. It’s built on love, faith, and community.”
Like many young entrepreneurs, Caitlin leans on the wisdom of those who’ve walked the path before her—including her parents. Before launching, she consulted them extensively. Their biggest advice came before she left for her exchange program: “Don’t waste this opportunity. Look around. See what you can bring home.”
She did exactly that and it changed the course of her life.
Advice for young entrepreneurs
For students who also dream of starting something while still in school, Caitlin has simple but honest advice: “Don’t be scared. Starting capital is scary. Not knowing what to do is scary. I came from that too,” she says. “Just do it.”
With variants like Tenshi Samidori, Maroyaka Okumidori, and the limited-edition Fukami Matcha, Maison Midori continues to grow its product line while building a community that genuinely loves the drink as much as Caitlin does.
And as she finishes her final year in university, she’s proving that age and coursework don’t have to be obstacles to building something meaningful.
Sometimes, all it takes is a 15-year-old girl with a cup of matcha and a dream she’s brave enough to pursue.

Related Tags

Caitlin Lee Maison Midori
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.