CRUD Operations from front end?

Is there any way to trigger a CRUD operation from the front end(not from the admin site).

Hi @BoxOfCereal and welcome to the community :slight_smile:

What kind of actions would you like to perform? Saving an entry? The purpose of the CMS is to facilitate editing content, but if you want to do it directly from the frontend it might require dealing with some low level APIs.
You could use the GitHub backend package directly in your frontend:
netlify-cms/implementation.tsx at 69c2a7df9c37adb338d1e8050768c26d4ac29ee5 · netlify/netlify-cms · GitHub for example, but that is not officialy supported.

1 Like