|
|
|
|
|
by efortis
127 days ago
|
|
I’ve used (and wrote) https://mockaton.com for this. It has a browser extension, which downloads all API responses in your flow. 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. |
|
The challenge I kept running into was the frontend side during live screen shares. Even with mocked APIs, I'd have credentials visible in browser tabs, notifications popping up with client names, or sidebar elements showing sensitive info.
Did you find Mockaton solved the full screen-share exposure problem, or did you combine it with other approaches?