https://minnit.chat/

Submitted URL:
https://minnit.orgRedirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 46 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Minnit allows you to easily create a group chat for your website — perfect for live events, webinars, and more.">
<meta name="theme-color" content="#335eea">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/images/hotlink-ok/fav32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/images/hotlink-ok/fav16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/images/hotlink-ok/fav64.png" sizes="64x64">
<meta property="og:image" content="/images/MinnitPreview.png">
<link rel="stylesheet" href="/hp-assets/fonts/Feather/feather.css">
<link rel="stylesheet" href="/css/aos.css">
<link rel="stylesheet" href="/css/fontawesome-5.15.4-all.min.css">
<link rel="stylesheet" href="/hp-assets/css/theme.min.css">
<style>
        .navbar{
          position:fixed;
          top:0px;
          width:100%;
          background-color:white;
          border-bottom:1px solid rgba(0,0,0,0.1);
          height:65px;
        }
        @media only screen and (max-width: 992px) {
          .navbar{
            padding-top:4px;
            position:relative;
          }
        }
        .full-width-btn{
          width:100%;
        }
        .navbar-btn{
            margin-left:25px;
        }
        .navbar-brand-img{
            width:40px;
            height:40px;
            max-height:default;
            margin-top:-7px;
        }
        .navbar-brand{
            margin-top:7px;
            font-size:1.75rem;
            color:#222 !important;
        }
        .text-custom-headline{
            color:rgb(223, 150, 41) !important;
        }
        #embed-demo-img{
          width:45vw;
          max-width:600px;
        }
        #chat-example-img{
          width:371px;
          margin-left:15%;
          cursor:pointer;
        }
        .minnit-homepage-img {
          border-radius:8px;
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
        }
        @media only screen and (max-width: 767px) {
          #embed-demo-img{
            width:70vw;
            max-width:600px;
          }
          #chat-example-img{
            width:371px;
            margin-left:0%;
          }
        }
        #currencyselectorspan{
          display:none !important
        }

#plan-holder {
	display:block;
	justify-content: center;
	text-align:center;
	max-width:100vw;
	overflow-y:scroll;
}
.plan-name{
	display:block;
}
.plan-list{
	border-width:0px 0px 0px 1px;
	border-style:solid;
	min-height:145px;
	text-align:center;
	font-size:15px;
	padding:8px 4px 8px 4px;
	margin-left:-6px;
	background-color:rgba(0,0,0,0);
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	overflow-x: hidden;
  text-overflow: ellipsis;
	display:inline-block;
	border-color:rgba(0,0,0,0.2)
}
#freeplanlisting{
	border-width:0px 1px 0px 1px;
}
.modal-backdrop{
  display:none !important;
  width:0px !important;
  height:0px !important;
}
#explanationlisting{
	border-width:0px;
	text-align:right;
  padding-right:14px;
}
.subscription-btn{
  font-size:16px;
	margin-bottom:16px;
}
.btn-learn-more{
  font-size:16px;
	margin-bottom:16px;
}
@media only screen and (min-width: 1200px) {
	.mob-explanation{
		display:none;
	}
	#explanationlisting p{
		font-weight:bold;
	}
}
.hidden{
  display:none !important;
}
@media only screen and (max-width: 1199px) {
	#explanationlisting{
		display:none;
	}
	.plan-list{
		width:100%;
		margin-left:0px;
		border-radius:8px;
		border-width:1px;
	}
	.subscription-btn{
		width:80%;
		min-width:150px;
		max-width:100vw;
	}
}

.minnit-plan-table td{
	text-align:center;
	padding-bottom:6px;
	padding-top:6px;
	padding-left:2px;
	padding-right:2px;
}
.minnit-free{
	color:#228822;
}
button[data-planid="0"]{
	background-color:#228822;
	border-color:#228822;
	color:white;
}
.minnit-lite{
	color:#777;
}
button[data-planid="1"]{
	background-color:#aaa;
	border-color:#aaa;
	color:white;
}
.minnit-basic{
	color:#222288;
}
button[data-planid="2"]{
	background-color:#222288;
	border-color:#222288;
	color:white;
}
.minnit-community{
	color:#882222;
}
button[data-planid="3"]{
	background-color:#882222;
	border-color:#882222;
	color:white;
}
.minnit-pro{
	color:#880080;
}
button[data-planid="4"]{
	background-color:#880080;
	border-color:#880080;
	color:white;
}
.minnit-business{
	color:#FF0000;
}
button[data-planid="5"]{
	background-color:#FF0000;
	border-color:#FF0000;
	color:white;
}
#learnmoremodal .subscription-btn, #learnmoremodal .plan-header, #learnmoremodal .btn-learn-more{
	display:none;
}
#planlisting .plan-fold{
	display:none;
}
#planlisting .btn-learn-more, #planlisting .subscription-btn{
  max-width:128px;
  height:40px;
  padding-top:6px;
}
    </style>
<script>
    if (typeof(window) !== 'undefined' && typeof(window.location) !== 'undefined' && typeof(window.location.pathname) !== 'undefined' && window.location.pathname != '/') {
      history.replaceState('data', '', '/');
    }
    function createCookie(name, value, days) {
        var expires;
        if (days) {
            var date = new Date();
            date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
            expires = "; expires=" + date.toGMTString();
        } else expires = "";
        document.cookie = name + "=" + value + expires + "; path=/";
    }
      
        if (typeof(parent.window.location.href)!=='undefined' && parent.window.location.href!==null && parent.window.location.href.indexOf('?') != -1) {
          
          if (parent.window.location.href.indexOf('c=') > -1) {
            
            var campaign = parent.window.location.href.split('c=')[1];
            if (campaign.indexOf('&')>-1) {
              campaign = campaign.split('&')[0];
            }
            
            createCookie('campaign', campaign, 1);
            

          }
        }
        document.addEventListener("DOMContentLoaded", function(event) {
            document.getElementById('planlisting').className='';
            var url;
            var yourId = getCookie("minnitid");
            if (isNaN(yourId) || yourId.length === 0) {
                url = "/register?threesteps=1";
            } else {
                url = "/mysubscriptions";
            }
            var elements = document.getElementsByClassName("subscription-btn");
            var goToURL = function() {
                window.location=url;
            };

            for (var i = 0; i < elements.length; i++) {
                elements[i].addEventListener('click', goToURL, false);
            }
        });
        function getCookie(cname) {
            var name = cname + "=";
            var decodedCookie = decodeURIComponent(document.cookie);
            var ca = decodedCookie.split(';');
            for(var i = 0; i <ca.length; i++) {
                var c = ca[i];
                while (c.charAt(0) == ' ') {
                    c = c.substring(1);
                }
                if (c.indexOf(name) == 0) {
                    return c.substring(name.length, c.length);
                }
            }
            return "";
        }
    </script>
<title>Minnit Chat: Add a group chat for your website, live event, and more</title>
<link rel="stylesheet" type="text/css" href="https://cdn.paddle.com/paddle/assets/css/animate.css" media="all"><link rel="stylesheet" type="text/css" href="https://cdn.paddle.com/paddle/assets/css/paddle.css" media="all"></head>
<body class="bg-light" data-aos-easing="ease-out-quad" data-aos-duration="700" data-aos-delay="0">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img src="/images/logo128.png" class="navbar-brand-img" alt="Minnit">
Minnit
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fe fe-x"></i>
</button>
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarLandings" data-toggle="dropdown" href="#" aria-haspopup="true" aria-expanded="false">
Learn More
</a>
<div class="dropdown-menu dropdown-menu-xl p-0" aria-labelledby="navbarLandings">
<div class="row no-gutters">
<div class="col-12 col-lg-6">
<div class="dropdown-img-left">
<h4 class="font-weight-bold text-white mb-0">
Any questions?
</h4>
<p class="font-size-sm text-white">
Reach out to Minnit if you'd like to discuss anything before you get started.
</p>
<a href="/contact" class="btn btn-sm btn-white shadow-dark fonFt-size-sm full-width-btn">
Contact Minnit
</a>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="dropdown-body">
<div class="row no-gutters">
<div class="col-6">
<h6 class="dropdown-header">
Information
</h6>
<a class="dropdown-item" href="#embed">
Embed
</a>
<a class="dropdown-item" href="#customize">
Customize
</a>
<a class="dropdown-item" href="#functions">
Functions
</a>
<a class="dropdown-item mb-5" href="#pricing">
Pricing
</a>
<h6 class="dropdown-header">
Account
</h6>
<a class="dropdown-item" href="/login">
Login
</a>
<a class="dropdown-item" href="/register?threesteps">
Get Started
</a>
</div>
<div class="col-6">
<h6 class="dropdown-header">
Minnit
</h6>
<a class="dropdown-item" href="/x" target="_blank">
X
</a>
<a class="dropdown-item" href="/facebook" target="_blank">
Facebook
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</li>
</ul>
<a class="navbar-btn btn btn-sm btn-primary" href="/register?threesteps">
Get Started
</a>
<a class="navbar-btn btn btn-sm btn-secondary" href="/login?return=/yourchats">
Login
</a>
</div>
</div>
</nav>
<section class="position-relative py-8 py-md-11 mb-9">
<div class="shape shape-fluid-x shape-blur-1 svg-shim text-gray-200">
<svg viewBox="0 0 723 569" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M703.969 241.602l-.006-.003C716.081 262.97 723 287.677 723 314c0 68.917-47.425 126.757-111.42 142.665L246.7 556.937C226.465 564.729 204.481 569 181.5 569 81.26 569 0 487.74 0 387.5c0-34.256 9.49-66.296 25.985-93.633l-.016.008L141.512 77.548C162.753 33.305 207.123 2.273 258.951.12l.008-.12h251.04l.003.01c41.848.557 78.081 24.378 96.356 59.12l.001-.005 97.61 182.477z" fill="currentColor"></path></svg>
</div>
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-6 order-md-1">
<h1 class="display-3">
Add a group chat to your website with Minnit.
</h1>
<p class="lead text-muted mb-6 mb-md-8">
Whether you're hosting an event, looking to boost engagement, or just want a way to communicate with your users, Minnit's lightweight chat seamlessly blends in to your existing website. No coding experience required.
</p>
<a href="/register?threesteps" class="btn btn-primary mr-1 lift full-width-btn">
Get Started <i class="fe fe-arrow-right ml-3"></i>
</a>
</div>
<div class="col-md-6 order-md-2" style="text-align:center;margin-top:50px;">
<div id="chat-example-div" data-aos="fade-up" class="aos-init aos-animate">
<a href="/register?threesteps"><img src="/hp-assets/images/Minnit.png" id="chat-example-img" class="minnit-homepage-img" aria-label="hidden"></a>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<h2>About</h2>
<p></p><p>Minnit Chat is a cloud-hosted chat that you can embed on your website with ease. A simple iframe is all you need to allow your users to instantly be able to chat, without leaving your site. Getting started is easy, and you can dig in to the settings to do so much more —connect Minnit to your existing account setup using Single Sign On (OAuth2 / SAML2 / <a href="https://wordpress.org/plugins/minnit-chat/" target="_blank">WordPress</a>), stylize the chat to match your site's look and feel with custom CSS, appoint moderators, and so much more.</p> <p><a href="https://minnit.chat/register"><strong>Get started now,</strong></a> or read on to learn more about what's made Minnit the perfect fit for thousands of customers.</p><p></p>
</div>
</section>
<section class="pt-9 pt-md-8" id="embed">
<div class="container">
<div class="row align-items-center justify-content-between">
<div class="col-12 col-md-6 col-lg-5 order-md-1">
<span class="badge badge-pill badge-primary-soft mb-3">
<span class="h6 text-uppercase">Embed</span>
</span>
<h2>
Minnit Chat goes <span class="text-primary">anywhere.</span>
</h2>
<p class="font-size-lg text-gray-700 mb-8 mb-md-0">
Embed your group chat anywhere you like. Minnit Chat's responsive design ensures it works great, big or small. Add a live chat to your livestream, below your blog posts, or make it float on your page. The choice is yours. Minnit is a great chat to go alongside any video stream on your website, including Vimeo or YouTube.
</p>
</div>
<div class="col-12 col-md-6 order-md-2">
<div class="img-skewed img-skewed-left mb-10 mb-md-0" id="embed-demo-img">
<img src="/hp-assets/images/Embed.gif" aria-hidden="true" class="img-fluid minnit-homepage-img aos-init" data-aos="img-skewed-item-left">
</div>
</div>
</div>
</div>

</section>
<section class="pt-8 pt-md-12 pb-10 pb-md-14 pb-lg-15" id="customize">
<div class="container">
<div class="row align-items-center justify-content-between">
<div class="col-12 col-md-6 col-lg-5 order-md-2">
<span class="badge badge-pill badge-primary-soft mb-3" style="background-color:rgba(223, 150, 41, .1) !important;color:rgb(223, 150, 41) !important;">
<span class="h6 text-uppercase">Customize</span>
</span>
<h2>
Configure Minnit Chat to <span class="text-custom-headline">match your needs.</span>
</h2>
<p class="font-size-lg text-gray-700 mb-6">
Customize the design of the chat by changing the color scheme, adding a new background image or texture, and even writing your own CSS rules. Integrate your existing accounts using Single Sign-On (SSO), so users who are already registered on your site will immediately be logged in to the chat. Add any SHOUTcast, ICEcast, iHeartRadio, or TuneIn Radio stream to your chat so you and your users can all listen to music together.
</p>
</div>
<div class="col-12 col-md-6 order-md-1">
<div class="img-skewed img-skewed-right mb-10 mb-md-0">
<img src="/hp-assets/images/CustomizeChat.gif" aria-hidden="true" class="img-fluid minnit-homepage-img aos-init" data-aos="img-skewed-item-right">
</div>
</div>
</div>
</div>
</section>
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim text-white">
<svg viewBox="0 0 2880 480" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2160 0C1440 240 720 240 720 240H0v240h2880V0h-720z" fill="currentColor"></path></svg>
</div>
</div>
<section class="pt-10 pt-lg-9 pb-md-14 pb-lg-15 bg-white" id="functions">
<div class="container">
<div class="row align-items-center justify-content-between">
<div class="col-12 col-md-6 col-lg-5">
<span class="badge badge-pill badge-success-soft mb-3">
<span class="h6 text-uppercase">Functions</span>
</span>
<h2>
Minnit's functionality <span class="text-success">puts you in control.</span>
</h2>
<p class="font-size-lg text-gray-700 mb-6">
No matter what your use-case is, Minnit's got you covered. You can set Moderators who can manually ban users from your chat, configure the chat so messages must be pre-screened and manually approved before they go live, and more. We give you the tools you need to succeed, whether you're catering to 20 users or 2,000 users.
</p><p style="color:#999;margin-top:25px;">Some of the features listed require a premium plan. See pricing information below for details.</p>
<p></p>
</div>
<div class="col-12 col-md-6">
<div class="row">
<div class="col-12 col-lg-6">
<div class="d-flex">
<div class="badge badge-rounded-circle badge-success-soft mt-1 mr-4">
<i class="fe fe-check"></i>
</div>
<p class="text-success">
Ban and kick users
</p>
</div>
<div class="d-flex">
<div class="badge badge-rounded-circle badge-success-soft mt-1 mr-4">
<i class="fe fe-check"></i>
</div>
<p class="text-success mb-lg-0">
Pre-approve messages
</p>
</div>
</div>
<div class="col-12 col-lg-6">
<div class="d-flex">
<span class="badge badge-rounded-circle badge-success-soft mt-1 mr-4">
<i class="fe fe-check"></i>
</span>
<p class="text-success">
Automatically ban users who send offensive messages using AI
</p>
</div>
<div class="d-flex">
<div class="badge badge-rounded-circle badge-success-soft mr-1 mr-4">
<i class="fe fe-check"></i>
</div>
<p class="text-success mb-0">
Receive notifications when new messages are sent
</p>
</div>
</div>
<br><br>
<div class="col-12 col-lg-6">
<div class="d-flex">
<span class="badge badge-rounded-circle badge-success-soft mt-1 mr-4">
<i class="fe fe-check"></i>
</span>
<p class="text-success">
Password-protect your chat
</p>
</div>
<div class="d-flex">
<div class="badge badge-rounded-circle badge-success-soft mr-1 mr-4">
<i class="fe fe-check"></i>
</div>
<p class="text-success mb-0">
Block VPNs &amp; Proxies
</p>
</div>
</div>
<div class="col-12 col-lg-6" style="margin-top:10px;">
<div class="d-flex">
<span class="badge badge-rounded-circle badge-success-soft mt-1 mr-4">
<i class="fe fe-check"></i>
</span>
<p class="text-success">
Require users complete a CAPTCHA
</p>
</div>
<div class="d-flex">
<span class="badge badge-rounded-circle badge-success-soft mt-1 mr-4">
<i class="fe fe-check"></i>
</span>
<p class="text-success">
Sync with WordPress Users using SSO
</p>
</div>
</div>
<div class="col-12 col-lg-6" style="margin-top:10px;">
<div class="d-flex">
<span class="badge badge-rounded-circle badge-success-soft mt-1 mr-4">
<i class="fe fe-check"></i>
</span>
<p class="text-success">
<a href="https://docs.minnit.chat/organizations/SSO" target="_blank" style="color: inherit">Single Sign On (SSO) - Zero-Click, OAuth2, SAML2</a>
</p>
</div>
</div>
<div class="col-12 col-lg-6" style="margin-top:10px;">
<div class="d-flex">
<span class="badge badge-rounded-circle badge-success-soft mt-1 mr-4">
<i class="fe fe-check"></i>
</span>
<p class="text-success">
Sign in with Google, LinkedIn, Facebook and X (Twitter) using SSO
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim text-light">
<svg viewBox="0 0 2880 480" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M720 0c720 240 1440 240 1440 240h720v240H0V0h720z" fill="currentColor"></path></svg>
</div>
</div>
<section class="pt-9 pt-md-8" id="sso">
<div class="container">
<div class="row align-items-center justify-content-between">
<div class="col-12 col-md-6 col-lg-5 order-md-2">
<span class="badge badge-pill badge-primary-soft mb-3" style="background-color:rgba(7, 206, 241, 0.1) !important;color:rgb(25, 135, 151) !important;">
<span class="h6 text-uppercase">Single Sign On</span>
</span>
<h2>
Sign your users in <span style="color: #0ba2c8">automatically.</span>
</h2>
<p class="font-size-lg text-gray-700 mb-6">
Keep chatting simple — your users can access the chat instantly using their existing account from your custom-built website, app, or WordPress site. By setting up <strong>Zero-Click Single Sign On,</strong> users can spend less time creating another account, and more time chatting.
</p>
</div>
<div class="col-12 col-md-6 order-md-2">
<div class="mb-10 mb-md-0">
<img src="/hp-assets/images/SSO-Demo.png" aria-hidden="true" class="img-fluid minnit-homepage-img">
</div>
</div>
</div>
</div>

</section>
<section class="pt-9 pb-10 py-md-11" id="pricing">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<span class="badge badge-pill badge-success-soft mb-3" style="background-color:rgba(77, 12, 180, .1) !important;color:rgb(77, 12, 180) !important;">
<span class="h6 text-uppercase">
Pricing
</span>
</span>
<h2>
Minnit's pricing tiers work for large companies and individuals alike.
</h2>
<p class="lead text-gray-700">
Whether you need a chatroom for a few dozen users, millions of users, or anything in between, Minnit's got you covered. See information on our various payment plans below, or <a href="/support">contact support</a> to speak with a sales representative.
</p>
</div>
</div>
<span id="plan0btncontent" style="display:none">Get started</span>
<span id="plan1btncontent" style="display:none">Get started</span>
<span id="plan2btncontent" style="display:none">Get started</span>
<span id="plan3btncontent" style="display:none">Get started</span>
<span id="plan4btncontent" style="display:none">Get started</span>
<span id="plan5btncontent" style="display:none">Get started</span>
<style>
.bot-wiki-link{
  color:#000000;
}
#renewalbtngroup{
	width:100%;
	display: flex; justify-content: center; 
}
.trial-colors{
  background-color: #090979;
  background: linear-gradient(90deg, #800088 0%, #090979 50%, #00A4AF 100%) !important;
  color:white;
  border: 0px solid;
}
.plan-title{
	font-size:16px;
}
.main-price{
	font-size:24px;
}
.tax-note{
	font-size:16px;
}
.main-slashed-price{
	display:block;
	opacity:0.6;
	text-decoration: line-through;
}
.renewalfrequency{
	font-size:18px;
}
.plan-per-chat{
	font-size:18px;
}
.minnit-price-col {
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
	height:150px;
}
.fade-away {
	opacity:0;
}
#trialoverlay{
	width:100%;
	height:100%;
	width:100vw;
	height:100vh;
	z-index:999;
	position:fixed;
	padding:0px;
	margin:0px;
	background-color:rgba(0,0,0,0.5);
	top: 0px;
    left: 0px;
}
#trialoverlay-inner{
	width:95%;
	width:95vw;
	min-height:200px;
	max-width:750px;
	height:80vh;
	max-height:400px;
	background-color:white;
	color:black;
	margin:auto;
	padding:40px;
	position:relative;
	top:50px;
	overflow-y:auto;
}
.minnit-dark-page #trialoverlay-inner { background-color:#292929; color:#eee; }
.minnit-dark-page #trialoverlay{
	background-color:rgba(255,255,255,0.4);
}
.btn-success-alt {
	color: #fff;
	background-color: #42ba96;
	border-color: #42ba96;
	box-shadow: none
}

.btn-success-alt:hover {
	color: #fff;
	background-color: #389e7f;
	border-color: #359478
}

.btn-success-alt.focus,
.btn-success-alt:focus {
	color: #fff;
	background-color: #389e7f;
	border-color: #359478;
	box-shadow: 0 0 0 0 rgba(94, 196, 166, .5)
}

.btn-success-alt.disabled,
.btn-success-alt:disabled {
	color: #fff;
	background-color: #42ba96;
	border-color: #42ba96
}

.btn-success-alt:not(:disabled):not(.disabled).active,
.btn-success-alt:not(:disabled):not(.disabled):active,
.show>.btn-success-alt.dropdown-toggle {
	color: #fff;
	background-color: #359478;
	border-color: #318b70
}

.btn-success-alt:not(:disabled):not(.disabled).active:focus,
.btn-success-alt:not(:disabled):not(.disabled):active:focus,
.show>.btn-success-alt.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(94, 196, 166, .5)
}

.btn-dark-alt {
	color: #fff;
	background-color: #1b2a4e;
	border-color: #1b2a4e;
	box-shadow: none
}

.btn-dark-alt:hover {
	color: #fff;
	background-color: #111b32;
	border-color: #0e1628
}

.btn-dark-alt.focus,
.btn-dark-alt:focus {
	color: #fff;
	background-color: #111b32;
	border-color: #0e1628;
	box-shadow: 0 0 0 0 rgba(61, 74, 105, .5)
}

.btn-dark-alt.disabled,
.btn-dark-alt:disabled {
	color: #fff;
	background-color: #1b2a4e;
	border-color: #1b2a4e
}

.btn-dark-alt:not(:disabled):not(.disabled).active,
.btn-dark-alt:not(:disabled):not(.disabled):active,
.show>.btn-dark-alt.dropdown-toggle {
	color: #fff;
	background-color: #0e1628;
	border-color: #0b111f
}

.btn-dark-alt:not(:disabled):not(.disabled).active:focus,
.btn-dark-alt:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark-alt.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 rgba(61, 74, 105, .5)
}

.ring {
  --uib-size: 40px;
  --uib-speed: 2s;
  --uib-color: black;
  
  height: var(--uib-size);
  width: var(--uib-size);
  vertical-align: middle;
  transform-origin: center;
  animation: rotate var(--uib-speed) linear infinite;
}

.ring circle {
  fill: none;
  stroke: var(--uib-color);
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: stretch calc(var(--uib-speed) * 0.75) ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes stretch {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -124px;
  }
}
</style>
<div id="planlisting" class="">
<strong id="plan-discount-notice" class="hidden"></strong>
<strong id="plan-discount-mention" class="hidden"></strong>
<br><br>
<div id="renewalbtngroup" class="btn-group" role="group">
<button type="button" id="monthlyrenewal" class="btn btn-secondary active">Pay Monthly</button>
<button type="button" id="annualrenewal" class="btn btn-secondary">Pay Annually &amp; Save</button>
</div>
<span id="currencyselectorspan" class="align-items-center justify-content-center d-flex" style="margin-bottom: -30px;">
<select id="currencyselector" class="form-control form-control-sm custom-select col-sm-3">
<option value="LOCAL">Pay in Default Currency</option>
<option value="USD">Pay in USD</option>
<option value="EUR">Pay in EUR</option>
<option value="GBP">Pay in GBP</option>
</select>
<br>
<br>
</span>
<br>
<br>
<div id="plan-holder">
<div id="explanationlisting" class="plan-list">
<p id="concurrent-users-pricing-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="Number of connected devices/tabs that can be online at the same time.<br><br>There is no limit to the amount of page views, monthly active users, or number of registered users.">Simultaneous Users*</p>
<p id="message-history-pricing-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="How long messages are stored for">Message History</p>
<p id="ranked-users-pricing-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="Ranked users include Regulars, Moderators, Managers, and additional Owners.">Ranked Users</p>
<p id="included-chatrooms-pricing-info" tabindex="0" class="pricing-info-tooltip pricing-org-only" title="" data-original-title="Create multiple chatrooms under the same organization">Included Chatrooms</p>
<p id="notifications-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="Receive notifications when new messages are sent in main chat, when you receive direct messages and more">Notifications</p>
<p id="api-access-info" tabindex="0" class="pricing-info-tooltip pricing-org-only" title="" data-original-title="Perform automated actions using the API">API Access</p>
<p id="custom-domains-pricing-info" tabindex="0" class="pricing-info-tooltip pricing-org-only" title="" data-original-title="Run the chat from your own domain">Custom Domains</p>
<p id="vanity-subdomain-pricing-info" tabindex="0" class="pricing-info-tooltip pricing-org-only" title="" data-original-title="Vanity subdomain (yourname.minnit.org) included">Vanity Subdomain</p>
<p id="custom-emoji-pricing-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="Upload custom emoji and stickers to the chat">Custom Emoji &amp; Stickers</p>
<p id="sso-pricing-info" tabindex="0" class="pricing-info-tooltip pricing-org-only" title="" data-original-title="Allow users to sign in using their existing account details from your website<br><br>Sync with your WordPress users and/or use Sign in with Google, LinkedIn, Facebook and X (Twitter)">Single Sign On (SSO)</p>
<p id="white-label-pricing-info" tabindex="0" class="pricing-info-tooltip pricing-org-only" title="" data-original-title="Remove all Minnit branding">White Label</p>
<p id="embed-chat-pricing-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="Add the chat to your website by copying a few lines of code, or use our WordPress plugin">Embed Chat</p>
<p id="pre-approve-msgs-pricing-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="Require messages to be approved by moderators before being posted">Pre-approve Messages</p>
<p id="auto-mod-pricing-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="Automatically ban users for posting unwanted content using the Bot using your own block list">Auto-Moderation</p>
<p id="ai-mod-pricing-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="Automatically ban users for posting unwanted content using AI">AI Moderation</p>
<p id="css-pricing-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="Customize the chat to your liking using custom CSS">Custom CSS</p>
<p id="proxies-pricing-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="Block unranked users using known proxies and VPNs from joining the chat">Block Proxies</p>
<p id="csv-pricing-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="Export chat messages to a CSV file">Export Messages (.CSV)</p>
<p id="polls-pricing-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="Create polls in the chat so users can vote on a variety of topics">Create Polls</p>
<p id="webhooks-pricing-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="Receive webhooks for various events, e.g. when chat messages are sent">Webhooks</p>
<p id="channels-pricing-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="Create separate channels for specific topics, e.g. #sports, to help keep your chat organized">Channels</p>
<p id="file-uploads-pricing-info" tabindex="0" class="pricing-info-tooltip" title="" data-original-title="Share images, video and other files within the chat">File Uploads<br>&nbsp;</p>
<p></p>
<p style="opacity:0;"><button class="btn btn-primary btn-learn-more">Learn More</button></p>
</div>
<div id="freeplanlisting" class="plan-list minnit-free">
<div class="plan-header">
<strong class="plan-name">Free</strong>
<strong id="plan0monthlyprice">€0.00</strong>
<p>per month</p>
<button type="button" class="btn btn-primary subscription-btn" data-planid="0" id="plan0btn">Get started</button>
</div>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 20<span class="mob-explanation"> Connections Online at Once</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 1 day<span class="mob-explanation"> Message History</span></p>
<p> 10<span class="mob-explanation"> Ranked Users (Regular, Moderator, Manager, Owner)</span></p>
<p class="pricing-org-only"><span class="mob-explanation"><span class="fas fa-check"></span></span> 1<span class="mob-explanation"> Included Chatroom</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Receive Notifications</span></p>
<p class="pricing-org-only"><span class="fas fa-times"></span> <span class="mob-explanation"> API Access</span></p>
<p class="pricing-org-only"><span class="mob-explanation"><span class="fas fa-times"></span></span> 0<span class="mob-explanation"> Included Custom Domains</span></p>
<p class="pricing-org-only"><span class="fas fa-times"></span> <span class="mob-explanation"> Vanity Subdomain (yourname.minnit.org)</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Custom Emoji &amp; Stickers</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> Single Sign On (SSO)</span></p>
<p class="pricing-org-only"><span class="fas fa-times"></span> <span class="mob-explanation"> White Label</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Embeddable</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Pre-approve Messages</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Auto-Moderation</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> AI Moderation</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Custom CSS</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Ability to block known proxies/VPNs</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Export Messages as CSV</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Create Polls</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Webhooks</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 2<span class="mob-explanation"> Custom Channels</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span>File Uploads available with a monthly bandwidth of </span>100MB/month,<br>images only</p>
<p><button class="btn btn-outline-secondary btn-learn-more" data-planid="0">Learn More</button></p>
</div>
<div id="liteplanlisting" class="plan-list minnit-lite hidden">
<div class="plan-header">
<strong class="plan-name">Lite</strong>
<strong id="plan1monthlyprice">€14.00</strong>
<strong id="plan1annualprice" class="hidden">€12.00</strong>
<p>per month</p>
<button type="button" class="btn btn-primary subscription-btn" data-planid="1" id="plan1btn">Get started</button>
</div>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 100<span class="mob-explanation"> Connections Online at Once</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 7 days<span class="mob-explanation"> Message History</span></p>
<p> 50<span class="mob-explanation"> Ranked Users (Regular, Moderator, Manager, Owner)</span></p>
<p class="pricing-org-only"><span class="mob-explanation"><span class="fas fa-check"></span></span> 1<span class="mob-explanation"> Included Chatroom</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Receive Notifications</span></p>
<p class="pricing-org-only"><span class="fas fa-times"></span> <span class="mob-explanation"> API Access</span></p>
<p class="pricing-org-only"><span class="mob-explanation"><span class="fas fa-times"></span></span> 1<span class="mob-explanation"> Included Custom Domain</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> Vanity Subdomain (yourname.minnit.org)</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span> </span>5<span class="mob-explanation"> Custom Emoji &amp; Stickers</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> Single Sign On (SSO)</span></p>
<p class="pricing-org-only"><span class="fas fa-times"></span> <span class="mob-explanation"> White Label</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Embeddable</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Pre-approve Messages</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Auto-Moderation</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> AI Moderation</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Custom CSS</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Ability to block known proxies/VPNs</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Export Messages as CSV</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Create Polls</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Webhooks</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 2<span class="mob-explanation"> Custom Channels</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span>File Uploads available with a monthly bandwidth of </span>1GB/month,<br>all file types</p>
<p><button class="btn btn-outline-secondary btn-learn-more" data-planid="1">Learn More</button></p>
</div>
<div id="basicplanlisting" class="plan-list minnit-basic">
<div class="plan-header">
<strong class="plan-name">Basic</strong>
<strong id="plan2monthlyprice">€25.00</strong>
<strong id="plan2annualprice" class="hidden">€22.00</strong>
<p>per month</p>
<button type="button" class="btn btn-primary subscription-btn" data-planid="2" id="plan2btn">Get started</button>
</div>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 250<span class="mob-explanation"> Connections Online at Once</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 30 days<span class="mob-explanation"> Message History</span></p>
<p> Unlimited<span class="mob-explanation"> Ranked Users (Regular, Moderator, Manager, Owner)</span></p>
<p class="pricing-org-only"><span class="mob-explanation"><span class="fas fa-check"></span></span> 10<span class="mob-explanation"> Included Chatrooms</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Receive Notifications</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> API Access</span></p>
<p class="pricing-org-only"><span class="mob-explanation"><span class="fas fa-check"></span></span> 1<span class="mob-explanation"> Included Custom Domain</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> Vanity Subdomain (yourname.minnit.org)</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span> </span>15<span class="mob-explanation"> Custom Emoji &amp; Stickers</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> Single Sign On (SSO)</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> White Label</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Embeddable</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Pre-approve Messages</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Auto-Moderation</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> AI Moderation</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Custom CSS</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Ability to block known proxies/VPNs</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Export Messages as CSV</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Create Polls</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Webhooks</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 5<span class="mob-explanation"> Custom Channels</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> <span class="mob-explanation">File Uploads available with a monthly bandwidth of </span>10GB/month,<br>all file types</p>
<p><button class="btn btn-outline-secondary btn-learn-more" data-planid="2">Learn More</button></p>
<span class="plan-fold">
<hr>
<h4>Additional Info:</h4>
<p></p><p>File Uploads (Up to <strong>10GB</strong>/month, <strong>10MB</strong>/file, redundancy backups <strong>not</strong> included)<br><br>
</p><p>Bot with Auto Moderation, Phrase Responses, and Scheduled Messages
</p><p>Access the <strong>archive</strong> of messages
</p><p>Ability to <strong>react</strong> to messages
</p><p>Users can choose a custom message color
</p><p>Up to <strong>50</strong> custom links
</p><p>Up to <strong>50</strong> custom bad words
</p><p>Ability to rename chat every <strong>30</strong> days
</p><p>Upload custom MP3 sound for messages
</p><p>Animated chat backgrounds
</p><p>Ability to give users a rank temporarily
</p><p>Set default message colors &amp; typeface
</p><p>Users can choose a custom nickname color
</p><p>Ability to disable profile pictures and nicknames
</p>
</span>
</div>
<div id="communityplanlisting" class="plan-list minnit-community">
<div class="plan-header">
<strong class="plan-name">Community</strong>
<strong id="plan3monthlyprice">€36.00</strong>
<strong id="plan3annualprice" class="hidden">€30.00</strong>
<p>per month</p>
<button type="button" class="btn btn-primary subscription-btn" data-planid="3" id="plan3btn">Get started</button>
</div>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 500<span class="mob-explanation"> Connections Online at Once</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 90 days<span class="mob-explanation"> Message History</span></p>
<p> Unlimited<span class="mob-explanation"> Ranked Users (Regular, Moderator, Manager, Owner)</span></p>
<p class="pricing-org-only"><span class="mob-explanation"><span class="fas fa-check"></span></span> 50<span class="mob-explanation"> Included Chatrooms</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Receive Notifications</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> API Access</span></p>
<p class="pricing-org-only"><span class="mob-explanation"><span class="fas fa-check"></span></span> 1<span class="mob-explanation"> Included Custom Domain</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> Vanity Subdomain (yourname.minnit.org)</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span> </span>50<span class="mob-explanation"> Custom Emoji &amp; Stickers</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> Single Sign On (SSO)</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> White Label</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Embeddable</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Pre-approve Messages</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Auto-Moderation</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> AI Moderation</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Custom CSS</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Ability to block known proxies/VPNs</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Export Messages as CSV</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> Create Polls</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Webhooks</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 15<span class="mob-explanation"> Custom Channels</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> <span class="mob-explanation">File Uploads available with a monthly bandwidth of </span>50GB/month, <br>all file types</p>
<span class="plan-fold">
<hr>
<h4>Additional Info:</h4>
<p></p><p>File Uploads (Up to <strong>50GB</strong>/month, <strong>50MB</strong>/file,<br>redundancy backups included)
</p><p>Bot with Auto Moderation, Phrase Responses, Scheduled Messages, and Games
</p><p>Access the <strong>archive</strong> of messages
</p><p>Ability to <strong>react</strong> to messages
</p><p>Users can choose a custom message color
</p><p>Ability to view user's Geo Location Data
</p><p>Up to <strong>100</strong> custom links
</p><p>Up to <strong>100</strong> custom bad words
</p><p>Ability to rename chat every <strong>7</strong> days
</p><p>Ability to upload custom MP3 sound for messages
</p><p>Animated chat backgrounds
</p><p>Ability to give users a rank temporarily
</p><p>Ability to set default message colors &amp; typeface
</p><p>Ability to disable profile pictures and nicknames
</p><p>Users can choose a custom nickname color
</p><p>Ability to disable showing @usernames in the chat
</p><p>Ability to hide the user list</p>
<p></p><p>Ability to receive webhooks for various events</p>
</span>
<p><button class="btn btn-outline-secondary btn-learn-more" data-planid="3">Learn More</button></p>
</div>
<div id="proplanlisting" class="plan-list minnit-pro">
<div class="plan-header">
<strong class="plan-name">Pro</strong>
<strong id="plan4monthlyprice">€100.00</strong>
<strong id="plan4annualprice" class="hidden">€85.00</strong>
<p>per month</p>
<button type="button" class="btn btn-primary subscription-btn" data-planid="4" id="plan4btn">Get started</button>
</div>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 2,500<span class="mob-explanation"> Connections Online at Once</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 180 days<span class="mob-explanation"> Message History</span></p>
<p> Unlimited<span class="mob-explanation"> Ranked Users (Regular, Moderator, Manager, Owner)</span></p>
<p class="pricing-org-only"><span class="mob-explanation"><span class="fas fa-check"></span></span> Unlimited<span class="mob-explanation"> Included Chatrooms</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Receive Notifications</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> API Access</span></p>
<p class="pricing-org-only"><span class="mob-explanation"><span class="fas fa-check"></span></span> 1<span class="mob-explanation"> Included Custom Domain</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> Vanity Subdomain (yourname.minnit.org)</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span> </span>100<span class="mob-explanation"> Custom Emoji &amp; Stickers</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> Single Sign On (SSO)</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> White Label</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Embeddable</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Pre-approve Messages</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Auto-Moderation</span></p>
<p><span class="fas fa-times"></span><span class="mob-explanation"> AI Moderation</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Custom CSS</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Ability to block known proxies/VPNs</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Export Messages as CSV</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Create Polls</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Webhooks</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 100<span class="mob-explanation"> Custom Channels</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> <span class="mob-explanation">File Uploads available with a monthly bandwidth of </span>500GB/month, <br>all file types</p>
<p><button class="btn btn-outline-secondary btn-learn-more" data-planid="4">Learn More</button></p>
<span class="plan-fold">
<hr>
<h4>Additional Info:</h4>
<p></p><p>File Uploads (Up to <strong>500GB</strong>/month, <strong>100MB</strong>/file, redundancy backups included)
</p><p>Bot with Auto Moderation, Phrase Responses, Scheduled Messages, and Games
</p><p>Access an <strong>archive</strong> of messages, including direct messages* between users
</p><p>Ability to <strong>react</strong> to messages
</p><p>Users can choose a custom message color
</p><p>Ability to view user's Geo Location Data
</p><p>Ability to block known VPNs/Proxies
</p><p>Ability to change the text of buttons and menus in the chat
</p><p>Ability to bookmark up to 100 messages
</p><p>Complete control over the chat's branding
</p><p>Ability to slow how frequently users can send chat messages
</p><p>Up to <strong>200</strong> custom links
</p><p>Up to <strong>200</strong> custom bad words
</p><p>Ability to rename chat every <strong>hour</strong>
</p><p>Ability to customize the chat's CSS
</p><p>Upload custom MP3 sound for messages
</p><p>Animated chat backgrounds
</p><p>Ability to give users a rank temporarily
</p><p>Set default message colors &amp; typeface
</p><p>Users can choose a custom nickname color
</p><p>Ability to disable profile pictures and nicknames
</p><p>Ability to disable showing @usernames in the chat
</p><p>Ability to hide the user list
</p><p>Ability to receive webhooks for various events</p>
<p></p>
</span>
</div>
<div id="businessplanlisting" class="plan-list minnit-business">
<div class="plan-header">
<strong class="plan-name">Business</strong>
<strong id="plan5monthlyprice">€500.00</strong>
<strong id="plan5annualprice" class="hidden">€418.00</strong>
<p>per month</p>
<button type="button" class="btn btn-primary subscription-btn" data-planid="5" id="plan5btn">Get started</button>
</div>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 10,000<span class="mob-explanation"> Connections Online at Once</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 365 days<span class="mob-explanation"> Message History</span></p>
<p> Unlimited<span class="mob-explanation"> Ranked Users (Regular, Moderator, Manager, Owner)</span></p>
<p class="pricing-org-only"><span class="mob-explanation"><span class="fas fa-check"></span></span> Unlimited<span class="mob-explanation"> Included Chatrooms</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Receive Notifications</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> API Access</span></p>
<p class="pricing-org-only"><span class="mob-explanation"><span class="fas fa-check"></span></span> 5<span class="mob-explanation"> Included Custom Domains</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> Vanity Subdomain (yourname.minnit.org)</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span> </span>500<span class="mob-explanation"> Custom Emoji &amp; Stickers</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> Single Sign On (SSO)</span></p>
<p class="pricing-org-only"><span class="fas fa-check"></span> <span class="mob-explanation"> White Label</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Embeddable</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Pre-approve Messages</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Auto-Moderation</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> AI Moderation (250,000 characters included)</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Custom CSS</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Ability to block known proxies/VPNs</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Export Messages as CSV</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Create Polls</span></p>
<p><span class="fas fa-check"></span><span class="mob-explanation"> Webhooks</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> 500<span class="mob-explanation"> Custom Channels</span></p>
<p><span class="mob-explanation"><span class="fas fa-check"></span></span> <span class="mob-explanation">File Uploads available with a monthly bandwidth of </span>1TB/month, <br>all file types</p>
<p><button class="btn btn-outline-secondary btn-learn-more" data-planid="5">Learn More</button></p>
<span class="plan-fold">
<hr>
<h4>Additional Info:</h4>
<p></p><p>File Uploads (Up to <strong>1TB</strong>/month, <strong>100MB</strong>/file, redundancy backups included)
</p><p>Bot with Auto Moderation, Phrase Responses, Scheduled Messages, and Games
</p><p>Access an <strong>archive</strong> of messages, including direct messages* between users
</p><p>Ability to <strong>react</strong> to messages
</p><p>Users can choose a custom message color
</p><p>Ability to <strong>pre-approve messages</strong>
</p><p>Ability to view user's Geo Location Data
</p><p>Ability to block known VPNs/Proxies
</p><p>Ability to change the text of buttons and menus in the chat
</p><p>Ability to bookmark up to 1,000 messages
</p><p>Complete control over the chat's branding
</p><p>Ability to slow how frequently users can send chat messages
</p><p>Ability to export account data, including emails
</p><p>Ability to allow users to opt-in to receiving marketing email
</p><p>Up to <strong>500</strong> custom links
</p><p>Up to <strong>500</strong> custom bad words
</p><p>Ability to rename chat every <strong>hour</strong>
</p><p>Ability to customize the chat's CSS
</p><p>Upload custom MP3 sound for messages
</p><p>Animated chat backgrounds
</p><p>Ability to give users a rank temporarily
</p><p>Set default message colors &amp; typeface
</p><p>Users can choose a custom nickname color
</p><p>Ability to disable profile pictures and nicknames
</p><p>Ability to disable showing @usernames in the chat
</p><p>Ability to hide the user list
</p><p>Ability to create in-chat advertisements
</p><p>Ability to receive webhooks for various events</p>
<p></p>
</span>
</div>
</div>
<p><strong id="concurrent-users-clarification">* Simultaneous Users</strong> are determined based off the number of devices or browser tabs actively connected to the chatroom. In most instances, this means that, if you have a limit of 50, then 50 people can join. However, if users are using lots of tabs or devices, they may end up using more seats. <strong>There is no limit to the amount of page views, monthly active users, or number of registered users.</strong></p>
<p class="pricing-org-only">Organizations on all plans are able to add additional chatrooms at a monthly rate of <span id="price-per-chat">€0.90</span> per chatroom, additional custom domains at a monthly rate of <span id="price-per-domain">€4.50</span> per domain, and add AI moderation at a monthly rate of <span id="price-ai-moderation-add-on">€23.00</span> per 250,000 characters analyzed.</p>
<p class="ambiguous-pricing">All prices listed are tax exclusive. Any applicable sales taxes will be displayed on checkout.</p>
<br><br>
<div class="card" id="trialpromo">
<div class="card-header text-white" style="background-color: #42ba96;">
<h4 class="my-0 font-weight-normal">You're eligible for a free trial!</h4>
</div>
<div class="card-body">
<h5 class="card-title">Create your chat now and get a free trial -- no credit card information required.</h5>
<a href="/create?threesteps&amp;trial" class="btn btn-success-alt btn-large">Get Started&nbsp;<i class="fas fa-arrow-right"></i></a>
</div>
</div>
<br>
<script>var eligibleForTrial = true;</script>
<div class="card" id="enterprise">
<div class="card-header text-white" style="background-color: #1b2a4e;">
<h4 class="my-0 font-weight-normal">Need more out of your chat?</h4>
</div>
<div class="card-body">
<h5 class="card-title">Looking for more concurrent connectios, custom-built features, or anything else? Want to create multiple organizations at discounted rates? Need a dedicated instance to comply with data residency or other compliance requirements?</h5>
<br>
<h5>Pricing will vary based on your requirements. Discounts are available if you require a large number of concurrent users and the chat is needed for 7 days or less.</h5>
<br>
<h5>Contact us to speak with a sales representative, who will work with you and discuss a solution that perfectly fits your needs.</h5>
<a href="/contact" class="btn btn-dark-alt btn-large">Contact Minnit</a>
</div>
</div>
<br>
<div class="card">
<div class="card-header text-white" style="background-color: #0172cf;">
<h4 class="my-0 font-weight-normal">Industry-leading pricing</h4>
</div>
<div class="card-body">
<h5>Simple, flat pricing means you get exactly what you pay for without any surprises.</h5>
<br>
<h5>Choose a plan based on concurrent users and the features you need -- no need to worry about monthly active users or page views.</h5>
<br>
<h5>Generous limits on concurrent users and file upload bandwidth are included on all plans.</h5>
</div>
</div>
</div>
<div class="container hidden" id="trialsuccess">
<div id="addingfeaturesmsg">
<h5>Adding premium features...
<svg class="ring" viewBox="25 25 50 50" stroke-width="5">
<circle cx="50" cy="50" r="20"></circle>
</svg>
</h5>
<br>
<h5>You can visit and edit your chat while these changes are being applied.</h5>
</div>
<div class="btn-toolbar" role="toolbar">
<div class="btn-group mr-2" role="group">
<button id="openchatbtn" type="button" class="btn btn-primary">Open Chat</button>
</div>
<div class="btn-group mr-2" role="group">
<a href="/mysubscriptions" target="_blank" class="btn btn-secondary">Manage Subscriptions</a>
</div>
</div>
<br>
<h5>For any questions, contact <a href="/support" target="_blank">Minnit Chat Support</a>.</h5>
</div>
<div class="container hidden" id="orgaddingplan">
<div id="addingorgplanmsg">
<h5>Adding plan to your organization....
<svg class="ring" viewBox="25 25 50 50" stroke-width="5">
<circle cx="50" cy="50" r="20"></circle>
</svg>
</h5>
<br>
<h5>This will take a few seconds.</h5>
<br>
<h5>If the above message doesn't change after a few minutes, please contact <a href="/support" target="_blank">Minnit Chat Support</a>.</h5>
</div>
</div>
<br>
<div id="faq" class="container">
<h4>Frequently Asked Questions</h4>
<div id="accordion">
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#question0" aria-expanded="true" aria-controls="question0">
What are "simultaneous users", and what happens if I exceed the limit?
</button>
</h5>
</div>
<div id="question0" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
<p>If your Organization has a limit of 2,500 concurrent connections, for instance, only 2,500 users or devices can be online at a time across all of your chats. If more try to join, it will show them a message informing them that the limit has been reached, and to return later. We do <strong>not</strong> automatically upgrade you to the next plan. We recommend you strongly consider which plan is right for you, to ensure that everyone who wants to join the chat is able to.</p>
<p>Minnit does <strong>not</strong> have a "Monthly Active User" limit, any limit on page views, or any limit on the number of users that can sign up to your Organization. The only limit is how many concurrent connections we can support per plan.</p>
<p>Need more users than our standard plans offer? <a href="https://minnit.chat/support" target="_blank">Contact support</a> and we'll work with you ahead of time to get the necessary server resources allocated to you.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#question1" aria-expanded="true" aria-controls="question1">
Is there any contract?
</button>
</h5>
</div>
<div id="question1" class="collapse" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
<p>No -- there's no contract. You can cancel at any time.</p>
<p>If you cancel before the end of the billing cycle, your plan will still be active until the end of the billing cycle.</p>
<p>For example, if you purchase the monthly Basic plan on January 1st, and cancel on January 5th, you'd still be able to use all of the features of the Basic plan until the end of January.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#question2" aria-expanded="true" aria-controls="question2">
Can I create multiple organizations?
</button>
</h5>
</div>
<div id="question2" class="collapse" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
<p>Absolutely! All organizations you create will show up on the "your chats" page under your account.</p>
<p>By default, you are limited to two organizations, but you can always <a href="https://minnit.chat/support" target="_blank">contact us</a> to get this limit extended if you've upgraded any of your organizations.</p>
<p>If you need many organizations at a discounted rate (for example, one organization for each client), please <a href="https://minnit.chat/support" target="_blank">contact us</a> and we can get you set up with a custom plan.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#question3" aria-expanded="true" aria-controls="question3">
What payment methods are supported?
</button>
</h5>
</div>
<div id="question3" class="collapse" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
The following payment methods are supported:<br>
<ul>
<li>Mastercard</li>
<li>Visa</li>
<li>Maestro</li>
<li>American Express</li>
<li>Discover</li>
<li>Diners Club</li>
<li>JCB</li>
<li>PayPal</li>
</ul>
<p>Other payment methods including bank transfer, iDEAL, wire transfers etc are available in certain regions. Please <a href="https://minnit.chat/support">contact us</a> if you require one of these payment methods.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#question4" aria-expanded="true" aria-controls="question4">
Are there discounts available for non-profits or charities?
</button>
</h5>
</div>
<div id="question4" class="collapse" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
Absolutely! We are happy to offer discounts to valid 501(c)(3) non-profits, charities, and other similar organizations. <a href="https://minnit.chat/contact">Contact us</a> to learn more and get started.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#question5" aria-expanded="true" aria-controls="question5">
When is my billing date?
</button>
</h5>
</div>
<div id="question5" class="collapse" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
The recurring billing date will be the current date. For example, if you sign up for a monthly plan for the first time on January 1, all future charges will be billed on the 1st of every month.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#question6" aria-expanded="false" aria-controls="question6">
What happens when I upgrade my plan?
</button>
</h5>
</div>
<div id="question6" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
<div id="upgradeinfo" class="card-body">
If you currently have a paid plan for one of your chats and upgrade to a higher priced plan, the following happens:
<br><br>
<li style="font-weight: 400;"><span style="font-weight: 400;">Your chat will <strong>immediately</strong> be upgraded and you will get the benefits of the upgraded plan</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">The funds paid on the previous plan will be pro-rated based on the amount of days until the end of the billing cycle. The pro-rated amount of funds will count as a credit at the start of the new billing cycle</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">The cost of the new plan will be pro-rated based on the amount of days until the end of the billing cycle</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">At the beginning of the next billing cycle, you will be charged the full cost of the upgraded plan for that month in addition to the pro-rated cost of the new plan minus the pro-rated amount paid on the previous plan.</span></li>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#question7" aria-expanded="false" aria-controls="question7">
What happens when I downgrade my plan?
</button>
</h5>
</div>
<div id="question7" class="collapse" data-parent="#accordion">
<div id="downgradeinfo" class="card-body">
<li style="font-weight: 400;"><span style="font-weight: 400;">Your chat will <strong>immediately</strong> be downgraded and will no longer benefit from the higher priced plan you previously paid for</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">The difference between the funds paid on the previous plan and the price of the new plan will be pro-rated based on the amount of days until the end of the billing cycle. The pro-rated amount of funds will count as a credit at the start of the new billing cycle</span></li>
<li style="font-weight: 400;">At the beginning of the next billing cycle, you will be charged the full cost of the lower priced plan for that month minus the amount of credit from the pro-rated funds previously paid.</li>
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#question8" aria-expanded="false" aria-controls="question8">
Can I change from monthly to annual billing or vice versa?
</button>
</h5>
</div>
<div id="question8" class="collapse" data-parent="#accordion">
<div id="canchangebillingfrequency" class="card-body">
You can change your billing frequency from monthly to annual, but not the other way around. If you need to switch from annual to monthly billing, please <a href="/support">contact us</a>.
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#question9" aria-expanded="false" aria-controls="question9">
What happens when I switch from monthly to annual billing?
</button>
</h5>
</div>
<div id="question9" class="collapse" data-parent="#accordion">
<div id="changebillingfrequencyexplanation" class="card-body">
If you switch from monthly to annual billing, your next billing date will change to a year from the time the change was made, and a payment will be attempted for the amount owed.<br><br>
For example, if you paid for the Basic Monthly Plan on November 1st, and switched to the Basic Annual Plan on November 6th, you would not be charged until November 6th of the following year . In addition, you would be charged $165.60 ($180 - (($18 - ($18/30 * 6)))) immediately.
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#question10" aria-expanded="false" aria-controls="question10">
How are prorations calculated?
</button>
</h5>
</div>
<div id="question10" class="collapse" data-parent="#accordion">
<div id="prorationexplanation" class="card-body">
If you are moving from a lower-priced plan to a higher-priced plan, you are charged as follows:
<li style="font-weight: 400;"><span style="font-weight: 400;">Pro-rata remaining days = # of days remaining in the current billing cycle / # of total days in the billing cycle</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Credit for unused lower priced plan = price of lower plan * pro-rata remaining days </span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Debit for remaining higher-priced plan = price of higher plan * pro-rata remaining days</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Amount Due = Debit for higher-priced plan - Credit of lower-priced plan</span>&nbsp;</li>
<br>
For example: You subscribe to the Basic plan ($18/month) on June 1st and upgrade to the Community ($36/month) plan on June 15th, with your next billing date being July 1st.<br><br>
Pro-rata remaining days = 0.5 (15/30)<br>
Credit for unused lower priced plan = $9 (18 * 0.5)<br>
Debit for remaining higher-priced plan = $18 (36 * 0.5)<br>
Amount Due = $9 (18 - 9)<br>
Upon upgrading, you'll be immediately charged the pro-rated amount due ($9). On July 1st (your next billing date), you'll be charged $36 as this is the cost of your upgraded plan.
<br>
<br>
If you are moving from a higher-priced plan to a lower-priced plan, you are charged as follows:
<li style="font-weight: 400;"><span style="font-weight: 400;">Pro-rata remaining days = # of days remaining in the current billing cycle / # of total days in the billing cycle</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Credit for unused higher priced plan = price of higher plan * pro-rata remaining days </span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Debit for remaining lower-priced plan = price of lower plan * pro-rata remaining days</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Amount Applied As Credit = Credit of lower-priced plan - Debit for higher-priced plan</span>&nbsp;</li>
<br>
For example: You subscribe to the Community plan ($36/month) on June 1st and downgrade to the Basic ($18/month) plan on June 15th, with your next billing date being July 1st.<br><br>
Pro-rata remaining days = 0.5 (15/30)<br>
Credit for unused higher-priced plan = $18 (36 * 0.5)<br>
Debit for remaining lower-priced plan = $9 (18 * 0.5)<br>
Amount Applied As Credit = $9 (18 - 9)<br>
On July 1st (your next billing date), the pro-rated credit will be applied due ($9) will be added to the cost of the new plan ($18) and you'll be charged $9 (18 - 9) for this month.
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#question11" aria-expanded="false" aria-controls="question11">
What's your refund / cancellation policy?
</button>
</h5>
</div>
<div id="question11" class="collapse" data-parent="#accordion">
<div id="refundinfo" class="card-body">
All purchases are deemed final at the point of sale. Users who purchase a year-long subscription, for instance, will pay for the entire year up-front, and are not entitled to a refund. If the user opts to cancel their subscription, they will retain premium features for the duration of their subscription period.
<br>
<br>
In some circumstances, we may issue a partial or full refund. Such decisions are handled on a case-by-case basis. All requests must be sent directly to Minnit LTD via our <a href="/support" target="_blank"><strong>Support System</strong></a>.
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#question12" aria-expanded="false" aria-controls="question12">
How does the free trial work?
</button>
</h5>
</div>
<div id="question12" class="collapse" data-parent="#accordion">
<div id="exceedusers" class="card-body">
New users can use the free trial to try out almost all of the premium features. No payment information is required to get the free trial.<br><br>
This includes all features on the Business plan except for the following:
<ul>
<li>Concurrent users limited to the same as the Free plan</li>
<li>Included chatrooms limited to the same as the Free plan</li>
<li>Bandwidth limit is the same as the Free plan</li>
<li>No vanity subdomain</li>
<li>Custom domains cannot be used</li>
</ul>
If you are eligible for the trial, you will see a "Use Free trial" button as well as dialog menu appear if you select the Free tier. Each user and chat is only allowed 1 free trial.
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#question13" aria-expanded="false" aria-controls="question13">
How is my payment information stored?
</button>
</h5>
</div>
<div id="question13" class="collapse" data-parent="#accordion">
<div id="paymentstored" class="card-body">
All payments are securely handled by <a href="https://paddle.com/" target="_blank">Paddle</a>. Minnit LTD does not view, scan, or record your payment details.
</div>
</div>
</div>
<div class="card">
<div class="card-header">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse" data-target="#question14" aria-expanded="false" aria-controls="question14">
What happens if I hit the file upload limit for file sharing?
</button>
</h5>
</div>
<div id="question14" class="collapse" data-parent="#accordion">
<div id="reachedbandwidthlimitfilesharing" class="card-body">
<p>Your file storage limit is shared across all chats within your organization.</p>
<p>If your organization reaches the storage limit for file sharing (for instance, 10 GB on the Basic plan), users will no longer be able to share files on your chats.</p>
<p>We will <strong>not</strong> automatically upgrade your plan.</p>
You can choose to upgrade to the next plan to get additional storage, or wait until the next month for the storage used to reset.
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="learnmoremodal" tabindex="-2" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document" style="margin-top:50px;text-align:center;padding:25px;">
<div class="modal-content">
<div class="modal-header">
<center>
<h4 id="learnmoremodalname"></h4>
</center>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body" id="learnmoremodalcontent">
</div>
</div>
</div>
</div>
<div class="modal fade" id="fulfilledbypaddlemodal" tabindex="-2" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document" style="margin-top:50px;text-align:center;padding:25px;">
<div class="modal-content">
<div class="modal-header">
<center>
<h4 id="learnmoremodalname">Loading Paddle...</h4>
</center>
</div>
<div class="modal-body" style="text-align:left;">
<p>All payments will be processed by our payment provider, Paddle. Payments will appear as PADDLE.NET*MINNITLTD</p>
<span class="fa fa-spinner fa-pulse fa-lg"></span>
</div>
</div>
</div>
</div>
<div class="modal fade" id="problemsmakingapaymentModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Having trouble making a payment?</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<span>We're always looking at improving our payment systems and adding more payment methods.</span>
<br><br>
<span>Your feedback will help us improve the service.</span><br><br>
Email:
<div class="input-group mb-3">
<input id="pmpemail" type="text" class="form-control" placeholder="">
</div>
<small id="pmpemailhelp" class="form-text"></small>
<span>Please select all the reasons that apply:</span><br><br>
<div class="custom-control custom-checkbox mr-sm-2">
<input type="checkbox" class="custom-control-input" id="pmpneedpaymentmethod">
<label class="custom-control-label" for="pmpneedpaymentmethod">The payment method I want isn't listed (please specify)</label>
</div>
<div class="custom-control custom-checkbox mr-sm-2">
<input type="checkbox" class="custom-control-input" id="pmpcarddeclined">
<label class="custom-control-label" for="pmpcarddeclined">My card is being declined</label>
</div>
<div class="custom-control custom-checkbox mr-sm-2">
<input type="checkbox" class="custom-control-input" id="pmppaymentwidgetnotloading">
<label class="custom-control-label" for="pmppaymentwidgetnotloading">The payment widget doesn't load</label>
</div>
<div class="custom-control custom-checkbox mr-sm-2">
<input type="checkbox" class="custom-control-input" id="pmpother">
<label class="custom-control-label" for="pmpother">Other (please specify)</label>
</div>
<div class="form-group">
<label for="pmpadditionaldetails">Additional details:</label>
<textarea class="form-control" rows="5" id="pmpadditionaldetails" maxlength="2000"></textarea>
</div>
</div>
<div id="selectareason" class="alert alert-danger"><i class="fa-lg" aria-hidden="true"></i>&nbsp;<strong>Please select a reason.</strong></div>
<div id="feedbacksubmitted" class="alert alert-primary"><i class="fa-lg" aria-hidden="true"></i>&nbsp;<strong>Feedback submitted. Thank you!</strong></div>
<div class="modal-footer">
<button type="button" id="pmpcancel" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
<button type="button" id="pmpsubmitpaymentproblemfeedback" class="btn btn-primary">Submit</button>
</div>
</div>
</div>
</div>
<span id="month" class="hidden">month</span>
<span id="year" class="hidden">year</span>
<span id="concurrent-users-pricing-info-value" class="hidden">Number of connected devices/tabs that can be online at the same time.<br><br>There is no limit to the amount of page views, monthly active users, or number of registered users.</span>
<span id="ranked-users-pricing-info-value" class="hidden">Ranked users include Regulars, Moderators, Managers, and additional Owners.</span>
<span id="message-history-info-value" class="hidden">How long messages are stored for</span>
<span id="included-chatrooms-pricing-info-value" class="hidden">Create multiple chatrooms under the same organization</span>
<span id="api-access-value" class="hidden">Perform automated actions using the API</span>
<span id="custom-domains-pricing-info-value" class="hidden">Run the chat from your own domain</span>
<span id="vanity-subdomain-pricing-info-value" class="hidden">Vanity subdomain (yourname.minnit.org) included</span>
<span id="sso-pricing-info-value" class="hidden">Allow users to sign in using their existing account details from your website<br><br>Sync with your WordPress users and/or use Sign in with Google, LinkedIn, Facebook and X (Twitter)</span>
<span id="white-label-pricing-info-value" class="hidden">Remove all Minnit branding</span>
<span id="embed-chat-pricing-info-value" class="hidden">Add the chat to your website by copying a few lines of code, or use our WordPress plugin</span>
<span id="notifications-info-value" class="hidden">Receive notifications when new messages are sent in main chat, when you receive direct messages and more</span>
<span id="pre-approve-msgs-pricing-info-value" class="hidden">Require messages to be approved by moderators before being posted</span>
<span id="auto-mod-pricing-info-value" class="hidden">Automatically ban users for posting unwanted content using the Bot using your own block list</span>
<span id="ai-mod-pricing-info-value" class="hidden">Automatically ban users for posting unwanted content using AI</span>
<span id="css-pricing-info-value" class="hidden">Customize the chat to your liking using custom CSS</span>
<span id="proxies-pricing-info-value" class="hidden">Block unranked users using known proxies and VPNs from joining the chat</span>
<span id="csv-pricing-info-value" class="hidden">Export chat messages to a CSV file</span>
<span id="polls-pricing-info-value" class="hidden">Create polls in the chat so users can vote on a variety of topics</span>
<span id="channels-pricing-info-value" class="hidden">Create separate channels for specific topics, e.g. #sports, to help keep your chat organized</span>
<span id="file-uploads-pricing-info-value" class="hidden">Share images, video and other files within the chat</span>
<span id="custom-emoji-pricing-info-value" class="hidden">Upload custom emoji and stickers to the chat</span>
<span id="webhooks-pricing-info-value" class="hidden">Receive webhooks for various events, e.g. when chat messages are sent</span>
<script src="https://cdn.paddle.com/paddle/paddle.js"></script>
<script src="/js/bluebird.min.js"></script>
<script src="/js/paddleevents.js" async=""></script>
<script>
var paddleOK = false;
var paymentSuccessPlanID = 0;
var currencyFormatByCurrencyCode = {
	"USD": ["$", "USD"],
	"ARS": ["ARS$", ""],
	"JPY": ["¥", ""],
	"MXN": ["MX$", ""],
	"TWD": ["NT$", ""],
	"KRW": ["₩", ""],
	"GBP": ["£", ""],
	"EUR": ["€", ""],
	"CNY": ["¥", ""],
	"PLN": ["", "zł"],
	"SEK": ["", "kr"],
	"ZAR": ["R ", ""],
	"CHF": ["", "Fr."],
	"BRL": ["R$", ""],
	"RUB": ["", "руб"],
	"AUD": ["A$", ""],
	"CAD": ["$", "CAN"],
	"HKD": ["", "HK$"],
	"SGD": ["S$", ""],
	"NZD": ["", "NZ$"],
	"DKK": ["", "kr"],
	"HUF": ["", "Ft"],
	"CZK": ["", "Kč"],
	"INR": ["", "Rs"]
};
var addOns = {"1":{"name":"Chats","min_qty":5,"max_qty":1000,"included_with_plans":true,"included_with_plan_id":4,"hide_with_plan_id":4,"prices":{"ARS":105,"AUD":1.5,"BRL":5.5,"CAD":1.3,"CHF":1,"CNY":6.5,"CZK":22,"DKK":6.8,"EUR":0.9,"GBP":0.8,"HKD":8,"HUF":325,"ILS":3.2,"INR":75,"JPY":115,"KRW":1200,"MXN":21,"NOK":9,"NZD":1.5,"PLN":4.1,"RUB":78,"SEK":9.5,"SGD":1.35,"THB":35,"TRY":13.5,"TWD":28,"UAH":30,"USD":1,"ZAR":15.75}},"2":{"name":"CustomDomains","min_qty":1,"max_qty":1000,"included_with_plans":false,"included_with_plan_id":0,"prices":{"ARS":515,"AUD":7,"BRL":30,"CAD":6.5,"CHF":4.75,"CNY":32,"CZK":110,"DKK":35,"EUR":4.5,"GBP":4,"HKD":40,"HUF":1600,"ILS":16,"INR":375,"JPY":580,"KRW":6025,"MXN":105,"NOK":45,"NZD":7.5,"PLN":21,"RUB":385,"SEK":45,"SGD":7,"THB":170,"TRY":70,"TWD":140,"UAH":140,"USD":5,"ZAR":80}},"3":{"name":"Polls","min_qty":1,"max_qty":1,"included_with_plans":true,"included_with_plan_id":4,"prices":{"ARS":18000,"AUD":30,"BRL":105,"CAD":28,"CHF":18,"CNY":145,"CZK":465,"DKK":140,"EUR":20,"GBP":16,"HKD":160,"HUF":7200,"ILS":75,"INR":1670,"JPY":3100,"KRW":27000,"MXN":340,"NOK":215,"NZD":35,"PLN":80,"RUB":2000,"SEK":215,"SGD":27,"THB":735,"TRY":650,"TWD":650,"UAH":790,"USD":20,"ZAR":375}},"4":{"name":"AIModeration","min_qty":1,"max_qty":100,"included_with_plans":false,"included_with_plan_id":0,"prices":{"ARS":2575,"AUD":35,"BRL":150,"CAD":33,"CHF":23,"CNY":160,"CZK":550,"DKK":175,"EUR":23,"GBP":20,"HKD":200,"HUF":9000,"ILS":90,"INR":2075,"JPY":3725,"KRW":33750,"MXN":425,"NOK":225,"NZD":38,"PLN":60,"RUB":2315,"SEK":270,"SGD":35,"THB":910,"TRY":810,"TWD":800,"UAH":980,"USD":25,"ZAR":475}}};

var chatName = '';

var userID = "0";
var planIDs = [1, 2, 3, 4, 5];
var transactionProcessedCheckLoop;
var selectedRenewalFrequency = "monthly";
var countryCode = "";
var nextPaymentCurrencyCode = "";
var localizedCurrencyCode = "USD";
var chatPurpose = "";
var prices = {};
prices = {"529785":{"ARS":"27500.00","AUD":"42.00","BRL":"135.00","CAD":"38.00","CHF":"25.00","CNY":"200.00","CZK":"600.00","DKK":"190.00","EUR":"25.00","GBP":"22.00","HKD":"220.00","HUF":"9550.00","INR":"2300.00","JPY":"4000.00","KRW":"36000.00","MXN":"475.00","NOK":"285.00","NZD":"45.00","PLN":"115.00","RUB":"2550.00","SEK":"295.00","SGD":"37.00","THB":"965.00","TWD":"880.00","USD":"28.00","ZAR":"500.00"},"529786":{"ARS":"4700.00","AUD":"54.00","BRL":"200.00","CAD":"48.00","CHF":"36.00","CNY":"250.00","CZK":"900.00","DKK":"280.00","EUR":"36.00","GBP":"32.00","HKD":"288.00","HUF":"15000.00","INR":"3000.00","JPY":"5000.00","KRW":"50000.00","MXN":"760.00","NOK":"380.00","NZD":"60.00","PLN":"180.00","RUB":"2400.00","SEK":"400.00","SGD":"52.00","THB":"1330.00","TWD":"1100.00","USD":"36.00","ZAR":"650.00"},"529787":{"ARS":"100000.00","AUD":"150.00","BRL":"550.00","CAD":"135.00","CHF":"100.00","CNY":"690.00","CZK":"2500.00","DKK":"760.00","EUR":"100.00","GBP":"86.00","HKD":"800.00","HUF":"42000.00","INR":"8125.00","JPY":"14000.00","KRW":"135000.00","MXN":"2125.00","NOK":"1050.00","NZD":"170.00","PLN":"490.00","RUB":"6630.00","SEK":"1100.00","SGD":"144.00","THB":"3700.00","TWD":"3050.00","USD":"100.00","ZAR":"1750.00"},"535401":{"ARS":"282000.00","AUD":"420.00","BRL":"1380.00","CAD":"384.00","CHF":"276.00","CNY":"2064.00","CZK":"6240.00","DKK":"1920.00","EUR":"264.00","GBP":"216.00","HKD":"2256.00","HUF":"98160.00","INR":"23640.00","JPY":"40800.00","KRW":"370260.00","MXN":"4896.00","NOK":"2880.00","NZD":"480.00","PLN":"1152.00","RUB":"26640.00","SEK":"3000.00","SGD":"384.00","THB":"9900.00","TWD":"9000.00","USD":"288.00","ZAR":"5184.00"},"535402":{"ARS":"354000.00","AUD":"540.00","BRL":"2016.00","CAD":"480.00","CHF":"360.00","CNY":"2496.00","CZK":"9024.00","DKK":"2736.00","EUR":"360.00","GBP":"312.00","HKD":"2880.00","HUF":"150000.00","INR":"29220.00","JPY":"50400.00","KRW":"482880.00","MXN":"7680.00","NOK":"3768.00","NZD":"600.00","PLN":"1776.00","RUB":"24000.00","SEK":"3912.00","SGD":"528.00","THB":"13344.00","TWD":"11016.00","USD":"360.00","ZAR":"6312.00"},"535403":{"ARS":"1000200.00","AUD":"1550.00","BRL":"5580.00","CAD":"1356.00","CHF":"1020.00","CNY":"7020.00","CZK":"25560.00","DKK":"7740.00","EUR":"1020.00","GBP":"876.00","HKD":"8160.00","HUF":"424320.00","INR":"82860.00","JPY":"142800.00","KRW":"1367820.00","MXN":"21660.00","NOK":"10656.00","NZD":"1704.00","PLN":"4992.00","RUB":"67632.00","SEK":"11100.00","SGD":"1464.00","THB":"37800.00","TWD":"31200.00","USD":"1020.00","ZAR":"17856.00"},"596871":{"ARS":"490000.00","AUD":"750.00","BRL":"2750.00","CAD":"675.00","CHF":"500.00","CNY":"3450.00","CZK":"12500.00","DKK":"3800.00","EUR":"500.00","GBP":"430.00","HKD":"4000.00","HUF":"210000.00","INR":"41000.00","JPY":"70000.00","KRW":"675000.00","MXN":"10625.00","NOK":"5250.00","NZD":"850.00","PLN":"2450.00","RUB":"33150.00","SEK":"5500.00","SGD":"720.00","THB":"18500.00","TWD":"15250.00","USD":"500.00","ZAR":"8750.00"},"596872":{"ARS":"4920000.00","AUD":"7620.00","BRL":"27600.00","CAD":"6660.00","CHF":"5016.00","CNY":"34500.00","CZK":"125700.00","DKK":"38040.00","EUR":"5016.00","GBP":"4320.00","HKD":"40200.00","HUF":"2086680.00","INR":"407400.00","JPY":"702240.00","KRW":"6726456.00","MXN":"106500.00","NOK":"52380.00","NZD":"8376.00","PLN":"24576.00","RUB":"332580.00","SEK":"53520.00","SGD":"7200.00","THB":"185844.00","TWD":"153060.00","USD":"5016.00","ZAR":"87480.00"},"772976":{"ARS":"5000.00","AUD":"7.50","BRL":"28.00","CAD":"7.00","CHF":"5.00","CNY":"35.00","CZK":"125.00","DKK":"40.00","EUR":"5.00","GBP":"4.50","HKD":"40.00","HUF":"2100.00","INR":"400.00","JPY":"700.00","KRW":"6700.00","MXN":"110.00","NOK":"55.00","NZD":"8.50","PLN":"25.00","RUB":"350.00","SEK":"55.00","SGD":"7.50","THB":"185.00","TWD":"150.00","USD":"5.00","ZAR":"90.00"},"774692":{"ARS":"14700.00","AUD":"22.00","BRL":"72.00","CAD":"20.00","CHF":"13.00","CNY":"110.00","CZK":"325.00","DKK":"100.00","EUR":"14.00","GBP":"12.00","HKD":"120.00","HUF":"5100.00","INR":"1250.00","JPY":"2125.00","KRW":"19500.00","MXN":"260.00","NOK":"150.00","NZD":"24.00","PLN":"60.00","RUB":"1375.00","SEK":"156.00","SGD":"20.00","THB":"520.00","TWD":"475.00","USD":"15.00","ZAR":"275.00"},"774694":{"ARS":"42000.00","AUD":"240.00","BRL":"744.00","CAD":"204.00","CHF":"132.00","CNY":"1140.00","CZK":"3360.00","DKK":"1044.00","EUR":"144.00","GBP":"120.00","HKD":"1224.00","HUF":"53160.00","INR":"12780.00","JPY":"22080.00","KRW":"200580.00","MXN":"2640.00","NOK":"1572.00","NZD":"252.00","PLN":"104.00","RUB":"14220.00","SEK":"1620.00","SGD":"204.00","THB":"5400.00","TWD":"4896.00","USD":"156.00","ZAR":"2820.00"}};
var paddleMonthlyProductPlanIDs = {
  1: "774692",
  2: "529785",
  3: "529786",
  4: "529787",
  5: "596871",
};
var paddleAnnualProductPlanIDs = {
  1: "774694",
  2: "535401",
  3: "535402",
  4: "535403",
  5: "596872",
};

var allPaddleProductPlanIDs = ["774692", "529785", "529786", "529787", "596871", "774694", "535401", "535402", "535403", "596872"];

function getPlanIDInfoFromProductID(productID) {
  switch(productID) {
    case "774692":
      return [1, "monthly"];
    case "529785":
      return [2, "monthly"];
    case "529786":
      return [3, "monthly"];
    case "529787":
      return [4, "monthly"];
    case "596871":
      return [5, "monthly"];
    case "774694":
      return [1, "annual"];
    case "535401":
      return [2, "annual"];
    case "535402":
      return [3, "annual"];
    case "535403":
      return [4, "annual"];
    case "596872":
      return [5, "annual"];
  }
}

function showDiscountedPrices(renewalFrequency) {
    if (chatPurpose == "personal" || chatPurpose == "nonprofit") {
        
        var plan1MonthlyDiscountedPrice = Math.round(((plan1MonthlyPrice * 0.5) + 0.00001) * 100) / 100;
        var plan2MonthlyDiscountedPrice = Math.round(((plan2MonthlyPrice * 0.5) + 0.00001) * 100) / 100;
        var plan3MonthlyDiscountedPrice = Math.round(((plan3MonthlyPrice * 0.5) + 0.00001) * 100) / 100;
        var plan1AnnualDiscountedPrice = Math.round(((plan1AnnualPrice * 0.5) + 0.00001) * 100) / 100;
        var plan2AnnualDiscountedPrice = Math.round(((plan2AnnualPrice * 0.5) + 0.00001) * 100) / 100;
        var plan3AnnualDiscountedPrice = Math.round(((plan3AnnualPrice * 0.5) + 0.00001) * 100) / 100;
        if (renewalFrequency == "monthly") {
            $("#plan1discount").text(pricePrefix + plan1MonthlyDiscountedPrice + priceSuffix);
            $("#plan2discount").text(pricePrefix + plan2MonthlyDiscountedPrice + priceSuffix);
            $("#plan3discount").text(pricePrefix + plan3MonthlyDiscountedPrice + priceSuffix);
        } else {
            $("#plan1discount").text(pricePrefix + plan1AnnualDiscountedPrice + priceSuffix);
            $("#plan2discount").text(pricePrefix + plan2AnnualDiscountedPrice + priceSuffix);
            $("#plan3discount").text(pricePrefix + plan3AnnualDiscountedPrice + priceSuffix);
        }
        $("#plan1price").removeClass().addClass("main-slashed-price");
        $("#plan2price").removeClass().addClass("main-slashed-price");
        $("#plan3price").removeClass().addClass("main-slashed-price");
        $("#plan1discount").removeClass().addClass("main-price");
        $("#plan2discount").removeClass().addClass("main-price");
        $("#plan3discount").removeClass().addClass("main-price");
    } else {
        $("#plan1price").removeClass().addClass("main-price");
        $("#plan2price").removeClass().addClass("main-price");
        $("#plan3price").removeClass().addClass("main-price");
        $("#plan1discount").removeClass().addClass("hidden");
        $("#plan2discount").removeClass().addClass("hidden");
        $("#plan3discount").removeClass().addClass("hidden");
    }
}

function transactionProcessed(checkoutID) {
    return new Promise(function(resolve, reject) {
        return $.getJSON("/paddle_widget?tidprocessed=" + checkoutID, function(data) {
            if (!data || !data.processed) {
                resolve(false);
            } else {
                clearInterval(transactionProcessedCheckLoop);
                resolve(true);
            }
        });
    });
}



function showTrial() {
	
}

function showFulfilledByPaddleModal() {
  $('.paddle-loader').each(function(index) {
    $(this).addClass("hidden");
  });
  $('.paddle-frame').each(function(index) {
    $(this).addClass("hidden");
  });
  $('.paddle-frame-overlay').each(function(index) {
    $(this).addClass("hidden");
  });
  $('#fulfilledbypaddlemodal').modal({
    keyboard: false,
    backdrop: 'static'
  });
  setTimeout(function() {
    $('#fulfilledbypaddlemodal').modal('hide');
    $('.paddle-loader').each(function(index) {
      $(this).removeClass("hidden");
    });
    $('.paddle-frame').each(function(index) {
      $(this).removeClass("hidden");
    });
    $('.paddle-frame-overlay').each(function(index) {
      $(this).removeClass("hidden");
    });
  }, 2500); 
}

function beginTrial() {
  
  window.location.replace(planLink);
  
}


function addPrices() {
  if (nextPaymentCurrencyCode && prices) {
    var currencyPrefix = "";
    var currencySuffix = "";
    if (currencyFormatByCurrencyCode.hasOwnProperty(nextPaymentCurrencyCode)) {
        var currencyInfo = currencyFormatByCurrencyCode[nextPaymentCurrencyCode];
        currencyPrefix = currencyInfo[0];
        if (currencyInfo[1].length > 0) {
            currencySuffix = " " + currencyInfo[1];
        }
    } else {
      currencySuffix = nextPaymentCurrencyCode;
    }
    for (i = 0; i < allPaddleProductPlanIDs.length; i++) {
      var info = getPlanIDInfoFromProductID(allPaddleProductPlanIDs[i]);
      var dsPlanID = info[0];
      var dsRenewalType = info[1];
      if (dsRenewalType == "monthly") {
          document.getElementById('plan' + dsPlanID + 'monthlyprice').innerHTML = currencyPrefix + prices[allPaddleProductPlanIDs[i]][nextPaymentCurrencyCode] + currencySuffix;
      } else {
          var netPriceFriendly = currencyPrefix + ((prices[allPaddleProductPlanIDs[i]][nextPaymentCurrencyCode] / 12).toFixed(2)) + currencySuffix;
          document.getElementById('plan' + dsPlanID + 'annualprice').innerHTML = netPriceFriendly;
      }
    }
    return;
  }
  
  var priceURL = 'https:\/\/checkout.paddle.com\/api\/2.0/prices';
  var priceURLDataType = "jsonp";
  var forcedCurrencyCode = $("#currencyselector").find(":selected").val();
  if (forcedCurrencyCode != "LOCAL") {
    priceURL = "/paddle_widget?getplanprices=1&currencycode=" + forcedCurrencyCode;
    priceURLDataType = "json";
  }
    $.ajax({
        url: priceURL,
        dataType: priceURLDataType,
        data: {
            product_ids: allPaddleProductPlanIDs.toString()
        },
    }).done(function(data) {
      if (!data.success) {
            return;
        }
        var productLength = data.response.products.length;
        for (i = 0; i < productLength; i++) {
            var dsProduct = data.response.products[i];
            localizedCurrencyCode = dsProduct.currency;
            var info = getPlanIDInfoFromProductID(dsProduct.product_id.toString());
            if (!info) {
              continue;
            }
            var dsPlanID = info[0];
            var dsRenewalType = info[1];
            var currencyPrefix = "";
            var currencySuffix = "";
            if (currencyFormatByCurrencyCode.hasOwnProperty(dsProduct.currency)) {
                var currencyInfo = currencyFormatByCurrencyCode[dsProduct.currency];
                currencyPrefix = currencyInfo[0];
                if (currencyInfo[1].length > 0) {
                    currencySuffix = " " + currencyInfo[1];
                }
            } else {
              currencySuffix = dsProduct.currency;
            }
            if (forcedCurrencyCode == "LOCAL" && data.response.customer_country == "US" && localizedCurrencyCode == "USD") {
              currencySuffix = "";
            }
            var taxName = 'tax';
            var vatCountries = ['AT', 'BE', 'BG', 'CY', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'MT', 'NL', 'PO', 'PT', 'RO', 'SE', 'SI', 'SK', 'AL', 'AD', 'AM', 'BA', 'BY', 'CH', 'FO', 'GE', 'IS', 'MC', 'MK', 'NO', 'RU', 'TR', 'UA'];
            if (vatCountries.indexOf(countryCode) > -1) {
              taxName = 'VAT';
            }
            if (dsRenewalType == "monthly") {
                document.getElementById('plan' + dsPlanID + 'monthlyprice').innerHTML = currencyPrefix + dsProduct.subscription.price.net.toFixed(2) + currencySuffix;
                

            } else {
                var netPriceFriendly = currencyPrefix + ((dsProduct.subscription.price.net / 12).toFixed(2)) + currencySuffix;
                document.getElementById('plan' + dsPlanID + 'annualprice').innerHTML = netPriceFriendly;
                

            }
        }
        var currencyPrefix = "";
        var currencySuffix = "";
        if (currencyFormatByCurrencyCode.hasOwnProperty(localizedCurrencyCode)) {
            var currencyInfo = currencyFormatByCurrencyCode[localizedCurrencyCode];
            currencyPrefix = currencyInfo[0];
            if (currencyInfo[1].length > 0) {
                currencySuffix = " " + currencyInfo[1];
            }
        } else {
          currencySuffix = localizedCurrencyCode;
        }
        if (forcedCurrencyCode == "LOCAL" && data.response.customer_country == "US" && localizedCurrencyCode == "USD") {
          currencySuffix = "";
        }
        document.getElementById('plan0monthlyprice').innerHTML = currencyPrefix + "0.00" + currencySuffix;
        document.getElementById('price-per-chat').innerHTML = currencyPrefix + ((addOns["1"].prices[localizedCurrencyCode]).toFixed(2)) + currencySuffix;
        document.getElementById('price-per-domain').innerHTML = currencyPrefix + ((addOns["2"].prices[localizedCurrencyCode]).toFixed(2)) + currencySuffix;
        document.getElementById('price-ai-moderation-add-on').innerHTML = currencyPrefix + ((addOns["4"].prices[localizedCurrencyCode]).toFixed(2)) + currencySuffix;
    });
}

function validateEmail(email) {
    const re = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
    return re.test(String(email).toLowerCase());
}


document.addEventListener("DOMContentLoaded", function(event) {
  if (!nextPaymentCurrencyCode) {
    $("#currencyselectorspan").addClass("d-flex").removeClass("hidden");
  }
  paddleOK = typeof(Paddle) !== "undefined";
  $("#concurrent-users-pricing-info").attr("title", document.getElementById('concurrent-users-pricing-info-value').innerHTML);
  $("#ranked-users-pricing-info").attr("title", document.getElementById('ranked-users-pricing-info-value').innerHTML);
  $("#message-history-pricing-info").attr("title", document.getElementById('message-history-info-value').innerHTML);
  $("#included-chatrooms-pricing-info").attr("title", document.getElementById('included-chatrooms-pricing-info-value').innerHTML);
  $("#api-access-info").attr("title", document.getElementById('api-access-value').innerHTML);
  $("#custom-domains-pricing-info").attr("title", document.getElementById('custom-domains-pricing-info-value').innerHTML);
  $("#vanity-subdomain-pricing-info").attr("title", document.getElementById('vanity-subdomain-pricing-info-value').innerHTML);
  $("#sso-pricing-info").attr("title", document.getElementById('sso-pricing-info-value').innerHTML);
  $("#white-label-pricing-info").attr("title", document.getElementById('white-label-pricing-info-value').innerHTML);
  $("#embed-chat-pricing-info").attr("title", document.getElementById('embed-chat-pricing-info-value').innerHTML);
  $("#notifications-info").attr("title", document.getElementById('notifications-info-value').innerHTML);
  $("#pre-approve-msgs-pricing-info").attr("title", document.getElementById('pre-approve-msgs-pricing-info-value').innerHTML);
  $("#auto-mod-pricing-info").attr("title", document.getElementById('auto-mod-pricing-info-value').innerHTML);
  $("#ai-mod-pricing-info").attr("title", document.getElementById('ai-mod-pricing-info-value').innerHTML);
  $("#css-pricing-info").attr("title", document.getElementById('css-pricing-info-value').innerHTML);
  $("#proxies-pricing-info").attr("title", document.getElementById('proxies-pricing-info-value').innerHTML);
  $("#csv-pricing-info").attr("title", document.getElementById('csv-pricing-info-value').innerHTML);
  $("#polls-pricing-info").attr("title", document.getElementById('polls-pricing-info-value').innerHTML);
  $("#channels-pricing-info").attr("title", document.getElementById('channels-pricing-info-value').innerHTML);
  $("#file-uploads-pricing-info").attr("title", document.getElementById('file-uploads-pricing-info-value').innerHTML);
  $("#custom-emoji-pricing-info").attr("title", document.getElementById('custom-emoji-pricing-info-value').innerHTML);
  $("#webhooks-pricing-info").attr("title", document.getElementById('webhooks-pricing-info-value').innerHTML);
    $(function () {
      $('[data-toggle="tooltip"]').tooltip();
    });

    $('.pricing-info-tooltip').tooltip({
        trigger: 'hover',
        placement: 'top',
        html: true
    });
    document.getElementById('plan0btn').innerHTML = $("#plan0btncontent").text();
    document.getElementById('plan1btn').innerHTML = $("#plan1btncontent").text();
    document.getElementById('plan2btn').innerHTML = $("#plan2btncontent").text();
    document.getElementById('plan3btn').innerHTML = $("#plan3btncontent").text();
    document.getElementById('plan4btn').innerHTML = $("#plan4btncontent").text();
    document.getElementById('plan5btn').innerHTML = $("#plan5btncontent").text();

    
    if (paddleOK) {
      

      Paddle.Setup({
          vendor: parseInt("30141"),
          eventCallback: function(data) {
            if (handleCheckoutEvent) {
              handleCheckoutEvent(data);
            }
        }
      });
    }
    
    addPrices();
    $(".btn-learn-more").click(function() {
      
      var tableName = 'freeplanlisting';
      var planName = 'Free';
      switch($(this).data("planid")) {
        case 5:
          tableName = 'businessplanlisting';
          planName = 'Business';
          break;
        case 4:
          tableName = 'proplanlisting';
          planName = 'Pro';
          break;
        case 3:
          tableName = 'communityplanlisting';
          planName = 'Community';
          break;
        case 2:
          tableName = 'basicplanlisting';
          planName = 'Basic';
          break;
        case 1:
          tableName = 'liteplanlisting';
          planName = 'Lite';
          break;
      }
      var planHTML = $("#"+tableName).html().split('mob-explanation').join('');
      $('#learnmoremodal').modal({
            keyboard: true
        });
      $("#learnmoremodalcontent").html(planHTML);
      $("#learnmoremodalname").text(planName);
    })
    $("#monthlyrenewal").click(function() {
      $("#plan1annualprice").addClass("hidden");
      $("#plan2annualprice").addClass("hidden");
      $("#plan3annualprice").addClass("hidden");
      $("#plan4annualprice").addClass("hidden");
      $("#plan5annualprice").addClass("hidden");
      $("#plan1taxyear").addClass("hidden");
      $("#plan2taxyear").addClass("hidden");
      $("#plan3taxyear").addClass("hidden");
      $("#plan4taxyear").addClass("hidden");
      $("#plan5taxyear").addClass("hidden");
	    $("#plan1taxmonth").removeClass("hidden");
      $("#plan2taxmonth").removeClass("hidden");
      $("#plan3taxmonth").removeClass("hidden");
      $("#plan4taxmonth").removeClass("hidden");
      $("#plan5taxmonth").removeClass("hidden");
      $("#plan1monthlyprice").removeClass("hidden");
      $("#plan2monthlyprice").removeClass("hidden");
      $("#plan3monthlyprice").removeClass("hidden");
      $("#plan4monthlyprice").removeClass("hidden");
      $("#plan5monthlyprice").removeClass("hidden");
      $("#annualrenewal").removeClass("active");
      $("#monthlyrenewal").addClass("active");
      $(".renewalfrequency").text(document.getElementById('month').innerHTML);
      selectedRenewalFrequency = "monthly";
    });
	if (typeof(page)!=='undefined' && (page == 'logged_out_index' || page == 'pricing')) {
		
	}
    $("#annualrenewal").click(function() {
      $("#plan1monthlyprice").addClass("hidden");
      $("#plan2monthlyprice").addClass("hidden");
      $("#plan3monthlyprice").addClass("hidden");
      $("#plan4monthlyprice").addClass("hidden");
      $("#plan5monthlyprice").addClass("hidden");
      $("#plan1annualprice").removeClass("hidden");
      $("#plan2annualprice").removeClass("hidden");
      $("#plan3annualprice").removeClass("hidden");
      $("#plan4annualprice").removeClass("hidden");
      $("#plan5annualprice").removeClass("hidden");
	    $("#plan1taxyear").removeClass("hidden");
      $("#plan2taxyear").removeClass("hidden");
      $("#plan3taxyear").removeClass("hidden");
      $("#plan4taxyear").removeClass("hidden");
      $("#plan5taxyear").removeClass("hidden");
	    $("#plan1taxmonth").addClass("hidden");
      $("#plan2taxmonth").addClass("hidden");
      $("#plan3taxmonth").addClass("hidden");
      $("#plan4taxmonth").addClass("hidden");
      $("#plan5taxmonth").addClass("hidden");
      $("#monthlyrenewal").removeClass("active");
      $("#annualrenewal").addClass("active");
      $(".renewalfrequency").text(document.getElementById('month').innerHTML);
      selectedRenewalFrequency = "annual";
    });
    
	
    $("#submitpaymentproblemfeedbackbtn").on("click", function() {
      $("#pmpemailhelp").empty();
      $("#selectareason").addClass("hidden");
      $("#feedbacksubmitted").addClass("hidden");
      $("#pmpsubmitpaymentproblemfeedback").removeClass("hidden");
      $("#pmpcancel").text("Cancel");
      $("#problemsmakingapaymentModal").modal('show');
    });
    
    $("#pmpsubmitpaymentproblemfeedback").on("click", function() {
      $("#pmpemailhelp").empty();
      if (!validateEmail($("#pmpemail").val())) {
        $("#pmpemailhelp").html("<strong style='color:red'>Please enter a valid email address.</strong>");
        return;
      }
      $("#selectareason").addClass("hidden");
      var reasonsJSON = {};
      if (document.getElementById('pmpneedpaymentmethod').checked) {
        reasonsJSON.needdiffpaymentmethod = true;
      }
      if (document.getElementById('pmpcarddeclined').checked) {
        reasonsJSON.carddeclined = true;
      }
      if (document.getElementById('pmppaymentwidgetnotloading').checked) {
        reasonsJSON.paymentwidgetnotloading = true;
      }
      if (document.getElementById('pmpother').checked) {
        reasonsJSON.other = true;
      }
      if (jQuery.isEmptyObject(reasonsJSON)) {
        $("#selectareason").removeClass("hidden");
        return;
      }
      $.post("/logpaymentproblem", {
	        problemmakingpayment: true,
          reasons: JSON.stringify(reasonsJSON),
          additionaldetails: document.getElementById('pmpadditionaldetails').value,
          pmpemail: document.getElementById('pmpemail').value
	    }, function(result) {
          
          $("#feedbacksubmitted").removeClass("hidden");
          $("#pmpsubmitpaymentproblemfeedback").addClass("hidden");
          $("#pmpcancel").text("Close");
      });
    });

    $("#currencyselector").on("change", function() {
      addPrices();
    });
    var currentDay = new Date().getDay();
    if (((currentDay == 6 || currentDay == 0) && Math.floor(Date.now() / 1000) > 1703998800) || window.location.href.indexOf("?b") > -1) {
      $("#liteplanlisting").removeClass("hidden");
    }
});
</script>
</div>
</section>
<section class="py-10 py-md-14 bg-dark" style="background-image: url(hp-assets/images/patterns/pattern-1.svg);">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<h1 class="display-4 text-white">
Get Started
</h1>
<p class="font-size-lg text-muted mb-6 mb-md-8">
Sign up now to get started. Create your chat, sign up for a free trial, and try all of our features. Upgrade whenever you're ready to go live.
</p>
<a href="/register?threesteps" class="btn btn-primary-desat lift full-width-btn">
Sign up <i class="fe fe-arrow-right ml-2"></i>
</a>
</div>
</div>
</div>
</section>
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim text-gray-200">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor"></path></svg>
</div>
</div>
<script src="/js/jquery-3.5.1.min.js"></script>
<script src="/js/bootstrap.bundle-4.5.3.min.js"></script>
<script src="/js/aos.js"></script>
<script src="/js/imagesloaded.pkgd-4.1.4.min.js"></script>
<script src="/hp-assets/js/theme.min.js"></script>
<script>
    document.addEventListener("DOMContentLoaded", function(event) {
      $("#faq").removeClass("hidden");
    });
    </script>
<script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;rayId&quot;:&quot;8cfbf7a88e7b2fa0&quot;,&quot;version&quot;:&quot;2024.8.0&quot;,&quot;serverTiming&quot;:{&quot;name&quot;:{&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true}},&quot;token&quot;:&quot;49e093f0c8054263968bd407a89e9227&quot;,&quot;b&quot;:1}" crossorigin="anonymous"></script>

<hr id="minnit-footer-hr">
<footer id="minnit-footer" class="page-footer font-small stylish-color-dark pt-4 mt-4">
<div class="container text-center text-md-left">
<div class="row">
<div class="col-md-4">
<h6 class="text-uppercase mb-4 mt-3 font-weight-bold text-muted">About</h6>
<p>Embed a cloud-hosted group chatroom onto your website in minutes with Minnit&nbsp;Chat. Great features, simple pricing — get started today.</p>
<p><a href="https://minnit.design" target="_blank">Designed by Minnit</a></p>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-2 mx-auto">
<h6 class="text-uppercase mb-4 mt-3 font-weight-bold text-muted">Minnit Chat</h6>
<ul class="list-unstyled">
<li>
<a href="/createchat">Create A Chat</a>
</li>
<li>
<a href="/yourchats">View Your Chats</a>
</li>
<li>
<a href="/pricing">View Pricing</a>
</li>
</ul>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-2 mx-auto">
<h6 class="text-uppercase mb-4 mt-3 font-weight-bold text-muted">Company</h6>
<ul class="list-unstyled">
<li>
<a href="/about">About</a>
</li>
<li>
<a href="https://blog.minnit.chat">Blog</a>
</li>
<li>
<a href="https://minnit.chat/facebook" target="_blank">Facebook</a>
</li>
<li>
<a href="https://minnit.chat/x" target="_blank">X</a>
</li>
<li>
<a href="https://minnit.chat/threads" target="_blank">Threads</a>
</li>
</ul>
</div>
<hr class="clearfix w-100 d-md-none">
<div class="col-md-2 mx-auto">
<h6 class="text-uppercase mb-4 mt-3 font-weight-bold text-muted">Resources</h6>
<ul class="list-unstyled">
<li>
<a href="/support">Support</a>
</li>
<li>
<a href="/contact">Contact</a>
</li>
<li>
<a href="https://docs.minnit.chat">Documentation</a>
</li>
<li>
<a href="/privacy">Privacy Policy</a>
</li>
<li>
<a href="/terms">Terms of Service</a>
</li>
<li>
<a href="https://docs.minnit.chat/privacy-compliance/">GDPR / CCPA</a>
</li>
</ul>
</div>
</div>
</div>
<hr>
<div class="text-center py-3">
<ul class="list-unstyled list-inline mb-0">
<li class="list-inline-item">
<h5 class="mb-1">Register for free</h5>
</li>
<li class="list-inline-item">
<a href="/register" class="register-btn-footer btn btn-primary btn-rounded">Sign up!</a>
</li>
</ul>
</div>
<div class="footer-copyright py-3 text-center">
© 2017—2024 Minnit LTD. All rights reserved.
</div>
</footer>


</body></html>