Q: API point to create/edit/delete columns?
I use supabase and it's super convenient for vide coding, since the app can auto create/edit/delete columns of database. But I didn't find that option in NoCodeBackend?

Riya_NoCodeBackend
Jul 6, 2025A: Hi,
Those vibe coding apps have direct integration with supabase. That's why you feel convenience. But you can provide your app with the api endpoints generated inside NoCodeBackend and ask it to perform actions like delete or create and it should work.
Check this video where we created a full chat application using Lovable and NoCodeBackend:
https://www.youtube.com/watch?v=D6cIXOBOrgM&t=1603s

Verified purchaser
No, the video does not confirm whether you can add, delete, or edit columns using the API. It shows creating tables with predefined columns and using APIs for CRUD operations on data, but schema modifications like altering columns are not demonstrated. When will that be available?
As already told you above, those tools have direct integration with Supabase. That means, they get access to modify the structure of your schema in supabase. You need to check with your app (lovable or bolt or whatever) if they can have/plan direct integration with NoCodeBackend. Same goes for any other database as well, eg, MS SQL, Airtable, etc. Its not just NoCodeBackend.
Thanks