ADVERTISEMENT

Book Nook brings free community reading hub to SM North EDSA

Where communities create their own library

Published Aug 16, 2025 10:41 am  |  Updated Aug 16, 2025 04:10 pm
The latest study reveals that 18.9 million Filipinos aged 10 to 64 are classified as functionally illiterate, lacking basic comprehension skills. This alarming statistic calls for urgent action across all sectors. Research—including an article from Eastern Washington University—shows that cultivating the habit of reading plays a crucial role in improving comprehension.

This makes it imperative to make books and public libraries accessible to all Filipinos. One initiative addressing this need is the SM Group’s Book Nook—an open library inside SM malls where visitors can freely read and donate books.
First launched at SM Aura in 2020, Book Nook celebrated the opening of its third branch at SM North EDSA on Aug. 14, 2025. In an interview with Manila Bulletin Lifestyle, Shereen Sy, the driving force behind the project, expressed her excitement about the new location, noting its proximity to schools in the area.
“North EDSA is very big. It encompasses many different demographics and also generations of families, from students to elderly,” Shereen said. “Each time we come to a new space, the community makes it their own. It creates its identity and contributes to what interests them. That’s the fun and organic part of Book Nook.”
Inside Book Nook in SM North EDSA
Inside Book Nook in SM North EDSA
The launch also coincided with Book Nook’s fifth anniversary and SM Supermalls’ 40th anniversary. To mark the occasion, the group set a goal of collecting 40,000 donated books to share with various schools while hosting events and programs across its locations.
The celebration was also tied to Buwan ng Wika, featuring a Baybayin workshop led by veteran and award-winning journalist Howie Severino. His session highlighted the importance of preserving Filipino scripts and cultural identity, reinforcing Book Nook’s role as a hub for cultural and educational exchange.
Howie Severino
Howie Severino
“Having a Book Nook like this is great for readers and non-readers because the non-readers might become readers. I think a lot of people are non-readers because they don’t have access to books, they don’t have the opportunities to read, they’re not encouraged to read,” Howie told Manila Bulletin Lifestyle. “This facility is meant to support any kind of inclination to read. People can go to the bookstore and browse, but a lot of books there are sealed or are not that hospitable for people who just want to chill and read, because they need to buy. Here, they can just stay, spend some time, and read books without spending anything.”
Currently, Book Nook at SM North EDSA houses around 2,300 books spanning fiction, non-fiction, and children’s literature. The team is already looking to expand its collection and adapt the space based on community feedback. Partnerships with organizations such as the National Library of the Philippines, National Book Store, and various publications are helping sustain and enrich each Book Nook branch.
It features around 2,300 donated books and other reading materials
It features around 2,300 donated books and other reading materials
“Book Nook is actually about storytelling. Because it's a community library, it is very organic. In general, we have a guideline for the types of books people can donate. But we don't know how many they're going to donate, and what they're planning to donate. So that is the unique component of it,” Shereen explained. “And we also have books for exchanging. The exchanging component is something you won't find in a traditional library. But I felt the giving and exchanging component is very important because it's different when you receive something tangible. And when a child finds something that they like, for me, that’s the spark that I hope to ignite in the child, or even an adult.”
Book Nook branches are now open in SM Aura, The Podium Mall, and SM North EDSA, with plans to launch another at SM Seaside in Cebu City.

Related Tags

leisure Arts and Culture reading Book Nook SM Supermalls
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.