CREATE AN ACCOUNT

TO START BUILDING!

Create your account with VideoFrame to build custom video players in Framer.

By signing up you agree to our
Terms & Conditions.

Already got an account?

Login

import React from 'react'; import Intercom from '@intercom/messenger-js-sdk'; export default function Component() { Intercom({ app_id: 'b6m7yk7e', }); return
Example App
; }