Add Refresh Cache Function (or just cached status even) for Custom Components and Layouts
When building locally and on a deployed server using Vercel I am finding that the biggest thing that is slowing me down and causing inconsistencies to my workflow at the moment is caching. Vercel caches heavily so updates on Builder take a while t...
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...
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...
When building dynamic Symbols with many Content Inputs, I find that I often have a need to copy a previous Content Input and just change the name. It'd be really nice if I didn't have to go into the JSON Editor to do that and could just click a bu...
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, } }
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
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
Origin: https://forum.builder.io/t/case-insensitive-sort/3624 Clients concern is having to iterate over each pagination of 100 results and then sort. Goal: Allow user to designate case insensitivity in-query. Currently: builder.getAll returns data...
Ability to create custom metrics in the insights tab
We're tracking a bunch of stuff with builder but we can't build useful metrics out of our custom tracking events. E.g. we'd like to be able to divide custom metric A by custom metric B and display the result in the insights tab.