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

Builder for Developers

Showing 99 of 368

Support defineProps for TS in vue 3 sdk

Currently you can support standard non typed versions of defineProps, such as defineProps(['prop1', 'prop2']) <-- supported in builder sdk in typescript, you would define them as defineProps<{ prop1: string, prop2: number }>() <-- not ...
Guest 7 months ago in Builder for Developers 0

AWS S3 Plugin

It would be nice to have an AWS S3 plugin that integrates well with Builder.
Daniel Marcus 12 months ago in Builder for Developers 0

Enhanced API Request Viewing

Detailed Request Logging: It would be incredibly helpful if the system could log all the details of API requests and responses, including headers, parameters, request body, and response body. This would allow users to troubleshoot issues more effi...
Guest 12 months ago in Builder for Developers 0

Ability for CMS data models to have a UUID field

Similar to a database, it would be nice to have a UUID field for CMS data models
Daniel Marcus about 1 year ago in Builder for Developers 0

Ability to self-host data models

Similar to Strapi, it would be nice to be able to self-host the data models.
Daniel Marcus about 1 year ago in Builder for Developers 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 1 year ago in Builder for Developers 0

Case Insensitive In-Query Sort for Content-API

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...
Julius Dorfman over 1 year ago in Builder for Developers 0

Webhooks for Request To Publish

We want to fire a web hook whenever an admin user “Requests to publish” content so that we can build a slack integration to notify the users tagged that a page is ready for review.
Jason Yang over 1 year ago in Builder for Developers 0

Support for multiple urls with separate targeting on same page

We would like to have the ability to create a page that has multiple URL's with separate targeting. Currently, we are trying to surface the same page layout to different URL's targeted at different segments.
Abby Fillon over 1 year ago in Builder for Developers 2

Add log or API of all custom components registered to a space

we have a react native and a react app that don't share any component library. It would be great if we could hit a builder api to see all the custom components registered in one space to make sure we have consistent typing across our apps
Tim over 1 year ago in Builder for Developers 1