|
|
|
Ask HN: How do founders demo real product without exposing sensitive data?
|
|
5 points
by legitimate_key
127 days ago
|
|
Pitching soon and want to show the real thing, not a sanitized environment. How do you handle sensitive during live demos? The problem: investors want to see your actual product working with real data, but showing real dashboards means exposing credentials, API keys, client data, or internal systems on a shared screen. The usual options all have problems:
- Demo environment with fake data → looks staged, kills credibility
- Real product with real data → security risk, one screenshot away from an incident
- Pre-recorded walkthrough → can't answer specific questions or show interactivity Curious how others handle this. Do you just accept the risk? Build sophisticated demo infrastructure? Something else entirely? |
|
then you can run mockaton with those mocks. you’ll manually have to anonymize sensitive parts though.
also, you can compile your Frontend(s) and copy their assets, so yo can deploy a standalone demo server. see the last section of: https://mockaton.com/motivation
mocks don’t have to be fully static, it supports function mocks, which are http handlers.
for demoing, the dashboard has a feature for bulk selecting mocks by a comment tag.