Mashups
Get started building mashups
Learn how to create and build a basic mashup, displaying content from a supplied app.
What are mashups and how do you build them?
Mashups in offline Qlik Sense Desktop configurations
Learn about best practices for creating and running web applications in an offline Qlik Sense Desktop configuration.
Embed apps and objects in web pages
The App Integration API provides parameters that can be used to create a URL that returns a complete HTML page containing the embedded app. This URL can be embedded in a web page, for example by including it in an iframe.
You can also integrate single Qlik Sense objects, such as visualizations, into an iframe. Use the Single Integration API to define how the object should be integrated into your web site.
Create apps and visualizations on the fly
Use the Capability APIs to create Qlik Sense apps and visualizations on the fly and include them on your web page.
You can also use the qlik-visual web-component, which is a custom element definition, <qlik-visual>, that uses the Visualization API and exposes it as a web component. It allows you to create and modify visualizations on the fly without making use of the Qlik Sense client.
Dev Hub
Dev Hub is a development toolbox that helps you build, for instance, mashups. It consists of editors and templates for creating basic mashups and examples.