← Back to context

Comment by jeswin

5 days ago

Built something like this, but mostly just read-only. Handling writes seemed harder (and a maintenance issue), so we didn't.

Yep, even our use cases are 80% read-only, and the rest where we write is very constrained and guardrailed.

Giving non-technical users the freedom to create new backend objects is definitely scary and not worth it imo!

What did you build, any links?