I want to achieve a Feature on Magento2.
I want to add a {URL Key} in Store URL, This URL key can be picked from a separate store info table.
I have approx 400 store info and want a separate URL for each store that opens my main website.
Ex: Main website URL - www.example.com
400 Stores URL will be -
www.example.com/store-a
www.example.com/store-b
www.example.com/store-c
So On....
All the above URL open my main website www.example.com
store-a, store-b, store-c - these values are listed on my different store info DB table
I don't want to use multiple-stores feature of Magento as creating 400 store view ruin my main website.