Sub-domains Feature for repls linked with custom-domains
It would solve no problem but will be cool to have it as a lot of developers requested it
I tried making a repl.it clone which you can put code and then it would redirect you to random url (randomid.example.com) which displays the code in HTML
Replit Profile: https://replit.com/@MatanFromRoblox
Could you explain what you want a bit better?
You are able to link custom subdomains to repls, but I’m not sure if that’s what you mean.
i am trying to make an repl.it clone and i want the project to be shown as projectname.example.com instead of example.com/projectname. is there any way to do that?
That would be quite complicated to implement. I don’t think this is an issue on Replit’s end as it would be possible as far as I understand it. I think that you would need to generate CNAMEs and then automatically update DNS records, but I’m not entirely sure.
Figured it out, i can’t make one 