Export and embed
Take a dashboard with you, or put it inside a page you already have.
Export as ZIP
Open the project's Export tab and click Export Dashboard as ZIP. You get a single index.html with the styles, scripts and data built in. Unzip it and open the file in any browser; it works offline with no server and no account.
Good for sending a snapshot to someone outside your company, archiving a month-end report, or keeping a copy of a $0.99 dashboard before its 30 days end.
Export by email
Export Dashboard via Email sends the same ZIP to the email address on your account. Limits: 5 emails per day without a subscription, 100 per day on paid plans.
Download the source
Owners can also click Export Source Code to download the dashboard's source files as a ZIP. This is for people who want to host or modify the dashboard themselves; you do not need it to use the dashboard.
Live dashboards cannot be exported. A dashboard connected to a Google Sheet needs the connection to show data, so there is nothing meaningful to package offline. Share its link instead.
Embed in your website or intranet
Published dashboards allow embedding. Paste an iframe wherever you want the dashboard to appear, using the link from the Summary tab:
<iframe src="https://p12345678-uabcdef12.vibefactory.ai" width="100%" height="800" style="border:0" loading="lazy" title="Sales dashboard"> </iframe>
Adjust height to fit your page. Live dashboards embed the same way and keep refreshing on each load. Use a public dashboard for embedding; a password-protected one will ask for the password inside the frame.