Pablo
Pablo3w ago

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
ari
ari3w ago
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?
Slimy
Slimy3w ago
Something like a CMS ?
Pablo
PabloOP3w ago
What I need is basically CRUD on the tables, that is user friendly.
ari
ari3w ago
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

Did you find this page helpful?