1
1 Comment

Has anyone implemented a demo after and got conversions?

I have an online ordering for restaurants website and it requires an account to create a restaurant. I am thinking of removing this requirement and allow anybody to create a restaurant so they can configure, create menu, and preview the order and checkout process. Once they're done with the demo, they can create an account to claim the restaurant they just created.

It's going to take a lot of refactoring to implement this feature. I was wondering has anyone experienced increased conversion rate by providing a demo to their product?

on July 29, 2020
  1. 1

    Some do a simple demo account link which is just the product with a user:user password:user and just reset the DB every X (hour, 5/10 minutes) on low volumes that's fine, easy test with little development. (Nothing custom but the DB reset on schedule)
    You can use that's as MVP as see if it's worth more effort later