ADVERTISEMENT

This designer turns secondhand clothes and big dreams into his own fashion label

Stitched from struggle

Published Jul 18, 2026 04:34 pm
BEYOND THE SEEMS Jaycee is showing that talent doesn't need privilege to make its mark in fashion. (Photos: Orangedot)
BEYOND THE SEEMS Jaycee is showing that talent doesn't need privilege to make its mark in fashion. (Photos: Orangedot)
Let's be real. The fashion industry is not for the faint-hearted. It is a world where names, connections, and privilege can open doors long before talent gets the chance to speak. For many young Filipinos growing up with limited resources, becoming a fashion designer often feels like a dream that is always just out of reach.
But 26-year-old Jaycee Amazona-Dioneza refused to believe that where he came from would determine where he could go. Today, he is launching his own fashion label, Orangedot, proving that grit can sometimes outlast privilege.
Where it all began
Long before building a premium fashion label, the Baler, Aurora native spent his weekends digging through ukay-ukay stalls, repairing secondhand clothes, and quietly selling them at school to help support his education and his single mother.
"I didn't start selling ukay-ukay because I dreamed of building a fashion brand," he told Manila Bulletin Lifestyle. "I started because I wanted to help my single mother and support my education."
Every weekend meant waking up before sunrise to search for clothes he could restore and resell. Some days, he even had to hide the garments because selling them inside school was prohibited.
MOTHER KNOWS BEST Jaycee with him mom
MOTHER KNOWS BEST Jaycee with him mom
"It wasn't always easy," he admitted. "But I knew why I was doing it, and that kept me going."
Looking back, Jaycee believes those years became his greatest classroom. Alongside his mother, a seamstress, he learned more than the craft of making clothes. He learned resilience, discipline, and the value of hard work.
"Those years shaped not only the designer I am today, but also the person I've become," he said. The experience also transformed the way he viewed creativity. "A damaged garment wasn't something to throw away. It was an opportunity to create something better. Creativity isn't about having unlimited resources. It's about making the most of what you have."
Building Orangedot
Years later, Jaycee earned a Bachelor of Science in Business Administration major in Operations Management from STI San Jose del Monte, Bulacan. Instead of treating business and design as separate worlds, he learned to make them work together.
"Studying Operations Management taught me that creativity and business should never compete with each other. Instead, they should strengthen one another," he said. "I've learned that creativity becomes even more meaningful when it's supported by discipline, planning, and sustainability. Every design has to serve a purpose, not only creatively but also from a business perspective."
Jaycee Amazona-Dioneza
Jaycee Amazona-Dioneza
That philosophy became the foundation of orangedot, his premium fashion label. The brand's debut collection blends the precision of Japanese craftsmanship with distinctly Filipino sensibilities, reflecting his belief that local fashion can embrace global influences without losing its identity.
"For me, being proudly Filipino isn't about limiting our inspirations. Creativity grows when we continue learning from different cultures. What matters is remaining authentic to who we are," he shared. "I hope orangedot becomes part of a new generation of local brands that show the world Filipino designers are capable of creating work that stands confidently alongside international labels through quality, originality, and craftsmanship."

A lesson for creatives
For Jaycee, building a fashion label is not just about producing beautiful clothes. It is also about making responsible decisions, even when they require setting aside ideas he personally loves.
"As designers, it's easy to become emotionally attached to every idea we create. I've experienced that myself. There were designs that I genuinely loved but ultimately decided not to include in the collection because they weren't practical to produce or resulted in unnecessary material waste. Those decisions were difficult, but they reminded me that building a brand is about making thoughtful choices, not simply creating more," he said.

His advice to young people who dream of entering fashion and the arts, despite the uncertainty of financial security, is to understand that creativity alone is not enough.
"I've learned that creativity becomes even more meaningful when it's supported by discipline, planning, and sustainability. Every design has to serve a purpose, not only creatively but also from a business perspective."
For someone who once hid ukay-ukay finds in school hallways just to help his family make ends meet, launching Orangedot is more than a career milestone. It is proof that talent may open doors, but resilience, purpose, and discipline are what keep them open.

Related Tags

Jaycee Amazona-Dioneza Orangedot fashion
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; } }

{{ static_articles_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.