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.

Building an app I don't want to ship

7 pointsby floppydisketteover 4 years ago

2 comments

gt2over 4 years ago
I&#x27;ve found myself in situation as well. Does anyone have advice on how to deal with the fear of handling users&#x2F;user data for a product that you think people would love?<p>Is it incorporation for liability protection?<p>Terms of service docs that state nothing is hack proof?<p>Getting the right liability insurance?<p>In depth penetration tests prior to launching and continuously thereafter?<p>Continuously monitoring for suspicious activity on a server to detect hacks?
city41over 4 years ago
I found myself in a similar situation with a budgeting app I wrote. Initially I was planning to make it public but the idea of dealing with people&#x27;s financial data and paying for all the infrastructure caused me to change my mind.<p>Instead I&#x27;ve been exploring a strange idea of using sqlite client side. People would save their data to a sqlite file that gets downloaded, then when they come back, drag the file back onto the browser to pick up where they left off. A little awkward, but 100% client side, side skirting most of the problems.<p>(I realize hardly anyone would bother to use this app. But making it public with sqlite is really just an experiment. I host the app on a raspberry pi inside our home network and we use it that way.)
评论 #25279940 未加载
评论 #25264594 未加载
评论 #25261710 未加载