ADVERTISEMENT

A new stage for new voices

Hard Rock Cafe launches 'Universiteen 2.0' and opens its doors wider for student performers and emerging band

Published May 23, 2026 11:19 am
NEXT GEN Rising band Nextone is among the first acts featured in 'Universiteen's campaign (Photo: Next One)
NEXT GEN Rising band Nextone is among the first acts featured in 'Universiteen's campaign (Photo: Next One)
Established in 1971 by founders Isaac Tigrett and Peter Morton in London, Hard Rock Cafe has long been synonymous with bar-restaurants that champion live music. That same spirit continues in the Philippines, where OPM icons such as Arnel Pineda, Kitchie Nadal, and True Faith have all taken the cafe’s stage.
Universiteen 2.0
But beyond serving as a venue for established artists, Hard Rock Cafe is also creating space for the next generation of Filipino musicians through Universiteen 2.0, its youth-centered campaign supporting local music. Through the initiative, young performers are given the chance to showcase their talent live at Hard Rock Cafe Makati.
In an interview, Clint Brian Peck, director for operations of Hard Rock Cafe, shared that the program is now in its second year, which inspired the “2.0” title to make it more relatable to younger audiences. According to Clint, the

“We wanted to open the stage for the younger musicians and performers,” he said. “Hard Rock can cater to them and be an establishment where they can perform on a live stage.”
Interested performers can sign up through a QR registration link launched by the café. Clint revealed that the response has been overwhelming, with around 25 sign-ups recorded just days after applications opened. Actual performances are expected to begin by June.
Unlike the first Universiteen event, which held performances in the evening, this year’s edition will stage performances in the late afternoon to better accommodate students. Most participants are college students and young musicians aged 25 and below, although indie bands are also welcome.
Beyond the open sign-ups, the café also scouts artists performing in other venues and invites promising acts to join the lineup. The campaign follows Hard Rock’s “support local” advocacy while remaining rooted in its mantra, “Love All, Serve All.”
Hard Rock Cafe stage
Hard Rock Cafe stage
Clint also recalled how emotional the previous edition became for families and supporters who watched the young acts perform. Parents, teachers, classmates, and relatives filled the venue to cheer on the musicians. For him, the initiative is more than just another live music event. It is also about creating opportunities for future OPM icons.
“Maybe one of the performers right now is the future Parokya ni Edgar or Eraserheads,” he said.
Discovering homegrown talent
Among the first groups to become part of the program is rising Filipino pop-rock band Next One. The group is composed of Ezekiel del Rosario, 22, Elijah del Rosario, 20, and Anton “Ant” Laron, 21, who are all taking up Bachelor of Arts in Music Production at De La Salle-College of Saint Benilde, alongside Alean Soto, 26, who studied Information Technology.
The band joined Universiteen’s 2025 run, where some of their performances went viral online. Since then, the group has returned to perform at the café several times.
Hard Rock Cafe in Makati
Hard Rock Cafe in Makati
“The ambience and the people are way different at Hard Rock Cafe,” the group shared in an interview with Manila Bulletin Lifestyle. “There are venues where people go just to eat or drink, but people who go to Hard Rock Cafe really appreciate the performance and the musicians being featured for that night and event, and that is something you can never replicate from the POV of a performer.”
The band added that performing at Hard Rock Cafe helped them build connections within the music industry while gaining supporters along the way. With their talent, discipline, and stage presence, the group has since signed with a record label.
“As a rising OPM band performing at Hard Rock Cafe, it was very intimidating in the beginning since we knew Hard Rock Cafe as a staple venue for performers locally and internationally,” they said. “Despite all that, it taught us to be confident and to connect with people who go there to listen to good music and watch great performances.”
The group also expressed gratitude to the café for continuously supporting emerging artists.
“We would like to thank Hard Rock Cafe again for always giving opportunities to rising OPM acts like us and for using their staple status in the industry to show support for smaller artists,” they said. “To our supporters, even if our community is still growing, we thank you all for the trust this early in our career, and we hope to see you all soon until the day we can finally say that we’ve made it, and even beyond that.”

Related Tags

Hard Rock Cafe OPM Universiteen 2.0
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.