Skip to Main Content
Builder.io Ideas
ADD A NEW IDEA

Builder for Developers

Showing 115 of 419

Add Overridable default locale to have control to disable "Default" locale that is confusing...

No description provided
Guest 3 months ago in Builder for Developers 0

Allow a note/message when publishing

When publishing, giving the user the ability to add a note to say what changes have been made (like a commit message) to easily see what changes someone made during a publish. ex. changed url from /test to /test1
Guest 12 months ago in Builder for Developers 1

Support defineProps for TS in vue 3 sdk

Currently you can support standard non typed versions of defineProps, such as defineProps(['prop1', 'prop2']) <-- supported in builder sdk in typescript, you would define them as defineProps<{ prop1: string, prop2: number }>() <-- not ...
Guest over 1 year ago in Builder for Developers 0

AWS S3 Plugin

It would be nice to have an AWS S3 plugin that integrates well with Builder.
Daniel Marcus over 1 year ago in Builder for Developers 0

Enhanced API Request Viewing

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...
Guest over 1 year ago in Builder for Developers 0

Allow in-query case-insensitivity sorting option w/ Content API

Origin: Adam Innes 50000feet.com Clients concern is performance having to iterate over each pagination of 100 results and then sort. Currently: builder.getAll returns data and the output is: ["AB", "Aa"] when the desired output is ["Aa", "AB"] Exa...
Julius Dorfman almost 2 years ago in Builder for Developers 0

Case Insensitive In-Query Sort for Content-API

Origin: https://forum.builder.io/t/case-insensitive-sort/3624 Clients concern is having to iterate over each pagination of 100 results and then sort. Goal: Allow user to designate case insensitivity in-query. Currently: builder.getAll returns data...
Julius Dorfman about 2 years ago in Builder for Developers 0

Add log or API of all custom components registered to a space

we have a react native and a react app that don't share any component library. It would be great if we could hit a builder api to see all the custom components registered in one space to make sure we have consistent typing across our apps
Tim over 2 years ago in Builder for Developers 1

Ability to choose which basic components and styles are displayed in the UI when creating a page

We have created our own custom button component so that we do not ever want to use the basic button component, but we do use the column component sowe do not want to hide all basic components and styles, just the ones we never want to use
Justin Saeian over 2 years ago in Builder for Developers 0

allow deletion of models and / or entries

currently i cannot see a way to delete an entire model. i should be able to delete it if i want. there is also no easy way to delete entires. the only way i can see, is to open each entry individually and delete it - which is too time-consuming
Guest over 2 years ago in Builder for Developers 1 Already exists