ADVERTISEMENT

Common Man Coffee Roasters brings coffee raves and Filipino-inspired brews to new BGC café

The Singapore-born specialty coffee brand opens its new West Gallery Place branch with Homegrown Classics, an all-day brunch menu, and a daytime coffee rave that embraces the growing "soft clubbing" trend

Published Jul 8, 2026 07:05 am
(Photo: CMCR)
(Photo: CMCR)
"I'm not used to this. It's still so bright," I told fellow millennial friend Danica Valdes-Lloren, executive vice president of Visions and Expressions, as we cradled our Coffee Negronis in the corner, watching DJs Margachi and Jimmy Nocon trade sets while guests at Common Man Coffee Roasters (CMCR) danced with coffee and mocktails in hand.
So, I thought to myself, I had finally experienced it—a coffee rave.
A growing global movement known as "daylife," or "soft clubbing," has introduced coffee raves: daytime, music-driven gatherings where caffeine replaces heavy drinking. The trend has found an audience among wellness-minded crowds who prefer afternoon DJ sessions fueled by coffee and matcha over traditional late-night parties.
I had ostensibly gone to the event for the christening, of sorts, of CMCR's newest branch in Bonifacio Global City. But I was equally curious about this afternoon party.
(Photo: CMCR)
(Photo: CMCR)
I loved it. It's still too bright for my taste—the afternoon sun was streaming through the windows—but I have to admit it was deeply fun. For a couple of hours, I almost felt 20 again.
The gathering also marked CMCR's move to its new home at West Gallery Place, bringing the Singapore-born specialty coffee brand's signature combination of coffee, brunch, and community to one of BGC's busiest corners. Designed as a neighborhood café as much as a workspace, the bright, pet-friendly venue offers reliable Wi-Fi, accessible power outlets, flexible seating, and communal tables for everything from solo work sessions to private events.
(Photo: CMCR)
(Photo: CMCR)
The opening also introduced the café's limited-time Homegrown Classics, a pair of Filipino-inspired coffee creations that reinterpret familiar local flavors. The Batirol Espresso, created by in-house barista Jay Salvacion, layers espresso with rich tablea chocolate and toasted marshmallow for a nostalgic take on traditional batirol. Meanwhile, two-time Barista Challenge winner Andy Manuel's Samalamig Latte blends muscovado banana syrup, espresso, milk, and green gulaman into a playful tribute to the classic street refreshment. Both drinks are available only at the Ayala Triangle Gardens and West Gallery Place branches.
While the seasonal drinks drew plenty of attention, I kept returning to what has become my favorite nonalcoholic drink on the menu: the Nitro Honey Oat Latte. Smooth, creamy, and topped with walnut crumble, it delivers enough sweetness without masking the coffee, plus it’s dairy-free. Great for lactose intolerant people such as myself. The menu also includes inventive beverages such as the Nitro Iced Tea, Beet Box, Mont Blanc, Taro Latte, and Tiramisu Latte, alongside classic espresso drinks and manually brewed single-origin coffees.
(Photo: CMCR)
(Photo: CMCR)
The food is equally good. The all-day brunch menu ranges from the hearty Common Man Full Breakfast and Common Man Veggie Wonderland to Turkish Breakfast, Beef Benedict, and Mushroom Avocado Toast. Lunch and dinner options include the Common Man Burger, Prawn Mac & Cheese, Grilled Barramundi, Chili Chicken Breast, Cubanos Sandwich, Conti Sandwich, and desserts such as the Not Your Common Chocolate Cake, Common Man Churros, and Tiramisu.
As the afternoon wore on, some people continued to dance, others chatted over coffee. A few simply watched the DJs while nursing another glass (of non alcoholic drink).
That's the point of a coffee rave. It isn't trying to replace nightlife. It's offering another way to gather—one where the lights stay on, the conversations remain clear, and the buzz comes from a well-pulled espresso instead of a martini.
I still think it's too bright. But I'd gladly do it again.

Related Tags

Manila Bulletin Lifestyle Coffee Man Coffee Roasters BGC DJ Jimmy Nocon DJ Margachi
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.