Captio代替アプリを作った理由 Why We Built a Captio Alternative
1. Captioとは何だったのか
Captioは、2012年頃に登場したiOS向けの有料アプリ(約240円)でした。やることはただひとつ——アプリを開いて、メモを書いて、送信ボタンを押す。それだけで、あらかじめ設定したメールアドレスにメモが届きます。
通知はありません。フォルダもタグもありません。設定画面は最小限。余計なものが一切ない、究極にシンプルなメモ→メール送信アプリでした。
使い方は人それぞれ。買い物リストを自分に送る人。ふと思いついたアイデアを忘れる前にメールで残す人。仕事のリマインダーを自分の業務メールに飛ばす人。共通していたのは、「思いついた瞬間に、最短距離でメモを未来の自分に届ける」という体験でした。
2. Captioサービス終了の衝撃
ある日、CaptioがApp Storeから消えました。公式なアナウンスはありませんでした。
既にインストール済みのユーザーはしばらく使い続けることができましたが、iPhoneを買い替えた瞬間、もうCaptioは戻ってきませんでした。App Storeで検索しても見つからない。バックアップから復元しても動かない。サーバーも停止していた。
「Captio 代替」「Captio alternative」——検索する人が増えました。「Note to Email」「Note To Self Mail」など、似たアプリを試してみた人も多いでしょう。でも、どこか違う。機能としては近いのに、あの体験とは何かが違う。
その「何かが違う」の正体を突き止めるために、Captioの体験を要素に分解することにしました。
3. Captio体験の3要素
Captioが他のメモアプリと決定的に違っていたのは、単なる機能の違いではなく、体験の質でした。その体験を構成していた3つの要素を分析します。
この3つの要素が組み合わさることで、Captioは単なるメモアプリではなく、「思考のアウトプット装置」になっていました。どれかひとつが欠けても、あの体験は再現できません。
4. 「似たもの」ではなく「あの体験」を再現する
Captioの代替を作るとき、最も重要な判断がありました。それは、「機能をコピーする」のではなく「体験を再現する」という方針です。
機能のコピーなら簡単です。テキストフィールドとメール送信APIを組み合わせれば、それらしいものはすぐに作れます。しかし、0.5秒以内にキーボードが表示されること、送信後150ミリ秒以内に画面がリセットされること、ネットワーク圏外でもメッセージが一通も失われないこと——これらを同時に実現するのは、まったく別次元の技術課題です。
私たちは具体的な技術ターゲットを設定しました。
- Time-to-Text: 500ms以下 — アプリ起動からキーボード表示・入力可能状態まで
- Send-to-Reset: 150ms以下 — 送信ボタンタップから画面クリアまで
- メッセージロス: ゼロ — オフライン・アプリ強制終了・電池切れ、いかなる状況でも取りこぼさない
これらのターゲットを達成するために、UIKitによるネイティブUI構築、暗号化Outboxアーキテクチャ、Cloudflare Workers上のRelay APIなど、多くの技術的判断を行いました。詳細は各技術トピックの記事で解説しています。
5. Captio式シンプルメモが提供するもの
Captioの3要素を忠実に再現しつつ、2026年のアプリとして必要な改善を加えたのが「Captio式シンプルメモ」です。
Captioが好きだったあなたへ。あの体験を、もう一度。
App Storeでダウンロード1. What Was Captio?
Captio was a paid iOS app (around $2) that appeared around 2012. It did exactly one thing — you opened the app, wrote a note, and tapped send. That was it. Your memo arrived at a pre-configured email address.
No notifications. No folders. No tags. Minimal settings. It was the ultimate simple memo-to-email app, stripped of everything unnecessary.
People used it in all sorts of ways. Some sent themselves shopping lists. Others jotted down fleeting ideas before they vanished. Some fired work reminders to their office email. What everyone shared was the experience of "getting a thought to your future self via the shortest possible path."
2. The Shock of Captio's Discontinuation
One day, Captio disappeared from the App Store. There was no official announcement.
Users who already had it installed could keep using it for a while, but the moment you replaced your iPhone, Captio was gone for good. Search the App Store — nothing. Restore from backup — it wouldn't work. The servers had been shut down too.
"Captio alternative" "Captio discontinued" — search queries multiplied. Many people tried similar apps: "Note to Email," "Note To Self Mail," and others. They were functionally close, but something felt different. The features were similar, yet the experience wasn't the same.
To understand what that "something different" was, we decided to deconstruct the Captio experience into its core elements.
3. The 3 Elements of the Captio Experience
What made Captio fundamentally different from other memo apps wasn't a feature difference — it was a quality of experience. Here are the three elements that defined it.
The combination of these three elements made Captio not just a memo app, but a "thought output device." Remove any one of them, and the experience falls apart.
4. Recreating "The Experience," Not Just "Something Similar"
When building a Captio alternative, we faced one crucial decision: we wouldn't just copy the features — we would recreate the experience.
Feature copying is easy. Combine a text field with an email-sending API and you'll have something that looks close enough. But ensuring the keyboard appears within 0.5 seconds of launch, that the screen resets within 150 milliseconds of tapping send, and that no message is ever lost even offline — achieving all of these simultaneously is an entirely different engineering challenge.
We set concrete technical targets:
- Time-to-Text: under 500ms — from app launch to keyboard visible and input ready
- Send-to-Reset: under 150ms — from tapping send to screen clear
- Message loss: zero — no matter the scenario: offline, force quit, battery death
To achieve these targets, we made many technical decisions: native UI with UIKit, an encrypted Outbox architecture, a Relay API on Cloudflare Workers, and more. The details are documented in our other dev log articles.
5. What Simple Memo Delivers
Simple Memo - Captio-style faithfully recreates Captio's three core elements while adding the improvements expected of a 2026 app.
For everyone who loved Captio. That experience, once more.
Download on the App Storeよくある質問
Q. Captioはなぜなくなったのですか?
公式な理由は不明ですが、App Storeから削除されサーバーも停止しました。開発元からの公式アナウンスもなく、突然サービスが終了した形です。
Q. Captioの代わりになるアプリはありますか?
Captio式シンプルメモは、Captioの「起動即入力・送ったら消える・余計なものゼロ」を再現したアプリです。Captioと同じ操作感を目指して開発されました。
Q. Captio式シンプルメモとCaptioの違いは?
オフライン対応、送信履歴、10言語対応、暗号化Outboxなど、Captioにはなかった機能を追加しつつ、同じ操作感を実現しています。
Q. メモは安全ですか?
AES-GCM暗号化でOutboxに保存されます。外部ライブラリ依存ゼロ、Apple純正フレームワークのみ使用しています。
Q. 無料で使えますか?
7日間の無料トライアル後、Freeプランは1日3通まで送信可能です。Premiumプランでは送信無制限になります。
Frequently Asked Questions
Q. Why was Captio discontinued?
The official reason is unknown, but the app was removed from the App Store and its servers were shut down. There was no official announcement from the developer — the service simply disappeared.
Q. Are there alternatives to Captio?
Simple Memo - Captio-style is an app that recreates Captio's core experience: instant input on launch, clear after send, and zero clutter. It was built to match the same feel as Captio.
Q. How is Simple Memo different from Captio?
While maintaining the same user experience, Simple Memo adds features Captio didn't have: offline support, send history, 10-language support, and an encrypted Outbox.
Q. Are my memos safe?
Memos are stored in the Outbox with AES-GCM encryption. The app has zero external library dependencies and uses only Apple's native frameworks.
Q. Is it free to use?
After a 7-day free trial, the Free plan allows up to 3 sends per day. The Premium plan offers unlimited sending.
関連記事
Related Articles
参考文献 References
- SimpleMemo — App Store — Captioの代替として開発されたSimpleMemoのApp StoreページApp Store listing for SimpleMemo, developed as an alternative to Captio
- Apple — Human Interface Guidelines — ゼロクラッターUIの設計指針として参照したAppleのデザインガイドラインApple's design guidelines referenced for zero-clutter UI design
- Wikipedia — Email Client — メールクライアントの歴史と分類。Captioの位置づけの参考にHistory and classification of email clients, referenced for contextualizing Captio
- Apple Developer — becomeFirstResponder() — 起動直後のキーボード表示を実現する即時入力体験の実装に使用Used to implement instant input experience with immediate keyboard display on launch