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

All ideas

Showing 410 of 410

add includeScheduledContent flag to content API

when a user has scheduled content they want to preview on a site or do some testing on, currently the only way to fetch the content from the content API is to manually include the date as a userAttribute: const targetDate = new Date();targetDate.s...
Tim over 1 year ago in Content List 0

Color picker should have the ability to easily reference by name, similar to CSS variables

The color picker is currently kind of clunky and hard to remember what color correlates to what. In CSS, you can easily reference a variable, like var(--blue) or var(--light-blue), etc. Similarly, it would be extremely useful to be able to easily ...
Daniel Marcus over 1 year ago in Visual Editor 1

Custom Components Analytics

it’d be nice to get few metrics on custom components in a dashboard: mainly how many times it’s used, most common inputs on it, it'll help the developer get an understanding on how their components are being used out in the wild and plan changes a...
Aziz over 2 years ago in Builder for Developers 0

Add the ability to strictly localize by either just language or country

In some cases, you might want to make a new change in a language, like English and apply that to all locales using English. For example: en-US, en-CA, en-MX, etc. It would be nice to have something built in to easily port all those changes in a si...
Daniel Marcus almost 2 years ago in Visual Editor 0

handle blog field // generate slug URL automatically after adding a blog title

https://share.getcloudapp.com/bLuB9yz9
Guest over 2 years ago in Visual Editor 0

Input types for SDKs

Feedback from Tekton: So the first issue I notice when using the @builder.io/react and @builder.io/react/lite packages is that the Builder class is simply exported without new type definitions or specific React bindings. What I would expect to see...
Korey Kassir over 2 years ago in Builder for Developers 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 almost 2 years ago in Visual Editor 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 almost 2 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 almost 2 years ago in Builder for Developers 0

Create custom data entries with ai

I really wish Builder.io had like an ai chat interface to help with creating custom data structures. Example: URL redirects As a developer I could on my own set up an openai assistant where I give it 10 old urls, and it asks me where to redirect t...
Guest 11 months ago in Content List 0