Mashups
In the context of web development, a mashup is a web page or web application that uses content from more than one source to create a single new service displayed in a single graphical interface.
Get started
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.
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.
Embed apps and objects in web pages
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.