Visual Builder and Visual Builder Studio: What's the Difference?

Although there is some overlap between Oracle Visual Builder and Oracle Visual Builder Studio, they are in fact two distinct Cloud offerings with different capabilities.

Here's a brief overview of the similarities and differences:
You may also be wondering what the difference is between visual applications and extensions:
  • Visual applications function as standalone apps that are accessible from anywhere, with their own security implementation. They can use different look and feel schemas, have their own custom domain names, and use their own database for storing data in custom objects.
  • Extensions are created as additional pages in your Oracle Cloud Application instance. They are an integral part of the UI experience (not iFramed), appear in the Oracle Cloud Application menus, and leverage the same users and roles for authentication and authorization. Extensions are only accessible by Oracle Cloud Applications users and have the same look and feel as the rest of Oracle Cloud Applications.

While both types of apps can integrate data from external REST services, they differ in the authentication types and connection topologies that are supported out of the box. Notably, visual apps can support proxy-based flows and avoid CORS issues for external REST services, and also support more authentications. For more information, see the authentication topic in the documentation for Visual Builder and the topic in AppUI.