
CortexDrop — Secure File Sharing via IPFS
分享加密文件,带自销毁链接,无需注册。
@cortexdrop · X
CortexDrop- first consumer file sharing built on IPFS. Drop a file, get a private link.
完整作品展
技术栈
62 projects

分享加密文件,带自销毁链接,无需注册。
@cortexdrop · X
CortexDrop- first consumer file sharing built on IPFS. Drop a file, get a private link.

Zero-setup JSON database for AI-generated app frontends with encrypted persistence.
@dhairyadarji786 · X
Tired of database setup for simple AI/Cursor prototypes?I built CloudState: a zero-config cloud database for vibe-coding. ⚡Get a secure JSON endpoint in 10s 🤖 Custom prompts for Cursor/Bolt/v0 to sync state via fetch Check it out:

当您的 Cron 任务错过截止期限时获得即时警报。
@WatchGooseCom · X
We just went live with platform for cron jobs, Kubernetes jobs, backup and scheduled tasks monitoring at

为企业快速创建预订网站,自动同步到Google表格。
@nowadayskira · X


连接QuickBooks Online追踪补助金预算并生成资助方报告。
@wesmcole · X

上传文件,生成分享链接让任何人下载。
@astrolinkcc · X
Try one of our products!

在Claude和GPT限制重置时收到即时浏览器通知。
@HYBBB2002 · X
🔔 Never miss an AI limit reset event again! presentAI tracks Claude & GPT reset events in real-time and sends you an instant alert the exact moment your limits are back.

自动为视频生成音频描述,帮助视障用户无障碍访问视频。
u/Thecuriousbloke · Reddit
I built an AI tool that automatically generates audio descriptions for videos. I'd love some honest feedback I've spent the last few months building an AI tool that automatically generates audio descriptions for videos to make them accessible for visually impaired users. I'd love feedback on whether the descriptions are actually useful or if there are obvious issues. Looking for honest feedback. Check it out here - https://accessly.studio submitted by /u/Thecuriousbloke t

输入主题,AI在一分钟内生成完整的纪录片视频。
pw · HN
Hiya! So I've been playing around with having Claude make videos for a bit now even had some success posting the results to TikTok (and setup a whole pipeline so Claude can generate and post autonomously). With the release of Nano Banana 2 Lite, I was curious show fast I could make the generation, so last night I gave it a whirl and got down to around 30s for short-form video. It uses GLM-5.2 fast via Fireworks to generate the scripts and image prompts and, like I said, Nano Banana 2 Lite for the images, gpt-4o-mini-tts for the narration, and ffmpeg to string it all together and add the Ken Burns zoom effect (which still has a shake I haven't been able to get rid of). The video compilation proved to be the blocker once the rest was in place, but I was able to speed that up by putting it on a 64 vCPU EC2. The cost might be the most interesting aspect as the short form videos tend to be about 25 cents. Almost 90% of that is the images, which are 3.336 cents a piece. Of course, running

免费SEO审计工具,60秒内检测Core Web Vitals、移动优化和Schema。
@spiderwebagent · X
Check out what I just built with Lovable!

在浏览器中打开、搜索和排序 CSV 文件,无需上传数据。
FengNianIndie · V2EX
vibe coding 了个不上传文件的 CSV 工具箱,想找一些奇怪 CSV 来测试 最近做了一个 CSV 工具站:CSV Dock 。 网站: https://csvdock.com 做它的起因是自己处理 CSV 时经常遇到几个问题: - 不太愿意把包含业务数据的 CSV 上传到陌生服务器 - Excel 打开 CSV 时容易出现乱码、分列错误或丢失编号前面的 0 - 文件稍微大一点,很多在线工具就会卡死 - CSV 、JSON 、Excel 转换通常散落在不同网站,操作方式也不统一 所以我做成了一个 local-first 的工具箱:文件直接在浏览器内处理,不上传到应用服务器,也不需要注册账号。 目前包含: - CSV 查看、搜索和排序 - CSV 转 Excel ( XLSX / XLS ) - Excel 转 CSV ,可将全部工作表导出为 ZIP - JSON 转 CSV ,支持选择数组路径和展开嵌套对象 - CSV 转 JSON / JSON Lines - 多个 CSV 按表头或列位置合并 - CSV 结构检查,