
Droplana — Client portals without the complexity
创建客户门户来分享文件、收集文档,无需登录。
@droplana_com · X
完整作品展
技术栈
60 projects

创建客户门户来分享文件、收集文档,无需登录。
@droplana_com · X

OpenBeam:无需注册,即时分享高达100GB的文件和文件夹。
@Abhishe33854772 · X
Replace Files, Keep the Same Link Upload a file once and share the link Need to update the file later? Simply replace it in and the original link continues to work.

Bring your Apollo, Lusha and spreadsheet data into one searchable vault. Filter with 110+ filters and enrich with trusted email, phone and scraping tools.
@m1mubeen · X

为 AI 模型清理和格式化文本及 CSV 文件。
nada_skiker · Product Hunt
AI Text & CSV Cleaner Clean, format, and prep raw text or CSVs for ChatGPT

通过 API 和仪表板上传、存储和交付媒体文件。
@SOrjiude · X
Hey Peter, you can store those files here

用零知识加密发送自毁笔记和文件,支持截图保护。
minpym · HN
Flashpaper – Self-destructing secret sharing with no database

Secure file transfer app with encryption, expiration dates & password protection. Share files GDPR-compliant with DailyBuddy Send
@beckerilja · X
Just shipped: Send is now two-way. 🎉 You could always share files securely. Now the recipient can upload files & send text back too — no account needed. Secure file requests, basically. → #buildinpublic #saas

Convert images, video, audio, and documents without uploading a thing. Everything runs on your device. 800+ conversions on Mac, 200+ in the browser. First conversion is free, then
@yogendrasinghx · X
Alright, roast this Privacy-first file converter for Mac 800+ conversions, everything happens locally. Don't hold back 😭

输入行数快速生成Excel文件,支持百万行,用于测试导入导出。
v2mo · V2EX
生成指定行数的 Excel 文件, 输入行数, 就能快速下载 xlsx 表格文件 后端测试需要用到 Excel 大文件,测试导入、导出。 这个工具用来测试是很顺手了。 [生成指定行数的 Excel 文件, 输入行数, 快速下载 xlsx 表格文件]( https://it365.janqi.com/generate-excel-file-with-specified-number-of-rows/zh/) 看了背后的技术: 使用了 WebAssembly Web Worker 能支持生成一百万行的 Excel 文件,还是有点猛,只是 100w 行,要等几十秒。 还能按规则填充列的数据,也支持插值表达式和随机数,自由度还是不错的。

SimplestAPI:为 AI 应用添加数据存储和登录,无需数据库设置。
@MuratOnX · X

编辑和转换 PDF、图像、视频、JSON、SVG 和电子邮件文件的免费在线工具。
@bigchusstheory · X

在浏览器中打开、搜索和排序 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 结构检查,