Show HN:Smart notes – 永不丢失任何书签、链接或(语音)笔记
1 分•作者: marclelamy•7 个月前
在 iOS/MacOS 上,所有应用都有一个分享按钮,点击后会打开相同的分享界面,我们可以通过它分享到其他应用。我一直想要一个能从任何地方获取分享内容并进行整理的功能。
我不太懂移动端开发,但我有一个小型的 AI 应用,所以我制作了一个 iOS 快捷指令,并将 Smart Notes 功能作为应用的一个小功能。
它的工作原理如下:
* 从任何应用分享任何内容,然后点击 iOS 快捷指令
* iOS 快捷指令将内容发送到我的后端(如果你想添加关于它的细节,可以附带语音/书面笔记)
* 根据内容,它会被下载/转录
* 一个 LLM 会对其进行总结和分类
* 所有的“Smart Notes”都会被添加到类似社交媒体的 feed 界面中
在 feed 界面中,你可以看到你创建的所有 Smart Notes,将它们归档、标记为收藏等...
我经常用它来在锁屏状态下录音,然后发送录音,录音会被转换成书面笔记(你可以像使用任何 iOS 快捷指令一样启动它,不一定非要分享内容)。我用它来记录想法、提醒、待办事项等... 这非常实用,因为我不需要一直解锁手机,而且可以长时间说话而不会中断。我希望 Siri 也能做到这一点...
它是我的聊天机器人的一部分,并且我每月为每个拥有账户的人提供 500 个免费积分,所以你不太可能需要付费使用它。
我计划为它添加更多功能:
* 为我的聊天机器人添加函数工具,这样你就可以问“我几个月前保存的关于 X 的这篇文章是关于什么的”,并可以非常容易地检索到它
* 浏览器扩展,只需一个按钮即可从那里保存链接
* 对于没有更多积分的用户,使用更便宜的 LLM,实现无限且真正免费的使用
你可以在这里试用:[https://www.tryblend.ai/smart-notes](https://www.tryblend.ai/smart-notes),我很乐意收到一些反馈!
这里有一个演示:[https://oh28wvg0kw.ufs.sh/f/Uq9yFdNAkVnxz3OC9tbWPiYA3Mnrjz7dbkGLgRl4C1EvJyIa](https://oh28wvg0kw.ufs.sh/f/Uq9yFdNAkVnxz3OC9tbWPiYA3Mnrjz7dbkGLgRl4C1EvJyIa)
查看原文
On IOS/MacOS all apps have this share button that open the same sheet where we can share with more apps. I always wanted something that can take any shared item from anywhere and organized it nicely.<p>Idk how to do mobile development but I have a small AI app so I made an iOS shortcut, and added the Smart Notes as small feature on the app.<p>How it works:
- Share anything from any app and click the iOS shortcut
- The iOS shortcut sends the content to my backend (with a voice/written note if you want to add a detail about it)
- Depending on the content it gets downloaded/transcribed
- An LLM summarizes and categorizes it
- All the "Smart Notes" get added to a feed UI like on social media<p>In the feed UI you can see all the Smart Notes that you created, archive them, mark them as favorite, etc...<p>One thing I use it a lot for is on the lock screen where I can record myself talking and send the recording which will be converted into a written note (you can start it like any iOS shortcut, not always need to share something). I use it for ideas, reminder, todo, etc... It's very practical as I don't have to unlock my phone all the time and can talk for a long time without it breaking. I wish siri would have been able to do this at this point...<p>It's part of my chatbot and as I give 500 credits for free per month to everyone with an account, you're unlikely to ever pay for it.<p>I'm planning to add more to it:
- Function tool to my chatbot so you can ask "what was this article about X I saved Y months ago" and have it retrieved super easily
- Browsers extension to save links from there with one button
- For users with no more credits, use a cheaper LLM for unlimited and real free usage<p>You can try it as <a href="https://www.tryblend.ai/smart-notes" rel="nofollow">https://www.tryblend.ai/smart-notes</a>, I would love some feedback!
Here's a demo: <a href="https://oh28wvg0kw.ufs.sh/f/Uq9yFdNAkVnxz3OC9tbWPiYA3Mnrjz7dbkGLgRl4C1EvJyIa" rel="nofollow">https://oh28wvg0kw.ufs.sh/f/Uq9yFdNAkVnxz3OC9tbWPiYA3Mnrjz7d...</a>