
ClipMargin · Notes from every video, searchable forever
Capture timestamped notes from videos and search all your learning in one place.
@amine_builds2 · X
[Chrome] [Free] ClipMargin: Timestamped Notes for Any Video
The full gallery
Tech stack
60 projects

Capture timestamped notes from videos and search all your learning in one place.
@amine_builds2 · X
[Chrome] [Free] ClipMargin: Timestamped Notes for Any Video

Give your parents or grandparents the gift of being asked. Tell Me sends a warm question a couple of times a week — they reply with a voice note, and you keep their stories forever
@TellMe_David · X

Paste a messy meeting or call transcript and get a clean summary with action items in seconds. Free, no login required.
u/dreresn · Reddit
Built a free tool that turns messy meeting transcripts into a clean summary + action items (no signup) I kept losing track of action items after long Zoom/Meet calls, so I built a small free tool: paste a raw transcript, get back a plain-English summary, a list of action items with owners, and a shareable link. No login, nothing stored. It's a zero-dependency static site plus Vercel serverless functions, running on Gemini's free tier, so it costs $0 to run. Would love feedback on two thin

Drop in a Statement (CSV or text-backed PDF), get Alerts three days before every subscription renews. Parsing happens in your browser; the file is never stored.
@SubPrune · X

Transcribe MP4 videos to text with timestamps, speaker labels, and summaries.
yongkunchen · V2EX
做了一个 MP4 转文字的小工具 最近自己做了一个 MP4 转文字的 AI 小工具,主要用于把视频快速转换成文本。 项目地址: https://mp4totext.ai/ 开发过程中发现,真正麻烦的并不是调用语音识别模型,而是视频格式兼容、音频提取、长视频处理以及异步任务这些细节。 目前还在持续优化,如果大家平时有视频转文字的需求,欢迎试试看。 也想听听大家对视频转写类工具还有哪些实际需求。

Pin timestamped receipts to any video. Share what you noticed with your community. Don't just watch. Collect receipts.
@DaFunBoi · X
Here's a better way to watch YouTube.

A free daily deduction puzzle in your browser — read three testimonies, tap the one that's lying. No signup, no app, one minute a day.
@fictanode · X

Private daily journal for building a permanent family memory archive and digital legacy.
@Rustam280592 · X
Day Etch is your second memory. Day Etch - your experience as intellectual capital for future generations. We are creating not just a diary, but a repository of life.

Upload documents to build a private vault where you can ask questions and get reminders.
u/Abject_Nature8678 · Reddit
Spent 6 months building an app that reads your contracts — discovered I'd been paying for 3 subscriptions I'd completely forgotten about The original problem was simple: I'd missed a lease auto-renewal and got stuck for another year. I wanted something that reads your documents and tells you what to watch for. Six months later I had Goffer (goffer.ai). But the real test was dogfooding it — loading all my own documents to see what the app found. It flagged two subscription auto-renewals I'

Create notes from videos with AI transcription, screenshots, and AI summaries.
lilaiqun · V2EX
受够了视频没听清就反复拖进度条,只考虑音频错别字多,写了个"会看画面"的视频转笔记工具 看视频经常一句话没听清,拖回去重听好几遍还是听不清。试了现有的转写工具,发现它们只用音频——恰恰是我听不清的词,它们也转不对(幻灯片上的术语、代码里的名词,声音里根本猜不出来)。 所以做了 **Vid2notes**:转写时不只听声音,还抽帧看画面。Whisper 转文字,多模态模型拿着字幕对着截图一起读,输出带截图、章节、时间戳和 AI 总结的图文笔记,可导出 Markdown / SRT / VTT 。 支持最长 10 小时的视频,常见格式都行。 技术栈给感兴趣的 V 友:全栈 Cloudflare ( Workers AI 跑 Whisper + GLM ,Rust + FFmpeg 跑在 Containers 里),按视频 MD5 缓存不重复算。 **每天免费 3 个视频**,不用绑卡:[vid2notes]( https://vid2notes.com/) 最想知道的反馈:准确率在你的视频上怎么样,尤其是带幻灯片/代码的教学视频。欢迎拍砖

Text-based interactive game with personal stories to discover like-minded friends.
@MoCha408 · X
为了更好的找到聊得来的朋友,我最近自己写了一个网站,里面是我vibe coding的一个文字型交互游戏,都是我的真实故事或者我思考的侧重点。玩了以后可以私信我你的昵称和你的思考,不然我是不知道你是谁的。我会不停的更新章节内容~(有bgm,建议带耳机且电脑端体验会更好)

Convert any date to Discord timestamp format instantly with 9 format options and one-click copy.
zhengguge06 · V2EX
做了一个 Discord 时间戳转换器,再也不用算 Unix 了 # 经常在 Discord 里组织活动的人都知道,定好活动时间还不算完 怎么让不同时区的人都能看懂才是问题。直接写“晚上 8 点”,总有人按自己的时区理解;让大家手动换算时区又很麻烦。 我试用了不少市面上的同类工具后,根据自己的实际需求做了一个小工具:[Timestamp Rocks]( https://timestamp.rocks/) 选择日期、时间和 IANA 时区,工具就会自动生成 Discord 支持的 9 种时间戳格式。你只需一键复制并粘贴到频道里,Discord 就会按照每个人的本地时区和语言显示同一个时间。  ## 为什么还要造这个轮子? 我试过的同类工具里,主要遇到了两个问题: 1. 有些工具只展示几种常用格式。我经常使用“相对时间”格式,例如显示“3 小时后”,但并不是每个工具都能方便地生成。 2. 夏令时处理几乎都翻车。大部分工具拿"今天的 UTC 偏移"去算未来的日期——3