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

All ideas

Showing 335 of 335

Make p value for statistical significance be editable within dashboard

AB Testing is an important step towards optimizing content and conversions on any site, though sometimes with high traffic pages, it's difficult to make statistical signifance at the benchmark standard %95 to define a winner (Builder's default). M...
Taylor Miller about 2 years ago in Visual Editor 0

Form: Customize body

Customizing the body would be incredibly useful as some POST body has different schemas. example: body: { person: true, characteristics: { eyes: brown, hair: bald, weight: 180, } }
Guest about 2 years ago in Builder for Developers 0

Hide Builder-generated console errors/warnings in all or just production environments

Sometimes Builder can generate a decent number of warnings in the console, depending on how your page is set up. It would be nice to have a flag in the SDK that can hide console warnings/errors production environments
Tim about 2 years ago in Builder for Developers 0

Android SDK

We have a React Native SDK that works great with Android, but would be great to also have a fully native Android SDK as well
Steve Sewell about 2 years ago in Builder for Developers 0

If/when there's a v3 content API, make saner defaults for refs and symbols

I've been working with refs and symbols a lot and there are two behaviors of the content API that seem strange to me: You have to opt into includeRefs: true and noTraverse: false. The API doesn't recursively evaluate refs (https://github.com/Build...
Ersin over 1 year ago in Builder for Developers 2

Multiple choice custom fields

It would be great to add multiple choice in enums of text field or create a separate built-in field type. Also addig multiple references in Reference field type would be great.
Sandor Kiss about 2 years ago in Visual Editor 5

Allow registration of Vue JS custom components

Many people who use Builder.io would like to be able to register custom components in the same way that is available in the React JS SDK.
Logan about 2 years ago in  3 Planned

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

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 2 years ago in  3 Already exists