ADVERTISEMENT

LOOK: Sky-high thrills at this rooftop restaurant and bar officially takes off in the heart of Pasay

Published Jun 20, 2025 08:32 pm
Selah Sky Big Swing
Selah Sky Big Swing
If you're craving a different kind of rooftop experience—one that blends adrenaline, cityscapes, good food, and cozy vibes in one unforgettable place—then it’s time to look up.
Located at the top of Selah Pods Hotel along F.B. Harrison in Pasay City, Selah Sky has officially opened its rooftop restaurant, bar, and adventure zone, inviting families, thrill-seekers, foodies, and chill weekenders to see Pasay from a whole new perspective.
Strategically perched above the urban buzz, Selah Sky isn't just a typical rooftop restaurant and bar—it's a playground in the sky. At the heart of the experience are the Five Big Adventures designed for daring hearts and Instagram-worthy moments. Guests can swing high above the skyline with the Big Swing, strike their best pose atop the 20-meter-high Selfie Tower, test their balance on the Ledge Walk, spin with joy on the Giant Turumpo, and cross the Burma Bridge for that rush of elevation and thrill.
Hanging Pods
Hanging Pods
But the excitement doesn’t stop there. For those looking a more relaxed stay, Selah Sky also features equally exhilarating attractions, including the Glass Walk for a breathtaking transparent view, Hanging Pods for those who want to lounge mid-air, and cozy selfie corners for your next viral reel or story.
For those looking to belt out their favorite hits, Selah Sky’s three (3) KTV Rooms provide the perfect venue for an evening of music, laughter, and bonding. The Family Room comfortably fits 5–8 guests and comes with food and drinks bundled for three hours of private karaoke fun. Meanwhile, Barkada Rooms cater to larger groups of 10–12 pax, also inclusive of food and drinks for a full three-hour sing-along session—ideal for celebrations, catch-ups, or even team-building nights.
Sky Bar
Sky Bar
Sky Bar Restaurant
Sky Bar Restaurant
Selah Sky Hammock
Selah Sky Hammock
As the sun sets, Selah Sky’s rooftop restaurant and bar comes to life with its ambient glow, offering a menu of signature cocktails, curated bites, and panoramic views that bring together the golden hues of Manila Bay and the city’s evening lights. It’s the kind of place where “happy hour” stretches into an entire experience.
Whether you're here for adventure, relaxation, or simply to toast to the skyline, Selah Sky is now open and ready to give you that perfect mix of thrill and chill—right above the city you love.
From left: Dam Parcon, One Selah General Manager; Pastor Tony Ong;  Architect Jefferson Tomas, One Selah President and CEO; Atty. Peter Pardo, Pasay City Hall Chief-of-Staff; and Fanny Tomas, One Selah Representative
From left: Dam Parcon, One Selah General Manager; Pastor Tony Ong; Architect Jefferson Tomas, One Selah President and CEO; Atty. Peter Pardo, Pasay City Hall Chief-of-Staff; and Fanny Tomas, One Selah Representative
Located along the vibrant street of F.B. Harrison, Selah Pods Hotel offers 106 innovative accommodations with its unique and compact sleeping experience, promising comfort, functionality, and affordability to its guests. Its sleek and contemporary design, paired with an array of facilities such as an infinity pool, function halls, selah air pods and swinging pods, and an eco-friendly lounge, makes Selah Pods Hotel an ideal choice for those seeking a harmonious blend of style, convenience, and efficiency.
Selah Pods Hotel is located at 202-224, 2004-224 David St. cor PH, San Hose, 202-224 F.B. Harrison St, Pasay City, 1305 Metro Manila.

Related Tags

Travel
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.