3
10 Comments

No-Code API

Is there a software that I can create an API and store data without using code and hook it up to my front end?

Like I can use a spreadsheet to add data and create routes without having to write the code.

Is this possible or already exist??

on December 28, 2019
  1. 2

    www.parabola.io is what you are looking for

  2. 1

    I used Sheet2site before to build websites off a google spreadsheet as backend db. Table2site does the same thing but with Airtable.

  3. 1

    Yes I do just this on several sites. Check out Tadabase.io

  4. 1

    Try a search for "headless CMS". These are not like spreadsheets but may be what you are looking for.

    1. 1

      Thanks for the reply. I’ll check it out!

  5. 1

    There are at least two ways you can do that.

    One is to connect your front end to Google Sheets using integromat or any other automation tool (zapier, parabola).

    The other is create the backend in Bubble and expose it using the API. When you crate the backend, if you are on a payed plan, you get an API to manipulate the data.

    Hope this helps!

    Cheers,

    1. 1

      Thanks for the reply!

  6. 1

    There is numerous service which helps you to convert spreadsheet to API, for example:
    https://sheetsu.com/
    https://sheety.co/

    Also, Airtable is used successfully in this scenario.