🔒

Limited-time Free Trial

Please log in to use (free daily quota after login)

Log in now →

Tool Workspace

Enter content, process with one click

Generated Results
Usage Tips:Log in to get free daily usage. The free version generates 10 general titles;PRO Members unlock platform adaptation, style filtering, CTR star ratings, scenario labeling, favorites, and batch export CSV,Generate up to 30 titles.

1Introduction

AI Title Generator is a high-click-rate batch creation tool. It generates 10-30 Chinese titles at once around your content topic, balancing search keywords and click appeal. It supports seven platforms: General, Xiaohongshu, WeChat Official Account, Zhihu, Baijiahao, Douyin, and Bilibili. Six styles—numeric, suspense, contrast, pain point, authoritative, and emotional—can be freely combined. You can also specify keywords that must be included. PRO members can view the click-rate star rating and applicable scenarios for each title, and export their favorites to a CSV file with one click. Log in to experience it for free; upgrade to unlock all platforms and batch export capabilities.

2How to Use

1

Enter Topic

Fill in the topic of your article or video. The clearer the topic, the more precise the titles.

2

Configure Parameters

Select the target platform, title style, and any keywords that must be included (optional). The free version generates 10 titles.

3

Generate Titles

Click 'Generate Titles' and the AI returns a batch of stylized Chinese titles, each of which can be copied individually.

4

Favorite & Export

PRO members can view star ratings and scenarios, check to favorite preferred titles, and export them to a CSV file with one click.

3FAQ

How many titles can I generate with the free version?

After logging in, the free version can generate 10 general-platform titles per day. PRO members can generate 20 or 30 at a time, with support for platform adaptation and style filtering.

What does the title's star rating mean?

The star rating (1-5 stars) is the AI's estimate of the title's click-through potential, with 5 stars indicating the strongest click appeal. PRO members can also see the recommended scenario for each title.

How do I use keywords?

Enter core words (such as brand names or product terms) in the 'Must-include keywords' field. The AI will ensure the generated titles contain these words, helping with SEO indexing and brand exposure.

How do I favorite and export to CSV?

PRO members can check the box before a title to favorite it. An 'Export Favorited CSV' button will appear in the top right. The exported table contains three columns—title, star rating, and scenario—and can be opened directly in Excel.

Can I select multiple title styles?

Yes. The six styles can be freely combined. If none are selected, the AI improvises. The more styles you select, the closer the titles will match the chosen styles.

tus","account_vip_expire_short":"Expiry","account_vip_expire":"Valid until","account_vip_active":"Member","account_uid":"User ID","account_title":"Account","account_tip_quota":"PRO tools are free daily; come back tomorrow or upgrade for unlimited use.","account_times":"times","account_regtime":"Registered","account_quick":"Quick links","account_perk_vip_title":"Unlimited Access","account_perk_vip_desc":"Monthly, yearly or lifetime plans","account_perk_save_title":"Favorites & History","account_perk_save_desc":"One-click favorites and recent history","account_perk_free_title":"Free Daily","account_perk_free_desc":"Try PRO tools for free every day","account_open_vip":"Activate PRO","account_not_vip":"You are a regular member. PRO tools are free daily.","account_not_login_desc":"Log in to check your membership, free quota and tools. PRO tools are free daily.","account_not_login":"Sign in to unlock all tools & membership perks","account_joined_days":"Joined","account_free_user":"Free User","account_free_left":"Free quota left today","account_forever":"Forever","account_entry_pro":"Unlock all exclusive tools & plans","account_entry_mytools":"Favorited & recently used tools","account_entry_cp":"Edit profile, password & security","account_entry_buy":"Buy monthly, yearly or lifetime plans","account_empire_cp":"Member Center","account_desc":"Manage your membership, free quota and tools.","account_days":"days","account_buygroup":"Buy membership","8 面":"d8","6 面":"d6","4 面":"d4","36 进制":"Base 36","20 面":"d20","128 个 ASCII 字符":"128 ASCII characters","12 面":"d12","100 面":"d100","10 面":"d10"}; document.addEventListener('DOMContentLoaded', function () { var m = window.TS_I18N || {}; document.querySelectorAll('[data-i18n]').forEach(function (el) { var k = el.getAttribute('data-i18n'); if (k && m[k]) { el.innerHTML = m[k]; } }); document.querySelectorAll('[data-i18n-placeholder]').forEach(function (el) { var k = el.getAttribute('data-i18n-placeholder'); if (k && m[k]) { el.setAttribute('placeholder', m[k]); } }); document.querySelectorAll('[data-i18n-copymsg]').forEach(function (el) { var k = el.getAttribute('data-i18n-copymsg'); if (k && m[k]) { el.setAttribute('data-copy-msg', m[k]); } }); document.querySelectorAll('[data-i18n-title]').forEach(function (el) { var k = el.getAttribute('data-i18n-title'); if (k && m[k]) { el.setAttribute('title', m[k]); } }); }); /* 工具工作区自动补齐: 1) 工作区无 [data-tool-stat] 元素时,把 .tw-msg / [data-tool-msg] 补上该属性(工具内联代码常引用它显示状态); 2) 无主按钮工具:自动补齐「处理」主按钮(点击执行 tsRun / data-tool-run / 触发输入事件) */ (function () { var tw = document.querySelector('.tw'); if (!tw) { return; } /* 兼容:先补 [data-tool-stat],再判断主按钮,避免已有主按钮但缺 stat 的工具报错 */ if (!tw.querySelector('[data-tool-stat]')) { var msgEl = tw.querySelector('[data-tool-msg], .tw-msg'); if (msgEl) { msgEl.setAttribute('data-tool-stat', ''); } } if (document.querySelector('.tw-btn-main')) { return; } var btn = document.createElement('button'); btn.type = 'button'; btn.className = 'tw-btn tw-btn-main'; var defTxt = "Process"; btn.textContent = window.tsTool && window.tsTool.t ? window.tsTool.t(defTxt, defTxt) : defTxt; btn.addEventListener('click', function () { if (typeof window.tsRun === 'function') { try { window.tsRun(); } catch (e) {} return; } var runEl = tw.querySelector('[data-tool-run]'); var fn = runEl ? runEl.getAttribute('data-tool-run') : ''; if (fn && typeof window[fn] === 'function') { try { window[fn](); } catch (e) {} return; } var inp = tw.querySelector('.tw-grid-input, #toolInput, .tw-input'); if (inp) { inp.dispatchEvent(new Event('input', { bubbles: true })); } }); var row = document.createElement('div'); row.className = 'tw-run-row'; row.appendChild(btn); tw.insertBefore(row, tw.firstChild); })(); /* PRO 软锁定遮罩:关闭后当天不再弹出(按工具 + 日期记录于 localStorage) */ window.tsProLockClose = function (btn) { var wrap = btn ? btn.closest('.pro-lock-wrap') : document.querySelector('.pro-lock-wrap'); if (!wrap) { return; } var overlay = wrap.querySelector('.pro-lock-overlay'); if (overlay) { overlay.style.display = 'none'; } var slug = wrap.getAttribute('data-slug') || (location.pathname || '').replace(/[\\/]/g, '').replace(/\.html$/i, '') || 'tool'; try { var now = new Date(); var day = now.getFullYear() + '-' + String(now.getMonth() + 1).padStart(2, '0') + '-' + String(now.getDate()).padStart(2, '0'); localStorage.setItem('ts_prolock_close_' + slug, day); } catch (e) {} }; document.addEventListener('DOMContentLoaded', function () { var wrap = document.querySelector('.pro-lock-wrap'); if (!wrap) { return; } var slug = wrap.getAttribute('data-slug') || (location.pathname || '').replace(/[\\/]/g, '').replace(/\.html$/i, '') || 'tool'; var saved = null; try { saved = localStorage.getItem('ts_prolock_close_' + slug); } catch (e) {} if (!saved) { return; } var now = new Date(); var day = now.getFullYear() + '-' + String(now.getMonth() + 1).padStart(2, '0') + '-' + String(now.getDate()).padStart(2, '0'); if (saved === day) { var overlay = wrap.querySelector('.pro-lock-overlay'); if (overlay) { overlay.style.display = 'none'; } } });