Detailed Request Logging: It would be incredibly helpful if the system could log all the details of API requests and responses, including headers, parameters, request body, and response body. This would allow users to troubleshoot issues more effi...
I really wish Builder.io had like an ai chat interface to help with creating custom data structures. Example: URL redirects As a developer I could on my own set up an openai assistant where I give it 10 old urls, and it asks me where to redirect t...
Geocoordinate Data Type in Visual Editor (Map-based data)
All of my mobile apps include maps and points of interest. In order to include those in the CMS, there needs to be a way of entering geopoints, geocoordinates or whatever you would like to call them. From what I can see, the best I can currently d...
Ability to lock content for editing at any given moment
A locked for editing feature would be useful to add to Builder. Here's an example of CMSs that utilize this feature: https://www.storyblok.com/apps/locking https://www.dotcms.com/docs/latest/content-check-in-checkout It would nice to be able to lo...
Add color coding/helper text for model type next to model name
In the Content menu of the dashboard it lists all the models your have on the left side. Would be nice if there was some sort of indicator of what type of model it is (Page, Data, Section) either through color coding or some default helper text/icon.
Currently, you can add bulleted lists to text blocks in the Visual Editor, however it only supports one indentation level, like this: this is a list It would be great to be able to do multiple levels, like this: this is a list
Return to saved view when going "back" from editing a page
Often times I'll search for specific pages (or use a saved view) and then start editing a page. Once I'm done I'll return to the list of pages to update a similar page and have to search or open the saved view again. I'd love to be able to "return...
Would be nice to have ability to change model names after they're created. I can understand why this currently isn't there, since we're probably creating DB entries and API functions underneath, but inability to rename can be confusing. Current wo...
when a user has scheduled content they want to preview on a site or do some testing on, currently the only way to fetch the content from the content API is to manually include the date as a userAttribute: const targetDate = new Date();targetDate.s...