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

Builder for Developers

Showing 104

check in code generated by builder io to github

check in code generated by builder io to github
Guest 2 months ago in Builder for Developers 0

Upload API Extensions

The upload API is very limited currently. For context, I'm working on importing a large number of images from an existing system and having to basically just push them all into 1 folder as there is no means to dynamically create folders to help or...
Nick Hughart 7 months ago in Builder for Developers 1

To get translation(Smartling) to a content without publishing

A customer wants to use Smartling to translate content; at the moment, the only way to archive this is by publishing the content. As you can see in the point 1. https://www.builder.io/c/docs/integrating-smartling#translating-with-smartling-in-buil...
Guest 3 months ago in Builder for Developers 0

childRequirements for uiBlocks input type

Currently uiBlocks input type accepts any type of built in and custom components from Builder. I would like it to work the same way as childRequirements for custom components with children where you can define list of components that can be used. ...
Guest over 1 year ago in Builder for Developers 0

add all components to meta.componentsUsed

Currently it only tracks custom components that are being used, would be great to track builder-provided components as well
Tim about 1 year ago in Builder for Developers 0

When generating code from figma, I would like the ability to change the path of the images used in the code.

The title is true. Currently, the image is saved as cdn when generating code from layers, I could not change the image references in the code. I would like to be able to change the image path to a local or specified URL or directory.
Guest 4 months ago in Builder for Developers 0

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 8 months ago in Builder for Developers 0

Allow primitive value in list

It is not possible to specify anything else than objects as children for list input type.
Guest over 1 year ago in Builder for Developers 1

Ability for CMS data models to have a UUID field

Similar to a database, it would be nice to have a UUID field for CMS data models
Daniel Marcus about 1 year ago in Builder for Developers 0

Add ability to sort CMS data models by any given field directly on Builder

For CMS data models on Builder, you can currently only manually change the order. There's also the ability to filter by field type, but you can't sort by field types
Daniel Marcus over 1 year ago in Builder for Developers 0