ADVERTISEMENT

NBS Park is a one-stop creative destination for art, food, and design lovers

National Book Store transforms a former warehouse into Mandaluyong's newest lifestyle and arts destination

Published May 12, 2026 12:11 pm
For decades, the National Book Store (NBS) has been a household name for back-to-school shopping. It’s where generations of Filipinos bought notebooks, pens, art materials, and last-minute project supplies. For many students, a visit to the NBS is almost a rite of passage.
And now, the cherished bookshop giant is turning a new page. This time, it’s opening its doors to young creatives, art lovers, foodies, and city wanderers in a new place meant not only for shopping, but for staying, discovering, and interacting.
From warehouse to urban oasis
NBS Park, which transforms its old warehouse into a creative and lifestyle attraction, is located next to the National Book Store Group’s offices along Pioneer Street in Mandaluyong City. The area has been reimagined as an “urban oasis,” a mix of industrial architecture, lush flora, and contemporary design accents that create a comfortable and inspiring atmosphere.
NBS Park is a departure from the traditional mall model, bringing together art galleries, food concepts, coffee places, recreation centers, and lifestyle stores into one thoughtfully curated communal space. The idea is designed to combine art, gastronomy, and shopping into a place that seems sophisticated yet approachable, especially for young people looking for new experiences around the metro.
A one-stop creative spot
The destination’s pulse is its vibrant art scene. One of its cornerstones is 125 Projects, an art hub formed by Gwen Bautista that supports experimental and contemporary Filipino art. The gallery offers an intimate space for established and new artists to display thought-provoking works and push the frontiers of creativity.
Another big draw is Gajah Gallery, which has a reputation for displaying modern art from Southeast Asia. It features regional masters and emerging talents and acts as a bridge connecting artists to the international art market through selected shows.
Drinks and food stops
But NBS Park is more than just gallery hopping. It also caters to individuals who view food and coffee as part of the creative process.
If you’re craving comfort cuisine, Astro serves dishes produced with ingredients obtained from local small and medium farms. Many of the components are produced in house, resulting in comfortable recipes made with care.
Engkanto Taps, the official taproom of the award-winning Engkanto Brewery, is a great place to hang out for craft beer lovers in the evenings. The facility marries local craft brews with upscale pub grub, making it a great spot for late-night talks and casual meetings.
There is also a strong coffee culture in the park. Lucky Roasters is a roastery and lab dedicated to espresso blends and seasonal single-origin beans, while Type A Coffee offers up handcrafted cold brews, pour-overs, espresso beverages, and specialty beans for those in need of a caffeine fix or a productive afternoon hangout. Honestly, if it’s not too hot or humid, taking your coffee at Type A’s alfresco table is an experience you would truly enjoy: natural fresh air thanks to the plants around you, industrial designs of the surroundings, plus the quiet yet sophisticated ambiance it has.
Meanwhile, Pluck presents elevated comfort cuisine with a contemporary rotisserie and wine bar concept that combines succulent roasted chicken with a chosen list of natural wines for a cozier dining experience.
Fun and design inspo
NBS Park also offers venues for enjoyment and design inspiration. Partee Golf is bringing a fun social club vibe to the indoor mini golf experience. While design-minded visitors may check out modular furniture pieces by DNA and KKLC.
Lastly, Porcelanosa offers exquisite Spanish-made tiles and interior solutions for architectural and interior design fans that adds grace to contemporary settings.
NBS Park is a blend of art, food, and design culture, an uncommon combination in Metro Manila, where there is a growing need to find places where people can slow down and engage with their environment in innovative ways. For young Filipinos looking for their new favorite weekend getaway, NBS Park shows that the National Book Store is no longer merely a location to get supplies for creativity. It’s a place where creativity itself is coming alive.

Related Tags

leisure National Book Store NBS Park
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.