ADVERTISEMENT

MREIT, Common Ground to develop Digital Parks for startups in Megaworld townships

Published Jun 30, 2025 02:24 pm
MREIT Inc., the real estate investment trust (REIT) of top property giant Megaworld Corp., has tapped Common Ground, one of Southeast Asia’s leading coworking space providers, to develop an innovative “Digital Park” for Megaworld townships in the country.
In a disclosure to the Philippine Stock Exchange (PSE), MREIT said the two companies have forged an alliance to launch “Common Ground Digital Park McKinley Hill,” a one-stop hub envisioned to be a launchpad for startup companies and innovators within Megaworld’s 50-hectare (ha) McKinley Hill township in Taguig City.
McKinley Hill serves as the pilot location for Digital Park. Soon, this facility will also be launched in other Megaworld townships, including Eastwood City in Quezon City, Iloilo Business Park in Iloilo City, Southwoods City in Biñan, Laguna, and Capital Town in the City of San Fernando in Pampanga.
This collaboration aims to support the growth of the entire startup ecosystem, while also enabling local startup companies and those based in other parts of the region and the world to establish their presence in the Philippines.
“We are delighted to host Common Ground and their community of innovators in McKinley Hill, where they join hundreds of top-notch local and multinational firms who enjoy the vibrancy and excitement of this live-work-play township,” said MREIT President and Chief Executive Officer (CEO) Jose Arnulfo Batac.
He added that, “Aside from providing an important platform to support startup companies, the Digital Park at McKinley Hill will also serve as a common space for people living or working in McKinley Hill who are looking to find the right place to grow their businesses.”
Common Ground Digital Park McKinley Hill will offer close to 2,000 square meters (sqm) of office space at Intellectual Property Center and will feature a variety of amenities, including events spaces, conferencing facilities, and a variety of workspaces for teams ranging from one to even more than a hundred.
It will also have dedicated function rooms, meeting rooms, and brainstorming spaces that will allow people to convene and build innovative ideas for their respective businesses.
Digital Park will also offer memberships such as day passes, hot desking, and dedicated desk options.
“We are incredibly proud to partner with MREIT to build beautiful workspaces for the creators of the Philippines to connect, collaborate, and grow their networks and businesses.
“This is a key growth market for us and we are incredibly excited to leverage our partnership over the next few years to develop flexible workspaces in the Greater Manila Area and across the country,” said Common Ground parent company Flexi Group’s CEO Chris Edwards.
Innovators and startup firms, including existing office tenants, that are currently based in McKinley Hill are welcome to use the various facilities available at Digital Park for discounted rates.
In addition, pitch sessions and other incubator programs will also be hosted at Digital Park to help startups gain access to potential partners and investors.
Common Ground has built a solid reputation for providing premium workspaces and cultivating vibrant startup communities across Southeast Asia, particularly in Malaysia, Thailand, and the Philippines.
In 2022, the company merged with two other prominent coworking brands—the Hive, founded in Hong Kong, and The Cluster from Australia—to form The Flexi Group, which has since become one of the largest operators of flexible workspaces in the Asia-Pacific region.
As of 2025, The Flexi Group operates over 45 locations across eight countries, including Singapore, Hong Kong, Malaysia, Thailand, Taiwan, Vietnam, Australia, and the Philippines.

Related Tags

MREIT Inc. Megaworld Corporation Common Ground Jose Arnulfo Batac
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.