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

All ideas

Allow custom React components to have child dropzone "+ Add Block"

Create a React component that allows components that use withChildren to render a drop zone when no children are present. This would help in the case when the defaultChildren are deleted or not present. import { ChildDropZone, withChildren } from ...
Will Simons over 4 years ago in  3 Already exists

'View As' functionality in-App for existing roles

Would be great to see what a designer would see in terms of set-up. As a developer, it’s hard to see what an non-developer might see or have access to, and to make sure components are registered appropriately, or certain data that they will have a...
Taylor Miller over 4 years ago in Account 0

Page-specific breakpoints

Custom breakpoints are currently a space/environment setting that applies to all content entries. This presents a problem for us for two reasons: This means that if we are going to change them, then we need to go back and update all existing conte...
Guest about 3 years ago in Visual Editor 0

Tooltips/Suggestions for Lazy Loading Images

Prefer <img> over css background images as they'll be easier to target with lazy loading techniques Recommend best practices for lazy load images https://web.dev/offscreen-images/ https://imagekit.io/blog/lazy-loading-images-complete-guide/
Adam over 4 years ago in  0

Fuzzy content search

It'd be great to be able to do a fuzzy search of all content (not as the default search mechanism, but as an advanced search option). Sometimes, we need to find all instances of a certain term to be able to quickly replace them, and this would be ...
Jason Clark about 3 years ago in Visual Editor 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 about 3 years ago in Builder for Developers 0

Space documentation site

Big chunk of this can be auto-generated based on field types / model definitions with maybe ability to be extended through builder content to allow developers to document their custom components usage as well This is inspired by airtable.com , the...
Aziz over 4 years ago in  1

have setting to sync users across environments

I understand sometimes you want different user permissions for different environments, but some teams actually want the same permissions across environments, and it can be a pain to have to add and update users in multipl places. Would be great if...
Tim about 3 years ago in Visual Editor 1

Ability to lock templates after creating based on Admin role

This will ensure when a template is created it could not be accidentally deleted. By having a lock icon on template that is created would prevent premature deletion of this customized template
Guest over 1 year ago in Visual Editor 0

add limit prop to list input type subfields

We have a common use case of limiting number of inputs on a list input, and currently have to use the onChange function, it would be great to have a limit that sets cap on inputs
Tim about 3 years ago in Visual Editor 0