TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to handle sensitive document uploads as a one-person SaaS?

16 pointsby wayoverthecloud6 months ago
I am thinking of a product many businesses would find it useful but my only concern is that the product revolves around sensitive documents(like lawyer's documents but can be extended to other industries too). The product is already built by many companies but I have found a unique angle that I think would benefit my users. I am not a team and I don't know how to handle laws of sensitive documents as a business entity(and those documents might live on AWS S3/similar services).

9 comments

bootstrpppin6 months ago
This&#x27;ll be unpopular, but if you want to keep it super lean and avoid being asked for compliance certs like SOC2&#x2F;ISO, you could consider building it as an installable app on top of a platform your customers already trust<p>ie. a Salesforce App.<p>That way, they already use&#x2F;trust the environment where the storage&#x2F;processing of their sensitive data is taking place, akin to an old school &#x27;on prem&#x27; solution (but without as much headache for you)<p>Worth thinking about
评论 #42134276 未加载
评论 #42132380 未加载
TBurette6 months ago
I worked for a company that required security clearances. We used a SaaS to store some documents. The SaaS gave our company a document outlining their security practices and we signed up to a system where their support is unable to access our instance unless we explicitly authorized it. It was enough for our company.
purple-leafy6 months ago
Gentleman’s agreement that you pinky promise you won’t peek if they don’t
solardev6 months ago
I don&#x27;t know what the product is (and you probably don&#x27;t want to say...?) but is it something that could potentially done clientside in their browser, maybe in JS or WASM? That way you never even have to receive, much less store, their document.
评论 #42132423 未加载
评论 #42132181 未加载
vdvsvwvwvwvwv6 months ago
In addition to being a 3rd party app as someone suggested, you could make it a desktop app.<p>You could also make it a control plane and the customers run it in their cloud. You would need a tech savvy customer who already uses say AWS.<p>Desktop app or Chrome extension is another possibility.
realusername6 months ago
It&#x27;s not a technical problem but a paperwork problem, it doesn&#x27;t matter how do you do it, the client will want to see the ISO certifications even if your app is fully secure.<p>Security isn&#x27;t the same thing as compliance.
demarq6 months ago
I’d say take your time a spend a week learning about S3.<p>It’s better to piggy back on another teams hard work than build from scratch.
imvetri6 months ago
Zip with password. Keep passwords in private for now.
nprateem6 months ago
LOL. Why are you asking us?<p>Speak to your potential customers and find out what they&#x27;d want to see to make them trust it, and what their data requirements are.<p>What&#x27;s the angle BTW? Please provide as much info as possible. Thx :D