We are an independent video platform based in the EU, with a strong focus on privacy. Our goal is to assist customers in effortlessly incorporating video into their websites using a single line of code.
To integrate our video components, please visit our getting started page. The most common first step is to try our player component, which allows you to customize and manage attributes, just like you would with a regular HTML video tag.
1
2
3
4
<script type="module">import { Player } from
"https://cdn.jsdelivr.net/npm/@maveio/components/+esm";</script>
<mave-player embed="g3DBLLCCQF"></mave-player>
// $ npm install @maveio/mave-react
import { Mave } from "@maveio/mave-react";
<Mave embed="g3DBLLCCQF"></Mave>
// $ npm install @maveio/mave-vue
import { Mave } from "@maveio/mave-vue";
<Mave embed="g3DBLLCCQF"></Mave>