Is bubble capable of building my MVP?

I’m looking to build an MVP for my idea.

Essentially what happens is that a user will create a database of their customers. In that database they can create fields, those fields then populate a sign up form which then can then implement via JS script on their website, enabling a connection, between the database and their site.

Does anyone know if this is possible with Bubble?
Thanks!

Totally possible

1 Like

Do you know any articles about implementing external JS that is provided by bubble? Or maybe you have experience yourself, I can’t seem to find any articles on it.

Hey there @deeknee,

Check out the Toolbox plugin.

1 Like

Amazing. So in theory, what I’ll need to do is to get JS to pick the form values within bubble and enable an API call to send it back to bubble from the custom JS on the users website.