
Droplana — Client portals without the complexity
Create client portals to share files and collect documents without signup.
@droplana_com · X
The full gallery
Tech stack
60 projects

Create client portals to share files and collect documents without signup.
@droplana_com · X

Share files and folders up to 100GB instantly without signing up.
@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

Clean, format, and normalize text and CSV files for AI models.
nada_skiker · Product Hunt
AI Text & CSV Cleaner Clean, format, and prep raw text or CSVs for ChatGPT

Upload, store, and deliver media files through an API and dashboard.
@SOrjiude · X
Hey Peter, you can store those files here

Send self-destructing notes and files with zero-knowledge encryption and screenshot protection.
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 😭

Generate Excel files with specified row counts, up to millions of rows, for testing data imports and exports.
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 行,要等几十秒。 还能按规则填充列的数据,也支持插值表达式和随机数,自由度还是不错的。

Add data persistence and authentication to AI-built apps in minutes without database setup.
@MuratOnX · X

Free online tools for editing and converting PDFs, images, videos, JSON, SVG, and email files.
@bigchusstheory · X

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 结构检查,