Skip to content

Commit 7e4ac89

Browse files
committed
docs: replace placeholders with real telegram screenshots and add launch copy
1 parent 5f25ebb commit 7e4ac89

6 files changed

Lines changed: 71 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,13 @@ flowchart TB
7373

7474
### Screenshots and media
7575

76-
![Onboarding placeholder](./assets/press-kit/screens/onboarding-placeholder.png)
77-
![Threads placeholder](./assets/press-kit/screens/threads-placeholder.png)
78-
![Approval placeholder](./assets/press-kit/screens/approval-placeholder.png)
76+
![Telegram pairing result](./assets/press-kit/screens/telegram-pairing-result.png)
77+
![Telegram threads inline](./assets/press-kit/screens/telegram-threads-inline.png)
78+
![Telegram threads status](./assets/press-kit/screens/telegram-threads-status.png)
7979

8080
- [Press kit](./assets/press-kit/README.md)
8181
- [Launch playbook](./docs/LAUNCH_PLAYBOOK.md)
82+
- [Launch posts (copy-ready)](./docs/LAUNCH_POSTS.md)
8283
- [User stories](./docs/USER_STORIES.md)
8384

8485
### Docs
@@ -157,5 +158,6 @@ Codex Bridge 解决的是一个非常实际的问题:你离开电脑后,Code
157158
### 相关文档
158159

159160
- [发布增长手册](./docs/LAUNCH_PLAYBOOK.md)
161+
- [首发文案模板(可直接复制)](./docs/LAUNCH_POSTS.md)
160162
- [用户故事脚本](./docs/USER_STORIES.md)
161163
- [媒体素材包](./assets/press-kit/README.md)

assets/press-kit/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Use these files when publishing product pages, social posts, and launch articles
1111
- `screens/onboarding-placeholder.png` - onboarding placeholder.
1212
- `screens/threads-placeholder.png` - Telegram threads placeholder.
1313
- `screens/approval-placeholder.png` - approval flow placeholder.
14+
- `screens/telegram-pairing-result.png` - real Telegram pairing + first response screenshot.
15+
- `screens/telegram-threads-inline.png` - real `/threads` inline keyboard screenshot.
16+
- `screens/telegram-threads-status.png` - real `/threads` status screenshot.
1417

1518
## Recommended exports
1619

214 KB
Loading
612 KB
Loading
582 KB
Loading

docs/LAUNCH_POSTS.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Launch Posts (Copy-ready)
2+
3+
This file contains ready-to-post bilingual launch copy for the first public wave.
4+
5+
## English
6+
7+
### Product Hunt (Tagline + first comment)
8+
9+
Tagline:
10+
`Remote-control your local Codex threads from Telegram in 2 minutes.`
11+
12+
First comment:
13+
`Codex Bridge Desktop keeps your real Codex thread available on your phone. You can bind exact threads, approve actions remotely, cancel long tasks, and check usage (/usage). Main path is no-CLI: install app, pair phone, run /threads. Open source.`
14+
15+
CTA:
16+
`GitHub: https://github.com/tonyHu08/CodeX_Bridge`
17+
18+
### Hacker News (Show HN)
19+
20+
Title:
21+
`Show HN: Codex Bridge Desktop – Telegram remote control for local Codex threads`
22+
23+
Body:
24+
`I built an open-source desktop bridge so Codex can be controlled from Telegram while staying thread-aware. Instead of generic chat relay, you can pick/bind threads, run remote turns, handle approvals, and read final outputs in one chat. Setup is around 2 minutes for non-CLI users.`
25+
26+
### Reddit (r/OpenAI / r/macapps)
27+
28+
Post:
29+
`I open-sourced Codex Bridge Desktop. It lets you continue local Codex threads from Telegram with /threads, /bind, /current, /usage, /cancel and approvals. If you’ve wanted a practical mobile workflow for Codex, this is exactly that.`
30+
31+
### X (Twitter)
32+
33+
`Shipped: Codex Bridge Desktop 🚀\n\nRemote-control local Codex threads from Telegram in ~2 minutes.\n- Thread-aware binding\n- Remote approvals\n- /usage + /cancel\n- Open source\n\nGitHub: https://github.com/tonyHu08/CodeX_Bridge`
34+
35+
## 中文
36+
37+
### 掘金 / 少数派(长文起手)
38+
39+
标题:
40+
`2 分钟把本机 Codex 装进手机:Codex Bridge Desktop 开源了`
41+
42+
正文:
43+
`Codex Bridge Desktop 是一个开源工具:让你直接在 Telegram 远程操控本机 Codex 对话线程。它不是普通消息转发,而是 thread 级操作:/threads 查看会话、/bind 绑定线程、/approve 远程审批、/usage 查看用量、/cancel 终止长任务。主路径无需命令行,安装后 2 分钟可以跑通第一条远程消息。`
44+
45+
项目地址:
46+
`https://github.com/tonyHu08/CodeX_Bridge`
47+
48+
### 即刻 / 朋友圈(短文)
49+
50+
`刚把 Codex Bridge Desktop 开源:离开电脑也能在 Telegram 里继续跑本机 Codex 线程。支持线程绑定、远程审批、用量查询,2 分钟上手。`
51+
52+
### 知乎专栏(导语)
53+
54+
`很多人都在用 Codex,但一离开桌面,工作流就断了。Codex Bridge Desktop 的目标就是补上这段“手机端断点”:保持 thread 一致、审批闭环和回包可见,把桌面的 Codex 能力延伸到通勤和碎片时间。`
55+
56+
## Comment replies (FAQ)
57+
58+
- Q: Is this just message forwarding?
59+
- A: No. It binds to real Codex threads and preserves conversation context.
60+
- Q: Do I need to create my own bot token?
61+
- A: Not in official hosted mode. Self-host mode is optional.
62+
- Q: Does it collect prompt content?
63+
- A: No message content is collected in anonymous analytics.

0 commit comments

Comments
 (0)