.wf-force-outline-none[tabindex=”-1″]:focus{outline:none;}
#1 Platform to Create AI UGCWebFont.load({ google: { families: [“Gochi Hand:regular”] }});!function(o,c){var n=c.documentElement,t=” w-mod-“;n.className+=t+”js”,(“ontouchstart”in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+”touch”)}(window,document);window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag(‘js’, new Date());gtag(‘set’, ‘developer_id.dZGVlNj’, true);gtag(‘config’, ‘G-6QZ9VHRMN0’);
@view-transition {
navigation: auto;
}
@keyframes old {
to {
opacity: 0;
transform: scale(0.8);
filter: blur(10px);
}
}
@keyframes new {
from {
opacity: 0;
transform: scale(1.2);
filter: blur(10px);
}
to {
opacity: 1;
transform: scale(1);
filter: blur(0);
}
}
::view-transition-old(root){
animation: 800ms linear old;
}
::view-transition-new(root){
animation: 800ms linear new;
}
/*width*/
::-webkit-scrollbar {
width:10px;
}
/*track*/
::-webkit-scrollbar-track {
background: white;
border-style:none;
}
/*thumb*/
::-webkit-scrollbar-thumb {
background:#252b37;
border-width:3px;
border-style:none;
border-radius:100px;
}
.w-nav-overlay{
events: none;
}
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({‘gtm.start’:
new Date().getTime(),event:’gtm.js’});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!=’dataLayer’?’&l=’+l:”;j.async=true;j.src=
‘https://www.googletagmanager.com/gtm.js?id=’+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,’script’,’dataLayer’,’GTM-WQDQ254P’);
.card-you-can-make{ background: linear-gradient(180deg, rgba(46, 144, 250, 0.06) -1.69%, #FFF 10.71%); } .button.in-the-faq{ box-shadow: 0px 0px 0px 1px #1E5DD6, 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 0.75px 0px rgba(255, 255, 255, 0.12) inset; } @keyframes loopingHeroLeft { 0% { transform: translateX(0); /* Start from the original position */ } 100% { transform: translateX(-100%); /* Move completely off the left side */ } } .looping_hero-part-whle-cooking { animation: loopingHeroLeft 50s linear infinite; } .looping_hero-part-whle-cooking:hover { animation-play-state: paused; /* Pause the animation when hovering */ } .swiper-slide.item-avatar{ will-change: transform; } .swiper-wrapper.avatar_2{ will-change: transform; }
Create AI videos for your

TikTok
The fastest way to create AI videos
Write your script -> Pick an avatar -> Generate video

4.8

Trusted by 300+ brands with $100M+ in revenue
$(‘.button’).hover(function() {
$(‘.image-button-second, .image-button-first’, this).toggleClass(‘hovered’);
});
$(‘.button’).hover(function() {
$(‘.image-button-second-left, .image-button-first-left’, this).toggleClass(‘hovered’);
});
document.addEventListener(‘DOMContentLoaded’, function() {
// Capture Tolt referral and store it
if (window.tolt_referral) {
localStorage.setItem(‘tolt_referral’, window.tolt_referral);
}
document.querySelectorAll(‘[data-checkout]’).forEach(button => {
button.addEventListener(‘click’, async function(e) {
e.preventDefault();
const priceId = this.getAttribute(‘data-checkout’);
const toltReferral = localStorage.getItem(‘tolt_referral’);
try {
const response = await fetch(‘https://app.makeugc.app/api/subscriptions/create-checkout’, {
method: ‘POST’,
headers: {
‘Content-Type’: ‘application/json’,
‘Accept’: ‘application/json’
},
body: JSON.stringify({
priceId,
toltReferral // Pass the referral to your API
})
});
if (!response.ok) throw new Error(`HTTP error! status: ${response.status}`);
const data = await response.json();
if (data.url) {
// Append tolt_referral to Stripe success URL if exists
const url = new URL(data.url);
if (toltReferral) {
url.searchParams.append(‘tolt_referral’, toltReferral);
}
window.location.href = url.toString();
}
} catch (error) {
console.error(‘Checkout error:’, error);
}
});
});
});
const APP_ID = “c7vn3lw7”
window.intercomSettings = {
api_base: “https://api-iam.intercom.io”,
app_id: APP_ID,
};
(function(){var w=window;var ic=w.Intercom;if(typeof ic===”function”){ic(‘reattach_activator’);ic(‘update’,w.intercomSettings);}else{var d=document;var i=function(){i.c(arguments);};i.q=[];i.c=function(args){i.q.push(args);};w.Intercom=i;var l=function(){var s=d.createElement(‘script’);s.type=’text/javascript’;s.async=true;s.src=’https://widget.intercom.io/widget/’ + APP_ID;var x=d.getElementsByTagName(‘script’)[0];x.parentNode.insertBefore(s,x);};if(document.readyState===’complete’){l();}else if(w.attachEvent){w.attachEvent(‘onload’,l);}else{w.addEventListener(‘load’,l,false);}}})();
window.addEventListener(‘load’, function () {
setTimeout(() => {
const swipe12 = new Swiper(‘.avatar_1’, {
slidesPerView: “auto”,
spaceBetween: 16,
navigation: {
nextEl: ‘#first-right’,
prevEl: ‘#first-left’,
},
pagination: {
el: “#swiper-pagination2”,
clickable: true,
},
breakpoints: {
991: {
centeredSlides: true,
initialSlide: 2,
spaceBetween: 95,
}
}
});
}, 500); // Delay the script execution by 1 second (1000ms)
});
const swipe123444 = new Swiper(‘.looping_mobile_ony’, {
slidesPerView: “auto”,
spaceBetween: 16,
navigation: {
nextEl: ‘#hero-right’,
prevEl: ‘#hero-left’,
},
pagination: {
el: “#pagination-cases”,
clickable: true,
},
});
const swipe123 = new Swiper(‘.cases-1’, {
slidesPerView: “auto”,
spaceBetween: 27,
navigation: {
nextEl: ‘#case-right’,
prevEl: ‘#case-left’,
},
pagination: {
el: “#pagination-cases”,
clickable: true,
},
});
// Select all looping elements
const loopingElements = document.querySelectorAll(‘.looping_hero-part-whle-cooking’);
// Pause all animations when any element is hovered
loopingElements.forEach((element) => {
element.addEventListener(‘mouseenter’, () => {
loopingElements.forEach((el) => {
el.style.animationPlayState = ‘paused’; // Pause all animations
});
});
// Resume all animations when the mouse leaves any of the elements
element.addEventListener(‘mouseleave’, () => {
loopingElements.forEach((el) => {
el.style.animationPlayState = ‘running’; // Resume all animations
});
});
});
var typed = new Typed(“.typing-text”, {
strings:[“Agency”, “App”, “TikTok”, “DTC”, “SaaS”],
typeSpeed: 50,// typing speed
backSpeed: 50, // erasing speed
backDelay: 1000,
loop: true, // start back after ending typing
showCursor: false,
});
if (!localStorage.getItem(‘cookieConsent’)) {
document.getElementById(‘cookie-popup’).style.display = ‘block’;
document.getElementById(‘cookie-overlay’).style.display = ‘block’;
}