# Set up a no-code backend

The backend is the server, tool, or platform that contains the data or provides the functionalities for your app, with which you create API requests to connect to your app.

These backends tools varies in functionalities and scalability limits.&#x20;

{% hint style="info" %}
Learn how to [structure an effective database](https://blog.airtable.com/how-to-design-an-effective-relational-database/) for you app.
{% endhint %}

For API beginners, we recommend using **Airtable** or **Google Sheet** to learn how to connect requests. **Airtable** is also a good tool for quickly setting up a backend for a functional MVP.&#x20;

If you plan to build apps with more complex functionalities or the ability to scale in the future, we recommend a more advanced backend like **Xano**, **Bubble**, or **Backendless**. These require higher level of knowledge in backend logic and API.

**👇 Check out this video to get an overview of no-code backends**&#x20;

{% embed url="<https://youtu.be/tUX8efyDM1g>" %}

## See tutorials for each backend

{% content-ref url="browse-by-backend/airtable" %}
[airtable](https://docs.bravostudio.app/connect-api/browse-by-backend/airtable)
{% endcontent-ref %}

{% content-ref url="browse-by-backend/xano" %}
[xano](https://docs.bravostudio.app/connect-api/browse-by-backend/xano)
{% endcontent-ref %}

{% content-ref url="browse-by-backend/backendless" %}
[backendless](https://docs.bravostudio.app/connect-api/browse-by-backend/backendless)
{% endcontent-ref %}

{% content-ref url="browse-by-backend/bubble" %}
[bubble](https://docs.bravostudio.app/connect-api/browse-by-backend/bubble)
{% endcontent-ref %}

{% content-ref url="browse-by-backend/notion" %}
[notion](https://docs.bravostudio.app/connect-api/browse-by-backend/notion)
{% endcontent-ref %}
