I’m making an app similiar to instagram where each user has a profile and if they want, they can share it using a link. I’m looking for solutions to create a new link for every username.
Nutshell:
Creating an app that generates custom links for every profile. Similiar to Instagram
Example
If the username is dhanush01
the link should be
https://www.myapp.com/dhanush01/
Any solutions for this??