Feature Ideas
Submit IdeaA Duplicate button on dashboard widgets
Wouldn't it be amazing if there was a copy/clone button close to the Edit and Delete ones 🥺
Nickolas L5
Dashboards as Code
Build dashboards entirely in code (git-based, LLM-friendly) Define and manage Embeddable dashboards entirely in code - without any no-code builder interaction - so you can store dashboards in git alongside components and data models, and iterate on them using LLM tools like Claude Code, Cursor, and Codex. The workflow: Define components, themes, data models and dashboards as code in your repoUse embeddable:dev to preview and hot-reload changes in the browser as you iterateUse LLM coding tools to modify dashboards via the terminal (updating layouts, inputs, components etc.)Deploy and embed dashboards without any manual no-code edits (or, deploy to your workspace and iterate using the no-code builder)
Ella Cullen0
Full customisation of custom canvas UI
Right now, certain elements of the custom canvas UI are fixed (e.g. the template popover screen, the 'cancel/add chart' buttons in the template edit UI). It would be great if that was something that could be fully customised so that it could fit with similar behaviours in teams' applications.
Ella Cullen0
AI analytics chat
End-users can ask questions about data in natural language, and edit self-serve analytics dashboard with the help of AI.
Karl0
Add Advanced Event Tracking
It would be useful for a lot of folks if they were able to view / capture / track more events in Embeddable than strictly those that can be assigned to variables via Embeddable Events. For example, clicks on a bar chart axis, drop-down clicks and selections, link clicks or table clicks, etc. Can we expose more component events in a way that allows users to tie their existing analytics solutions (eg MixPanel) into Embeddable and monitor more interactions?
Christopher Buecheler0
Show/hide parts of a dashboard based on a variable
Sometimes a part of a dashboard only makes sense to show once the user has selected an input.
Tom G2
End users can download Embeddables as PDF
End users can download their dashboard as a PDF
Ella Cullen1
Containers for components
To make building dashboards in the no-code builder easier, we'll introduce the concept of 'containers' to layout components on the canvas
Ella Cullen7
API to programmatically configure an Embeddable dashboard
Something to ease a component prop migration, or to create a template in case we go into the hundreds of dashboards. E.g. a basic import/export JSON endpoint to configure an Embeddable
Tom G2
Support for nested AND and OR logic in dataset filters
Currently dataset filters all use simple AND across each filter. It is, however, common that you might want to use OR instead, or a nesting thereof.
Tom G3
Folders for Embeddables
Make it easier for Embeddable builders to organise their Embeddables using folders.
Ella Cullen2
Clone a dashboard from prod to local dev
It would be useful to be able to clone a dashboard from the live workspace to local dev preview so that it could be worked on locally
Ella Cullen2
Schedule Embeddable dashboard delivery
Enable users to schedule Embeddable delivery via email/Slack/Teams etc.
Ella Cullen3
Embeddable metadata API
An API for retrieving the metadata for a published Embeddable dashboard: The canvas layout (position and size of each widget)The component values (input values and types for each of the component inputs)etc. E.g. GET https://api.embeddable.com/api/v1/embeddables/{embeddableId}
Tom G2
Manage user permissions
Be able to manage your user permissions within your team on Embeddable, for example limit who is able to publish a dashboard, who is able to push code to Embeddable. Also called RBAC (role-based access control).
Ella Cullen0