Pricing: Plans for everyone

${button} `; wrapper.insertAdjacentHTML('beforeend', html); ti__plan__getComparePlans__addEvents(wrapper); ti__plan__getComparePlans__initTooltips(wrapper); } function ti__plan__getComparePlans__getTitle() { return `
${ti__plan__getComparePlans__getPhrase('compare_plans')}
`; } function ti__plan__getComparePlans__getScrollHelper() { return `
`; } function ti__plan__getComparePlans__getTable(json) { return ` ${Object.entries(json) .map(([category, rows], index) => { return ` ${rows .map(row => { const { label, badge, tooltip } = row; const free = row.free === true ? '
' : !row.free ? '
' : row.free; const personal = row.personal === true ? '
' : !row.personal ? '
' : row.personal; const business = row.business === true ? '
' : !row.business ? '
' : row.business; return `
`; }) .join('')} `; }) .join('')} `; } function ti__plan__getComparePlans__getButton() { return ` `; } function ti__plan__getComparePlans__addEvents(wrapper) { const collapseButton = wrapper.querySelector('.tip__compare-plans__collapse-button'); collapseButton.addEventListener('click', () => { const table = wrapper.querySelector('.tip__compare-plans__table'); const isCollapsed = table.classList.contains('collapsed'); table.classList.toggle('collapsed'); let buttonText = isCollapsed ? 'hide_features' : 'more_features'; buttonText = ti__plan__getComparePlans__getPhrase(buttonText); collapseButton.textContent = buttonText; collapseButton.classList.toggle('collapsed'); const scrollWrapper = isCollapsed ? wrapper.querySelector('.tip__compare-plans__collapsed-element') : wrapper.querySelector('.tip__compare-plans__collapse-button'); const gap = isCollapsed ? 150 : 450; const scrollY = scrollWrapper.getBoundingClientRect().top + window.scrollY - gap; window.scrollTo({ top: scrollY, behavior: 'smooth' }); }); } function ti__plan__getComparePlans__initTooltips(wrapper) { const initTooltips = () => { const tooltipsList = wrapper.querySelectorAll('.tip__compare-plans__tooltip'); tooltipsList.forEach(tooltip => { const options = { content: tooltip.getAttribute('data-tooltip'), position: 'top', delay: 300, theme: 'tip__compare-plans__tooltip_noir', contentAsHTML: true, interactive: true, minWidth: 50, maxWidth: 300, }; window.tooltipster([tooltip], options); }); }; ti__plan__getComparePlans__addSources('script', 'https://static.tildacdn.com/js/tilda-tooltip-1.0.min.js'); ti__plan__getComparePlans__addSources('link', 'https://static.tildacdn.com/css/tooltipster.min.css'); tc__onFuncLoad('tooltipster', initTooltips); } function ti__plan__getComparePlans__addSources(type, link) { const element = document.createElement(type); if (type === 'script') { element.src = link; element.type = 'text/javascript'; } else if (type === 'link') { element.href = link; element.rel = 'stylesheet'; } document.head.append(element); } function tc__onFuncLoad(funcName, okFunc, time, i) { if (typeof window[funcName] === 'function' || typeof window[funcName] === 'object') { okFunc(); } else { if (document.readyState === 'complete') { if (typeof i == 'undefined') i = 1; i++; if (i == 200) throw new Error('Wait func: ' + funcName + ' is undefined'); } setTimeout(function checkFuncExist() { tc__onFuncLoad(funcName, okFunc, time, i); }, time || 100); } } function ti__plan__getComparePlans__getJson() { const { lang } = window; return { 'Website Creation': [ { label: 'Number of websites', free: '1 website', personal: '1 website', business: '5 websites', }, { label: 'Pages per website', tooltip: 'On Tilda, you can easily create a website with multiple pages and user-friendly navigation', free: '50', personal: '1 000', business: '1 000', }, { label: 'Custom domain', tooltip: 'Connect your own domain to the website to enhance customer trust and brand recognition', personal: true, business: true, }, { label: 'Block Library', tooltip: '600+ blocks created by designers help you build a clean website with a modern design', free: '100 blocks', personal: '600+ blocks', business: '600+ blocks', }, { label: 'Zero Block', tooltip: "Design unique blocks without any limitations. Learn more.", free: true, personal: true, business: true, }, { label: 'Responsive on all devices', tooltip: 'Websites made on Tilda automatically adapt to different screen resolutions and look great on all devices', free: true, personal: true, business: true, }, { label: 'Animation', tooltip: "Use visual effects to capture visitors' attention and increase the website's conversion rate", free: true, personal: true, business: true, }, { label: 'Website analytics', tooltip: 'Use built-in analytics to track your website traffic and the most popular pages without connecting third-party services', free: true, personal: true, business: true, }, { label: 'SEO', tooltip: "All Tilda websites are perfectly indexed by search engines by default. Dedicated settings allow you to promote them even higher in search results.", free: true, personal: true, business: true, }, { label: 'Website load speed', tooltip: "Regardless of the plan, your website will load quickly. Thanks to Adaptive Image Loading, even a website with many images will open without delay.", free: 'High', personal: 'High', business: 'High', }, { label: 'Adding HTML code', tooltip: "Add third-party code using a dedicated block to expand your website's capabilities", personal: true, business: true, }, { label: 'Adding custom fonts', tooltip: 'Choose from a variety of built-in fonts or upload your own to create a unique website design', personal: true, business: true, }, { label: 'Vector editor', tooltip: 'Create and edit vector elements without leaving Tilda', free: true, personal: true, business: true, }, { label: 'Built-in icon library', tooltip: 'Free SVG icons made by Tilda designers for your projects', free: true, personal: true, business: true, }, { label: 'Built-in image library', tooltip: 'Quickly select free images from Unsplash, Pexels, and Pixabay built into Tilda', free: true, personal: true, business: true, }, { label: 'Connecting Google Analytics', tooltip: 'Connect Google Analytics to gain detailed insights into traffic and user behavior', personal: true, business: true, }, { label: 'Customer support', tooltip: "We will answer your questions and assist you if something doesn't work out", free: true, personal: true, business: true, }, ], AI: [ { label: 'Page generation', tooltip: "The Tilda AI Website Builser will create a page tailored to your request in just a few minutes", free: true, personal: true, business: true, }, { label: 'Text generation', tooltip: 'The AI will write texts for the entire page at once or for a specific block—from the hero section to the service descriptions', free: true, personal: true, business: true, }, { label: 'Text rewriting', tooltip: 'The AI can rewrite your text, simplify it, or make it longer or shorter', free: true, personal: true, business: true, }, { label: 'Image selection', tooltip: 'The AI will select high-quality, relevant images for the blocks in just a few seconds', free: true, personal: true, business: true, }, ], 'Website Data Collection': [ { label: 'Data collection forms', tooltip: "Collect customer contacts with user-friendly, multifunctional online forms", personal: true, business: true, }, { label: 'Quiz forms', tooltip: "Interactive step-by-step forms that engage customers, clarify their needs, and simplify the sales process", personal: true, business: true, }, { label: 'Integration with popular data collection services', tooltip: "20+ popular services are integrated into Tilda—choose the one that works best for collecting and storing leads", personal: true, business: true, }, { label: 'Connecting your own service via webhook', tooltip: 'Receive data from forms using your own script', personal: true, business: true, }, { label: 'New lead notifications by email or Telegram', tooltip: 'Set up a handy way to receive notifications about leads', personal: true, business: true, }, ], 'Online Store & Payments': [ { label: 'Online Store Customer Account', tooltip: 'Manage orders more efficiently and allow your customers to view their purchase history and track current order status', personal: true, business: true, }, { label: 'Integration with popular payment services', tooltip: "Accept payments on your website using popular payment systems", personal: true, business: true, }, { label: 'Shopping cart', tooltip: 'Sell products, courses, or services on your website', personal: true, business: true, }, { label: 'Product Catalog', tooltip: 'Add products to your website using the handy built-in tool. Customize Сatalog sections, filters, and sorting options for your store.', personal: 'up to 5 000 products', business: 'up to 50 000 products', }, { label: 'Online Stores statistics', tooltip: "Track your online store's performance with the user-friendly built-in analytics", personal: true, business: true, }, { label: 'Promo codes and special offers', tooltip: 'Enhance customer loyalty—create promo codes and launch special deals', personal: true, business: true, }, { label: 'Dynamic discounts', tooltip: 'Tilda allows you to set discounts for customers based on their purchase amount or the number of products', personal: true, business: true, }, { label: 'Import and export products as CSV and YML files', tooltip: 'Import and export product lists as CSV or YML files', personal: true, business: true, }, ], 'Security & Stability': [ { label: 'Connecting SSL certificate', tooltip: 'The certificate confirms the website’s security and helps with SEO promotion', personal: true, business: true, }, { label: 'DDos attack protection', tooltip: 'Tilda offers DDoS protection, which eliminates the risk of your website becoming unavailable', free: true, personal: true, business: true, }, { label: 'CDN', tooltip: 'To ensure your website loads quickly from anywhere in the world, Tilda uses a Content Delivery Network (CDN)', free: true, personal: true, business: true, }, ], 'SEO Tools': [ { label: 'SEO Assistant', tooltip: 'Tilda automatically checks your website for errors that affect indexing and suggests how to fix them', personal: true, business: true, }, { label: 'Meta tag settings', tooltip: 'Set Title and Description for each page to improve its search engine ranking', free: true, personal: true, business: true, }, { label: 'H1-H6 tags', tooltip: 'Optimize page headings to improve indexing by search engines', free: true, personal: true, business: true, }, { label: 'ALT text for images', tooltip: "Text descriptions for images improve website accessibility and help search engines index images", free: true, personal: true, business: true, }, { label: '404 page design', tooltip: 'Customize the page that visitors will see if they click on an invalid link', personal: true, business: true, }, { label: '301 redirects', tooltip: 'Redirect traffic from outdated links to new pages to maintain search rankings and improve user experience', personal: true, business: true, }, ], 'Tilda CRM': [ { label: 'Recieving and storing leads', tooltip: "Tilda CRM is an easy-to-use built-in tool for managing leads, allowing you to store them in one place and manage them effectively.", personal: true, business: true, }, { label: 'Sales funnel', tooltip: 'Track lead statuses and manage client interactions flexibly', personal: true, business: true, }, { label: 'Lead analytics', tooltip: 'Analyze the customer journey: Where they came from and which pages they visited', personal: true, business: true, }, { label: 'Sending emails', tooltip: 'Save time and send emails to clients directly from the CRM', personal: true, business: true, }, { label: 'Exporting contacts', tooltip: 'Easily export your contact database as a CSV file', personal: true, business: true, }, ], 'Content Access Restrictions': [ { label: 'Members Area on the website', tooltip: "A tool to restrict access to website content. For example, make it available only after registration or payment. Learn more.", personal: true, business: true, }, { label: 'Password protection for the website', tooltip: 'Password-protect pages so that they are accessible only to specific users', personal: true, business: true, }, { label: 'Website access restrictions based on IP addresses', tooltip: 'Specify the IP addresses that will have access to the website. For example, restrict access to colleagues or customers only.', personal: true, business: true, }, ], 'Online Course Building & Sales': [ { label: 'Course content editor', tooltip: "An easy-to-use Online Course Builder. Add text lectures, images, and videos, schedule live streams, and set up student testing.", personal: true, business: true, }, { label: 'Access management', tooltip: 'Add students to the course manually or automatically after payment', }, { label: 'Homework review', tooltip: 'Assign tutors to grade homework or set tasks for self-study', }, { label: 'Student performance statistics', tooltip: 'Built-in statistics allow you to track student progress and course completion speed', }, { label: 'Content protection against copying', tooltip: 'Special settings protect video and text materials from copying', }, ], 'More Tilda Services': [ { label: 'Email Campaign Builder', tooltip: "Use Tilda’s built-in Email Campaign Builder to create beautiful newsletters that look great on all devices", personal: true, business: true, }, { label: 'Tilda Docs', tooltip: "Create a corporate wiki or personal knowledge base and share it with others", free: true, personal: true, business: true, }, { label: 'Broken Link Checker', tooltip: "The service quickly finds broken links on a specific page or across the entire website", free: true, personal: true, business: true, }, { label: 'Campaign URL Builder', tooltip: "Build UTM tags to track the performance of your promo campaigns", free: true, personal: true, business: true, }, { label: 'Online Vector Editor', tooltip: "Create and edit SVG files and vector images directly in your browser, no need to create an account. Try it now.", free: true, personal: true, business: true, }, ], Other: [ { label: 'Digital accessibility', tooltip: "Websites on Tilda follow the principles of digital accessibility, allowing you to create projects that are accessible to everyone", free: true, personal: true, business: true, }, { label: 'Teamwork', tooltip: "Collaborate on your project with your team and flexibly manage access to website settings. Learn more.", personal: true, business: true, }, { label: 'Removing the platform label', tooltip: "Option to remove the 'Made on Tilda' label, which is displayed by default in the website footer", personal: true, business: true, }, { label: 'Source code export', tooltip: 'Export static HTML—download the archive and integrate with any website using API', }, ], }; } function ti__plan__getComparePlans__getPhrase(phrase) { const { lang } = window; return { compare_plans: 'Compare Plans', free: 'Free', personal: 'Personal', business: 'Business', hide_features: 'Hide features', more_features: 'More features', }[phrase]; }
We've got every detail covered to make your website both functional and beautiful
';socialWrapper.insertAdjacentHTML('beforeend',phone);return;} else if(item.indexOf('mailto:')!==-1) {var email='';socialWrapper.insertAdjacentHTML('beforeend',email);} else if(item.indexOf('telegram')!==-1||item.indexOf('t.me')!==-1) {var telegram='';socialWrapper.insertAdjacentHTML('beforeend',telegram);} else if(item.indexOf('whatsapp')!==-1||item.indexOf('wa.me')!==-1) {var whatsapp='';socialWrapper.insertAdjacentHTML('beforeend',whatsapp);} else if(item.indexOf('viber.com')!==-1||item.indexOf('viber://')!==-1) {var viber='';socialWrapper.insertAdjacentHTML('beforeend',viber);} else if(item.indexOf('vk.me')!==-1) {var vkmessenger='';socialWrapper.insertAdjacentHTML('beforeend',vkmessenger);} else if(item.indexOf('m.me')!==-1) {var messenger='';socialWrapper.insertAdjacentHTML('beforeend',messenger);} else if(item.indexOf('skype')!==-1) {var skype='';socialWrapper.insertAdjacentHTML('beforeend',skype);} else if(item.indexOf('facebook.com')!==-1) {var fb='';socialWrapper.insertAdjacentHTML('beforeend',fb);} else if(item.indexOf('twitter.com')!==-1||item.indexOf('x.com')!==-1) {var twi='';socialWrapper.insertAdjacentHTML('beforeend',twi);} else if(item.indexOf('vk.com')!==-1) {var vk='';socialWrapper.insertAdjacentHTML('beforeend',vk);} else if(item.indexOf('instagram')!==-1) {var instagram='';socialWrapper.insertAdjacentHTML('beforeend',instagram);} else if(item.indexOf('tiktok.com')!==-1) {var tiktok='';socialWrapper.insertAdjacentHTML('beforeend',tiktok);} else if(item.indexOf('ok.ru')!==-1) {var ok='';socialWrapper.insertAdjacentHTML('beforeend',ok);} else if(item.indexOf('behance.net')!==-1||item.indexOf('behance.com')!==-1) {var behance='';socialWrapper.insertAdjacentHTML('beforeend',behance);} else if(item.indexOf('pinterest.com')!==-1||item.indexOf('pin.it')!==-1) {var pinterest='';socialWrapper.insertAdjacentHTML('beforeend',pinterest);} else if(item.indexOf('vimeo.com')!==-1) {var vimeo='';socialWrapper.insertAdjacentHTML('beforeend',vimeo);} else if(item.indexOf('youtube.com')!==-1||item.indexOf('youtu.be')!==-1) {var youtube='';socialWrapper.insertAdjacentHTML('beforeend',youtube);} else if(item.indexOf('snapchat.com')!==-1) {var snapchat='';socialWrapper.insertAdjacentHTML('beforeend',snapchat);} else if(item.indexOf('linkedin.com')!==-1) {var linkedin='';socialWrapper.insertAdjacentHTML('beforeend',linkedin);} else if(item.indexOf('hh.ru')!==-1) {var hh='';socialWrapper.insertAdjacentHTML('beforeend',hh);} else if(item.indexOf('soundcloud.com')!==-1) {var soundcloud='';socialWrapper.insertAdjacentHTML('beforeend',soundcloud);} else if(item.indexOf('github.com')!==-1) {var github='';socialWrapper.insertAdjacentHTML('beforeend',github);} else if(item.indexOf('dribbble.com')!==-1) {var dribbble='';socialWrapper.insertAdjacentHTML('beforeend',dribbble);} else if(item.indexOf('medium.com')!==-1) {var medium='';socialWrapper.insertAdjacentHTML('beforeend',medium);} else if(item.indexOf('zen.yandex.ru')!==-1) {var zen='';socialWrapper.insertAdjacentHTML('beforeend',zen);} else if(item.indexOf('http://')!==-1||item.indexOf('https://')!==-1) {var website='';socialWrapper.insertAdjacentHTML('beforeend',website);}}
Frequently Asked Questions
Have questions about Tilda Plans? Contact our support team—we're happy to help!
Made on
Tilda