Youtube Chapters in 1 Click!

Create AI optimized Youtube Chapters to Increase Watch time and Rank in search

Get Started!

Main Pages

Take a look at the main pages included in the SkyChat Template.

Home

Home 2

Home 3

What do you get with a Skychat?

100+ Sections

Unique section designs to choose from, allow you to effortlessly create various pages with a distinct appearance.

35+ Pages

You don't have to worry about missing any required pages as we have covered all of them for you.

20+ Styles & Components

Our template offers you a range of styles and components that can be tailored to your specific requirements with just a few edits

Company Pages

Other Pages

More Templates
// assume player1, player2 and player3 are your Vimeo player objects let videoState = 'free'; player1.on('play', function() { if (videoState === 'free') { videoState = 'busy'; } else { player1.pause(); } }); player1.on('ended', function() { videoState = 'free'; }); player2.on('play', function() { if (videoState === 'free') { videoState = 'busy'; } else { player2.pause(); } }); player2.on('ended', function() { videoState = 'free'; }); player3.on('play', function() { if (videoState === 'free') { videoState = 'busy'; } else { player3.pause(); } }); player3.on('ended', function() { videoState = 'free'; });