Does anybody have any other approach for
Does anybody have any other approach for admin tooling with Convex applications that building it completely from scratch?
4 Replies
We're thinking about ways to give convex devs the ability to build internal tools directly in the dashboard some day - curious to know, what kind of internal tools / functionalities are you looking to build?
Something like a CMS ?
What I need is basically CRUD on the tables, that is user friendly.
Makes sense, yeah this capability would likely be something like a layer on top of Convex that lets you define queries, mutations, actions that would render a custom version of the data page, but the rendered data is generated by your own query and the buttons would be replaced by whatever mutations or actions you define
So good for CRUD type tools like "Refund a payment" but likely not featured enough for a CMS or fully custom UIs