# Bubble vs openBuild

openBuild is a framework for using Bubble. It is meant to help you build more structured and more easily than simply using ‘vanilla’ Bubble.

You can compare it best to CSS frameworks you may already be familiar with. Similarly, you can compare openBuild to UI builders for Wordpress.

> **For Wordpress there is Elementor and Divi. For CSS there is Bootstrap and Tailwind. For Bubble there is openBuild.**

On top of that, the openBuild Bubble template is full of best practices of having been used to build thousands of Bubble apps, all rolled into one powerful starting point for your next app!

Ultimately, openBuild is a thoughtful process for building responsively on Bubble as well as a vast library of components and widgets to help you build even faster. This process consists of the way we structure applications: many apps are single page. With openBuild we have a system in place to help you deal with navigating ‘pages’ within the page to create a single page app (SPA). It also helps you deal with data in a better way, making sure you never have too many data queries on your page, or duplicate a query reducing performance of your app.

{% hint style="info" %}
openBuild is a way of building responsively on Bubble as well as a vast library of style-matching components and widgets to help you build even faster.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openbuild.io/core-concepts/bubble-vs-openbuild.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
