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

Builder for Developers

Showing 85 of 342

Return the total amount of items in a model for pagination purposes

It would be great in the Content API, to be able to get the total amount of items in the return of the getAll method. That would allow us to be able to display a very common pagination pattern with numbered pages. At the moment, we do not know if ...
Guest 7 months ago in Builder for Developers 1

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 14 days ago in Builder for Developers 0

Generate typescript defintion files

Builder should be able to automatically generate typescript defintions for model. This would greatly increase the DX when using Builder, and could probably done pretty easy. I dont have any code examples currently, but for brevity a builder.get("e...
Guest about 2 months ago in Builder for Developers 0

Built-in support for HREFLANG

HREFLANG being crucial to multilanguage SEO, I would like to see proper support for it in Builder.io. On page level localization: When you duplicate a page, prompt if this is a localization of the same page. If yes, prompt for locale of the new pa...
Guest 4 months ago in Builder for Developers 0

Conditional fields in structured data models

It would be useful to be able to hide a set of fields based on the content of another field within models defined through builder's dashboard. This is possible with custom components by writing some code, but not for fields defined in the dashboar...
Guest 5 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 2 months ago in Builder for Developers 0

Optionally render BuilderBlocks without wrapper element for its children

In order to use the React component Builder Blocks more consistently and predictably in different contexts – especially styling, it would be useful to have the option to render it without the unavoidable span/div that it uses to wrap its child ele...
Stefan Kunze almost 2 years ago in Builder for Developers 1

Custom metadata/fields attached to assets/images

As it stands, when you upload a file to the asset library you can change its name and what folder it resides in. What we cannot currently do is attach other information such as alt-text (important for accessibility and SEO), or any other metadata ...
Guest 6 months ago in Builder for Developers 0

Use alternate global CSS files

Our developer wants to use React-Bootstrap instead of Tailwind for style building. I suspect many other devs will want to use their own style kits. If Builder.io allowed alternative stylesheets that would be awesome! I understand that these would ...
Guest about 1 month 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 7 months ago in Builder for Developers 0