Friday, June 27, 2025
32.9 C
Singapore

Japanese  “dollar hotel” offers option to livestream guest’s stay

A small hotel located in Japan’s Fukuoka prefecture offers a special promo for budget travellers.

Regular overnight accommodation at the Asahi Ryokan hotel costs US$27 (S$36), but it can cost only one dollar if the guest agrees to livestream their entire stay at the hotel.

Tetsuya Inoue (27) manages the Asahi Ryokan hotel. He came up with the idea of livestreaming his guests as he was brainstorming on improvements for his business model.

He shared that he got the idea from a British traveller who live-streamed his stay in the hotel.

A video camera is set up in just one room in the hotel, and the audio is disabled so guests can still have private conversations.

Tetsuya explained that guests may also opt to turn off the lights in the room, and the bathroom is off limits as well.

Guests are also prohibited from performing “lewd acts” and sharing their personal information like passport and credit card numbers while being livestreamed.

See also  Singaporean rideshare innovator Angeline Tham: Hero or persona non grata in the Philippines?

He only started offering the promo last month, and four guests have already agreed to his terms.

“Young people nowadays don’t care much about the privacy. Some of them say it’s OK to be [watched] for just one day,” Tetsuya shared in an interview with CNN.

He streams and uploads the content on the hotel’s official YouTube channel, One Dollar Hotel.

During streams, strangers all over the world gather together in the chat box to watch what the guests are doing, most of the time they’re just sleeping.

Tetsuya can begin monetizing his channel for ad revenue once it reaches more than 4,000 view hours.

One Dollar Hotel is located in 2-6-2, Kiyokawa, Fukuokashhi, Fukuoka-Prefecture, a city known for its seaside culture./TISG

Hot this week

SIA CEO’s annual pay fell 13.5% to S$7m despite record profit

SINGAPORE: Singapore Airlines (SIA) chief executive officer Goh Choon...

Singapore is 6th most peaceful country on the 2025 Global Peace Index

SINGAPORE: In the 19th edition of the Global Peace...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });