我們的故事
Our Story

讓每個工具,
都是一次善意的推動
Every tool
is a gentle push
toward better

Loophly 是一個獨立開發者的實驗場。不是大公司,不是創投支持的新創, 只是一個相信「好的工具可以改善生活,好的生活可以改善世界」的人, 一個一個地打造小工具。

Loophly is one independent developer's lab. Not a big company, not VC-backed — just someone who believes "better tools make better lives, and better lives make a better world," building one small tool at a time.

Loop + Friendly = Loophly Loop + Friendly = Loophly

Loophly 由兩個英文字組成:Loop(循環)與 Friendly(友善)。 這個名字背後有一個我一直相信的道理: 當你的生活過得稍微好一點,你就更有餘裕對身邊的人好一點; 他們也會把這份善意傳遞出去。一個小小的改善,有可能在世界上引發漣漪。

Loophly combines Loop (cycle) and Friendly (kindness). The name carries a belief: when your life improves even a little, you have more capacity to be kind to those around you; they pass that kindness forward. A small improvement can ripple outward into the world.

所以我打造的每一個工具,都試著解決一個真實的、日常的小問題: 睡不好?焦慮反芻?日常生活摩擦太多? 如果一個小工具能讓你早十分鐘睡著,或是讓某件麻煩的事變得輕鬆一點, 那這個工具就完成了它的使命。

So every tool I build tries to solve one real, everyday friction: trouble sleeping? anxious rumination? too much everyday friction? If a small tool helps you fall asleep ten minutes sooner, or makes one annoying thing a little easier — that tool has done its job.

從一個需求,到一個工具 From a Need to a Tool

第二個工具 · 2024–2025
Second Tool · 2024–2025

ZzzDeck — 睡眠輔助工具誕生

ZzzDeck — A Sleep Aid Tool Is Born

某個輾轉難眠的夜晚,我查到了 Luc Beaudoin 博士的「認知洗牌法」研究, 試了一遍,竟然真的有效。但當時沒有一個好用的工具。 於是我決定自己做一個:Next.js + React + Tailwind CSS v4, 支援 13 種語言,有語音朗讀、背景音效、睡眠計時器,PWA 可離線使用。 這個工具讓我深入了解了 Web Speech API、Screen Wake Lock、Service Worker 等瀏覽器 API, 也第一次認真做了 i18n 多語言系統。

On a sleepless night, I discovered Dr. Luc Beaudoin's Cognitive Shuffle research. I tried it — and it actually worked. But there was no good tool for it. So I built one: Next.js + React + Tailwind CSS v4, supporting 13 languages, with TTS, background sounds, a sleep timer, and offline PWA support. Building this taught me the Web Speech API, Screen Wake Lock, Service Workers, and got me serious about i18n multi-language systems for the first time.

持續進行中
Ongoing

下一個工具

What's Next

Loophly 的目標不是快速推出大量工具,而是每一個工具都真正有用。 我寧願花三個月做好一個工具,也不要倉促推出十個半成品。 下一個工具正在構思中——它會解決另一個日常生活中真實存在的小摩擦。

Loophly's goal isn't to ship tools fast — it's for every tool to be genuinely useful. I'd rather spend three months getting one tool right than rush ten half-finished ones. The next tool is taking shape — it will address another real piece of everyday friction.

每個都是為了解決真實的問題 Each One Solves a Real Problem

每個工具都是一門課 Every Tool Is a Lesson

身為獨立開發者,每個產品都是從零開始學習新技術的機會。以下是這兩個工具帶給我最重要的技術收穫:

As an independent developer, every product is a chance to learn new technology from scratch. Here are the most important technical lessons from these two tools:

Firebase
即時同步的力量
The Power of Real-Time Sync

Firebase Firestore 的 onSnapshot 讓資料能跨裝置即時更新,完全無需輪詢。這讓我深刻理解了「事件驅動架構」的優雅。

Firebase Firestore's onSnapshot keeps data in sync across devices instantly, no polling needed. This gave me a deep appreciation for event-driven architecture.

PWA
網頁也能是 App
Web Can Feel Native

Service Worker、Web App Manifest、離線快取——這些技術讓 ZzzDeck 能裝到手機主畫面、離線使用,體驗接近原生 App,卻不需要上架 App Store。

Service Workers, Web App Manifest, offline caching — these technologies let ZzzDeck install to the home screen and work offline, with a native feel, without the App Store gatekeeping.

Web APIs
瀏覽器比你想的更強大
The Browser Is More Powerful Than You Think

Web Speech API(語音合成)、Screen Wake Lock(防止螢幕睡眠)——ZzzDeck 幾乎完全靠瀏覽器原生 API,不需要任何後端,這讓我對 Web Platform 的能力重新評估。

Web Speech API (TTS), Screen Wake Lock — ZzzDeck relies almost entirely on browser-native APIs with no backend. Building it reset my understanding of how capable the modern web platform really is.

i18n
多語言不只是翻譯
i18n Is More Than Translation

ZzzDeck 支援 13 種語言,每種語言有 240 個視覺化單字。這讓我學到了 hreflang SEO、動態路由語言切換、TTS 語言對應的細節,以及「讓不同文化的用戶都感到自在」的設計考量。

ZzzDeck supports 13 languages, each with 240 visualization words. This taught me hreflang SEO, dynamic route language switching, TTS locale mapping, and the design nuances of making users from different cultures feel at home.

關於作者 About the Author

Willy Yang
獨立軟體開發者 · 睡眠改善研究者
Independent Software Developer · Sleep Improvement Researcher

軟體工程師,有過長期睡眠困擾的親身經歷。因為找不到真正好用的助眠工具, 開始研究睡眠科學,並自行開發 ZzzDeck。網站上所有睡眠相關文章, 均基於同行評審的睡眠研究(NIH、Sleep Foundation、Harvard Health 等),並標注原始來源。

A software engineer with firsthand experience dealing with chronic sleep difficulties. Unable to find a genuinely useful sleep tool, began researching sleep science and built ZzzDeck. All sleep-related articles on this site are grounded in peer-reviewed sleep research (NIH, Sleep Foundation, Harvard Health, and others) with original sources cited.

我們如何撰寫內容 How We Write Content

以研究為基礎
Research-First

每篇文章主張均來自同行評審的學術研究,所有資料來源皆在文末標注。

Every claim is grounded in peer-reviewed research. All sources are cited at the end of each article.

呈現全貌,不誇大
Balanced, Not Sensational

當研究結果複雜或有爭議時,我們會完整呈現,而非只選擇聳動的結論。

When research is complex or contested, we present the full picture instead of selecting the loudest conclusion.

持續更新
Kept Current

睡眠科學持續進步。我們定期審視舊文章,確保資訊符合最新研究。

Sleep science evolves. We periodically review older articles to keep information aligned with current research.

不提供醫療建議
Not Medical Advice

本站內容為一般睡眠健康資訊,不能取代專業醫療診斷或治療建議。

This site offers general sleep health information and does not replace professional diagnosis or treatment.