Ask HN: How do you limit liability for side projects?

7 points by derekp7 ↗ HN
So I'm thinking of putting up an online service as a side project. However, since it will be storing customer data, I'm concerned about liability. Since this is just a hobby for now, I don't currently have funding to incorporate, or have a lawyer draw up bullet-proof terms of service. Should I just sit on my project until I can put some money to it, or just take my chances?

2 comments

[ 3.4 ms ] story [ 17.6 ms ] thread
I want to augment this with the question what is the level of data that id considered private? If you store emails usernames and passwords? Real names?
Disclaimer : I am not a lawyer, I am only a developer, computer scientist and computers lovers :P

First of all, warn your users what you will store and for what purpose. Example : on your registration page

"Email are stored to identify you and to send notifications if you want to (configuration in your profile page). Password will be stored salted and encrypted, but don't forget to pick different ones for different sites. All personal informations that we store will only be used to our purpose and not selled anytime, ie not now neither ever."

Make clear your site is a side project, a beta, an alpha; that bugs may occur; that is possible to create apocalypse and kill kittens (cf disclaimer of VLC beta on Android).

More, if you keep private informations only to identify users, you can tell that all informations will be deleted (and you will) when your project will be full. (beta to production deletion).