Empower Your App with Custom Analytics
Convert data into game-changing value. Embed AI-powered analytics into your products.
Explore the code that provides full control over your users’ experience.
Explore the code that provides full control over your users’ experience.
A flexible developer toolkit that gives you tools to embed analytics in a code-first, scalable, modular way. Build analytics and data-driven experiences into your products faster, reduce maintenance burden, and save development time over coding from scratch.
30-day free trial: Build better and faster with Compose SDK
Ready to revolutionize your analytics experiences? Try Compose SDK for 30 days and see first-hand how quickly you can infuse insights into your products.
Start your trial
import { Chart } from "@sisense/sdk-ui";
import { measureFactory } from "@sisense/sdk-data";
import * as DM from "./sample-ecommerce";
export default function App() {
return (
<Chart
dataSet={DM.DataSource}
chartType={'column'}
dataOptions={{
category: [DM.Commerce.AgeRange],
value: [measureFactory.sum(DM.Commerce.Revenue, 'Sales')],
breakBy: [DM.Commerce.Category]
}}
/>
);
}
tsxChoose the right embedding approach
Align your use case, flexibility, and deployment needs with the right libraries.
Compose SDK
- Use Case: Build data driven applications
- Embeddable Elements: Data, charts, customizable individual filters
- Visualizations: Sisense or your own charts
- Flexibility: High
- Languages: React/Angular/Vue & TypeScript
Recommended Resources
Join other developers
“I love the tool. It's a great way to deliver world-class embedded analytics to end users. I want to work with it every day. Sisense is a 50-blade Swiss Army Knife for business analytics. Knowing how to best apply those blades is key for a successful Sisense implementation.”
Jim Thomas
Silutions Consuting LLC
“Sisense is the flexible platform to build the dynamic report, with the filter options... For the developer or person who has experience in coding. Sisense is really easy to control and integrate with other systems. It can connect the data in database management, excel, google data, ... We can cook the data with SQL scripts.“
Binh Thai
L&E International Ltd.