|
Can anyone suggest a tool that is similar to Retool / AppSmith / JetAdmin BUT for programmers? I.e. I don't care about "no code" (happy to code myself, in fact I think it's best to be able to customize things in code) but that takes care of things like backend-frontend sync (ideally push-based), permissions, etc. is fast (looking at you, AppSmith) and ideally also automates some tasks (e.g. auto-generating the GUI from SQL schema, similar to the original Django Admin)? Just my wishlist... Edit: another way of describing what I want: I would like to be able to edit the SQL database (or whatever data backend) via an interface that can be Excel-like (just a list of rows), custom (just a GUI of custom components) or a mix (e.g. rows with search, or grouped by some key, or multi-editing several rows, or displaying foreign key relationships ("parent" row and "child" rows)). |
You can quickly turn scripts, SQL, REST endpoints, etc into lightweight internal apps with UI, permissions, approval flows, audit logs, and more. It’s like AWS Lambda but geared towards human-executable tasks.
Similar to what you’re looking for, all the UI etc is autogenerated. It’s not a drag-and-drop / WYSIWYG app builder.
Send me a note at ravi@airplane.dev if you’d like to chat about it.