Hi guys, is there any tool out there that makes Su...
# off-topic
v
Hi guys, is there any tool out there that makes Supabase more of a visual API builder like Xano.com? I still haven't figured out API creation in Supabase But No code tools like Xano or Directual make sense for me but they are not open source and have their own Database tech which I don;t want to get locked into. Can anyone help me move forward?
s
Right now we have tools more geared towards low-code than no-code. > I still haven't figured out API creation in Supabase The Table Editor is the closest thing we have to no-code, if you create tables there, those will be exposed as endpoints.
The Table Editor is full OSS: https://github.com/supabase/grid/ If you have ideas, please suggest them there.
v
Ok thanks I will check it out