Ask HN: How to handle sensitive document uploads as a one-person SaaS?
1–10 of 15 posts
Re: Ask HN: How to handle sensitive document uploads as a one-person SaaS?
#2ie. a Salesforce App.
That way, they already use/trust the environment where the storage/processing of their sensitive data is taking place, akin to an old school 'on prem' solution (but without as much headache for you)
Worth thinking about
Re: Ask HN: How to handle sensitive document uploads as a one-person SaaS?
#3Re: Ask HN: How to handle sensitive document uploads as a one-person SaaS?
#4I don't know what the product is (and you probably don'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.
Re: Ask HN: How to handle sensitive document uploads as a one-person SaaS?
#5You 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.
Desktop app or Chrome extension is another possibility.
Re: Ask HN: How to handle sensitive document uploads as a one-person SaaS?
#6This'll be unpopular, but if you want to keep it super lean and avoid being asked for compliance certs like SOC2/ISO, you could consider building it as an installable app on top of a platform your customers already trust ie. a Salesforce App. That way, they already use/trust the environment where the storage/processing of their sensitive data is taking place, akin to an old school 'on prem' solution (but without as m…
Re: Ask HN: How to handle sensitive document uploads as a one-person SaaS?
#7I don't know what the product is (and you probably don'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.
Re: Ask HN: How to handle sensitive document uploads as a one-person SaaS?
#8It’s better to piggy back on another teams hard work than build from scratch.