Automatic creation of sub-app, subdomain DNS, SSL

Small Update:

I have completed the Cloudflare portion using the API Connector!

I sanitized an input box where a person can type in their choice of subdomain. Forced lowercase, strip all special characters and white space with this regex:

Edit: this is the correct regex
(`|~|!|@|#|$|%|^|&|*|(|)|+|=|[|{|]|}|||\|'|<|,|.|>|?|/|""|;|:|\s)

Then the custom plugin Action is applied upon button click:

It does not seem like a far fetch to support the dynamic creation of a subdomain on Bubble’s end. For us few subscribers planning on going to the Team level or already there, I think this combination of features would speed up client adoption and open up possibilities.

6 Likes