In the last days i did a ReactJs project , the project i will sell it to any users after they make payment , i want to do something like that : i made a landing page on Smoove.com website , from there any user can make payment to buy the workshop , in the landing page in the last there is a button , if the payment , when the user click on that button in the landing page ====> he will enter to the temporary workshop .
do you know please any way to host my project on any website that will enable generating temporary Url to the same project ??
for example we have 3 users , when all of them make payment on the smoove landing page :
user1 => click on button on the landing page (smoove.com) => generate random url (workshop) (https://wer.wyt323/werwer)
user2 => click on button on the landing page (smoove.com) => generate random url (workshop) (https://x.yte/wef
user3 => click on button on the landing page (smoove.com) => generate random url (workshop) (https://rty.rtyrty/iuyi)
all the random URLs will be the same workshop , but will be temporary , each one of them will see the same workshop but with different URL.
Thank You !