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

All ideas

Showing 349 of 349

Preview URL should be able to take in a value, like an object mapping locales to the URL format

For instance, say one were to use the URL format of mysite.com/usa/en, this would mean that the site is localized to follow the format of /{country}/{language}. This means that for each page or section model, you have to duplicate your code of thi...
Daniel Marcus 11 months ago in Visual Editor 0

Video uploads should have the ability to ability to generate a thumbnail at any given time slot

If I upload a video, it would be very useful to be able to generate a thumbnail at any given time slot, on the fly.
Daniel Marcus 12 months ago in Content List 0

Add a Real-Time Updates API with Websockets

This could be useful for live feeds; similar to how socket.io works with websockets. It's actually a feature that DatoCMS has: https://www.datocms.com/docs/real-time-updates-api
Daniel Marcus 12 months ago in Content List 0

Text type built-in Builder component should be able to accept a file as a link

If I were making a custom component, then I could create a prop that accepts a file as custom field. Similarly, I would like the built-in Builder text component to accept a file.
Daniel Marcus 12 months ago in Visual Editor 0

Make all Link text inputs "longText"

This one should be super simple to implement. Sometimes, we can get pretty long URLs with dynamic content. It'd be so nice to be able to see the entire URL at once, so could you PLEASE make the Link URL fields be textareas instead of inputs?
Jason Clark 12 months ago in Visual Editor 0

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 12 months ago in Content List 0

Rich text editor should be able to reference Builder assets

The rich text editor should be able to reference assets uploaded to Builder. It would also be useful to be able to reference an asset, like a PDF, on the same data model. For instance, let's say a CMS data model has a field for uploaded files and ...
Daniel Marcus 12 months ago in Builder for Developers 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 12 months ago in Visual Editor 0

Ability for view current draft to live across the entire site according to that snapshot

Similar to how JAMStack deployment services Vercel, Cloudflare Pages, Netflify, etc., have preview deployments on pushes to branches on Github. Preview deployments allow the ability for QA to just test a snapshot of a specific branch that could be...
Daniel Marcus 12 months ago in Visual Editor 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 about 1 year ago in Visual Editor 0