1
Ask HN: What are the best modern frameworks for quickly generating MVPs?
I know it sounds crazy, but I used to build my MVPs in Drupal. The reason for this was that I could build my data model (objects, fields, relationships, etc.), and then Drupal would automatically generate a themable frontend for viewing items, creating them with forms, and navigating/searching lists using the views module. An older framework that has this sort of functionality is Ruby on Rails.
A more modern framework that seems to have this sort of automatic UI generation from a data model is VulcanJS, but it's not clear to me if there's still an active community/active development(mostly when searching I find articles and discussion from one or two years ago).
HN, is there a modern framework with a large community that can quickly generate UIs for creating, reading, updating, and deleting content after creating the data model?