Beta Feature: Embedding capabilities are coming soon. Join the waitlist to be the first to know when it's available!

Embeddable Analytics - Coming Soon

Analytics That Feel Native to Your App

Embed beautiful, interactive dashboards directly into your application. White-label analytics that match your brand perfectly.

Built for SaaS Applications

Give your customers powerful analytics without building it yourself.

White-Label Ready

Complete control over branding, colors, fonts, and styling to match your application.

Enterprise Security

Row-level security, SSO integration, and encrypted embed tokens keep data safe.

Multi-Tenant Ready

Isolate data between customers with built-in multi-tenancy support.

Lightning Fast

Optimized for embedded use with lazy loading and efficient data fetching.

Fully Customizable

Hide elements, add custom CSS, inject JavaScript, and control every interaction.

SDK & APIs

React, Vue, Angular components plus REST APIs for any framework.

Embed in Minutes

1

Install SDK

Add our lightweight SDK to your application

2

Generate Token

Create secure tokens with user permissions

3

Embed Component

Drop in the component and customize

4

Ship to Users

Your customers get powerful analytics instantly

Developer-Friendly Integration

Simple React Integration

python
// Embedding is in private beta — join the waitlist below.
// Conceptual preview (final API TBD) — embed a deployed dashboard via a
// secure, per-user URL. No SDK required:
function App() {
  return (
    <iframe
      title="Visivo dashboard"
      src="https://app.visivo.io/embed/sales-overview?token=USER_TOKEN"
      style={{ width: '100%', height: '600px', border: 0 }}
    />
  );
}

Secure Multi-Tenancy

python
# Coming Soon: Configure row-level security
security:
  - name: customer-data
    filter: |
      SELECT * FROM sales
      WHERE customer_id = :user_customer_id
    
  - name: department-access
    filter: |
      SELECT * FROM metrics
      WHERE department IN (:user_departments)
      
# Secure, per-user embed tokens — private beta (final API TBD)

Complete Customization

python
// Coming Soon: white-label the embedded dashboard (private beta — final API TBD).
// Branding, theme tokens, custom CSS, and hidden chrome are on the roadmap, e.g.:
//   /embed/analytics?logo=/your-logo.png&primary=%230066cc&hideHeader=true

Perfect for Every Use Case

SaaS Platforms

Give each customer their own analytics portal

Charge premium for advanced analytics features

Reduce churn with sticky data insights

Scale to millions of users effortlessly

Internal Tools

Embed dashboards in admin panels

Create customer success dashboards

Build executive reporting tools

Integrate with existing workflows

Enterprise-Grade Security

Enterprise-grade infrastructure

End-to-end encryption

SSO/SAML integration

Row-level security (RLS)

Be First to Access Embedded Analytics

Join the waitlist to get early access when our embedding features launch.

$ curl -fsSL https://visivo.sh | bash
Install command copied