
CortexDrop — Secure File Sharing via IPFS
Share encrypted files with self-destructing links without signing up.
@cortexdrop · X
CortexDrop- first consumer file sharing built on IPFS. Drop a file, get a private link.
The full gallery
Tech stack
62 projects

Share encrypted files with self-destructing links without signing up.
@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:

Monitor cron jobs and scheduled tasks with instant alerts for deadlines.
@WatchGooseCom · X
We just went live with platform for cron jobs, Kubernetes jobs, backup and scheduled tasks monitoring at

Create booking websites that automatically sync reservations to your Google Sheets.
@nowadayskira · X


Connect QuickBooks Online to track grant budgets, manage allocations, and generate funder reports.
@wesmcole · X

Upload a file, get a shareable link, and let anyone download it.
@astrolinkcc · X
Try one of our products!

Get instant browser notifications when Claude or GPT usage limits reset.
@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.

Automatically generate audio descriptions for videos to make them accessible to visually impaired users.
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

Type a topic to generate a finished documentary video in under a minute using 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

Free website SEO audit covering Core Web Vitals, mobile, and schema in 60 seconds.
@spiderwebagent · X
Check out what I just built with Lovable!

Open, search, and sort CSV files in your browser without uploading data.
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 结构检查,