| Before | After | ||
|---|---|---|---|
| 4 | Where will your next adventure take you?" data-next-head=""/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" data-next-head=""/><meta name="apple-itunes-app" content="app-id=1671705818" data-next-head=""/><link rel="icon" href="/favicon.ico" sizes="any"/><link rel="icon" type="image/svg+xml" href="/icon.svg"/><script async="" src="/scripts/googlefc-config.js"></script><script async="" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" crossorigin="anonymous"></script><link rel="preload" href="/_next/static/media/b74cf36e0d908d9c.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/9c9449e43788247b.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/5baed8ddb7c2182f.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/f1feb7a2999f4ccb.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/399436edc2e4c3b3.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/3021a0a7a1b690a0.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/3654e6b4fb91a0ac.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/2d1cbfb661335311.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/9652be57c7cf3522.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/648a27a2a3c2790c.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/90f46838dde012f6.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/bbf39a04879491ed.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/fd4d2c1e3353cc36.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/css/2bc47b86ff1e2f8b.css" as="style"/><link rel="stylesheet" href="/_next/static/css/2bc47b86ff1e2f8b.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-25dab2845f66d686.js" defer=""></script><script src="/_next/static/chunks/framework-71e388bfe3f7f1e3.js" defer=""></script><script src="/_next/static/chunks/main-b84686e7cb7c2d9b.js" defer=""></script><script src="/_next/static/chunks/pages/_app-61524a77082067dd.js" defer=""></script><script src="/_next/static/chunks/1258-fbcc97f2a5717a66.js" defer=""></script><script src="/_next/static/chunks/2511-f3b6d4f34927e345.js" defer=""></script><script src="/_next/static/chunks/1672-549e6511b8fdcdb2.js" defer=""></script><script src="/_next/static/chunks/pages/privacy-eace59f03df18059.js" defer=""></script><script src="/_next/static/m-mm4U1elcnByBNUvHkz3/_buildManifest.js" defer=""></script><script src="/_next/static/m-mm4U1elcnByBNUvHkz3/_ssgManifest.js" defer=""></script><style id="__jsx-3700788244">:root{--font-at-hauss:'atHauss';--font-character-sans:'characterSans';--font-libre-baskerville:'libreBaskerville';--font-inter:'Inter'}</style></head><body><div id="__next"><script>!function(){try{var d=document.documentElement,c=d.classList;c.remove('light','dark');var e=localStorage.getItem('theme');if('system'===e||(!e&&true)){var t='(prefers-color-scheme: dark)',m=window.matchMedia(t);if(m.media!==t||m.matches){c.add('dark')}else{c.add('light')}}else if(e){c.add(e|| '')}}catch(e){}}()</script><div data-overlay-container="true"><section class="Toastify" aria-live="polite" aria-atomic="false" aria-relevant="additions text" aria-label="Notifications Alt+T"></section><main class="h-full"><style> #nprogress { pointer-events: none; } #nprogress .bar { background: #29D; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 2px; } #nprogress .peg { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29D, 0 0 5px #29D; opacity: 1; -webkit-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } #nprogress .spinner { display: block; position: fixed; z-index: 1031; top: 15px; right: 15px; } #nprogress .spinner-icon { width: 18px; height: 18px; box-sizing: border-box; border: solid 2px transparent; border-top-color: #29D; border-left-color: #29D; border-radius: 50%; -webkit-animation: nprogresss-spinner 400ms linear infinite; animation: nprogress-spinner 400ms linear infinite; } .nprogress-custom-parent { overflow: hidden; position: relative; } .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar { position: absolute; } @-webkit-keyframes nprogress-spinner { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes nprogress-spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } </style><div class="relative"><div class="flex"><main id="main-content" class="flex-1 max-w-full min-h-dvh data-[lightbox=open]:h-dvh data-[lightbox=open]:overflow-hidden" data-lightbox="closed"></main></div></div></main></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"lang":"en","i18n":{"Guide":{"character-book":"Character Book","blog":"Blog","home":"Home","chats":"Chats","discover":"Discover","charms":"Charms","feed":"Feed","gallery":"Gallery","create":"Create","character":"Character","voice":"Voice","scene":"Scene","lorebook":"Lorebook","stories":"Stories","recent-stories":"Recent Stories","avatar-fx":"AvatarFX","remove-from-recents":"Remove from recents","RecentChatCategoryTitles":{"today":"Today","yesterday":"Yesterday","this-week":"This Week","last-week":"Last Week","this-month":"This Month","a-while-ago":"A While Ago"},"no-recent-chats":"No recent chats","recent-chats-load-error":"Recent chats could not be loaded","recent-chats":"Recent chats","research":"Research","scenes":"Scenes","labs":"Labs","streams":"Streams","comics":"Comics"},"Categories":{"adventure":"Adventure","advice-and-connection":"Advice \u0026 Connection","all":"All","anime":"Anime","assistants":"Assistants","astrology":"Astrology","creative_writing":"Creative Writing","creativity":"Creativity","emotional_support":"Emotional Support","emotional_wellness":"Emotional Wellness","entertainment":"Entertainment","entertainment-and-gaming":"Entertainment \u0026 Gaming","fantasy":"Fantasy","fortune_tellers":"Fortune Tellers","friendship":"Friendship","games":"Games","games-and-puzzles":"Games \u0026 Puzzles","health-and-wellness":"Health \u0026 Wellness","history":"History","history-and-philosophy":"History \u0026 Philosophy","humor":"Humor","language-learning":"Language Learning","learn_a_language":"Learn a Language","learning":"Learning","lgbtq":"LGBTQ+","lifestyle":"Lifestyle","music_and_audio":"Music","mystery":"Mystery","paranormal":"Paranormal","parody":"Parody","personal_growth":"Personal Growth","productivity":"Productivity","professional":"Professional","religion":"Religion","role-playing":"Role Playing","romance":"Romance","role-playing-games":"Role Playing Games","rpg-and-puzzles":"RPG \u0026 Puzzles","school-and-homework":"School \u0026 Homework","sci-fi":"Sci-Fi","sci_fi":"Sci-Fi","speaking_practice":"Speaking Practice","technology_and_coding":"Technology \u0026 Coding","trivia":"Trivia","trending":"Trending","video_games":"Video Games","writing":"Creativity \u0026 Writing"},"Feed":{"for-you":"For you","try-these":"Try these","featured":"Featured","try-saying":"Try saying","because-you-liked":"Because you liked {{ name }}","because-you-chatted":"Because you chatted with {{ name }}","UseCases":{"practice-a-new-language":"Practice a new language","brainstorm-ideas":"Brainstorm ideas","get-book-recommendations":"Get book recommendations","plan-a-trip":"Plan a trip","practice-interviewing":"Practice interviewing","write-a-story":"Write a story","play-a-game":"Play a game","help-me-make-a-decision":"Help me make a decision"},"with-character":"with {{name}}","Categories":{"All":"All","Anime":"Anime","Helpers":"Helpers","Anime Game Characters":"Anime Game Characters","Games":"Games","Game Characters":"Game Characters","Comedy":"Comedy","VTuber":"VTuber","Books":"Books","Image Generating":"Image Generating","Discussion":"Discussion","History":"History","Language Learning":"Language Learning","Religion":"Religion","Animals":"Animals","Philosophy":"Philosophy","Politics":"Politics"},"ExampleChats":{"CharacterAssistant":{"q0":"What type of fish is Dory from Finding Nemo?","q1":"Create an ad campaign for a new video game","q2":"Decide between the Macbook Air and Macbook Pro"},"ElonMusk":{"q0":"Why did you buy twitter?","q1":"What do you think about Jeff Bezos' Blue Origin?","q2":"If you could time travel, when/where would you go?"},"AlternateTimeline":{"q0":"What if I invented a portal gun?","q1":"Access to my own personal time machine","q2":"Make me the negotiator for the first alien encounter"},"WhoWouldWin":{"q0":"Batman vs. | 4 | Where will your next adventure take you?" data-next-head=""/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" data-next-head=""/><meta name="apple-itunes-app" content="app-id=1671705818" data-next-head=""/><link rel="icon" href="/favicon.ico" sizes="any"/><link rel="icon" type="image/svg+xml" href="/icon.svg"/><script async="" src="/scripts/googlefc-config.js"></script><script async="" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" crossorigin="anonymous"></script><link rel="preload" href="/_next/static/media/b74cf36e0d908d9c.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/9c9449e43788247b.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/5baed8ddb7c2182f.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/f1feb7a2999f4ccb.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/399436edc2e4c3b3.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/3021a0a7a1b690a0.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/3654e6b4fb91a0ac.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/2d1cbfb661335311.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/9652be57c7cf3522.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/648a27a2a3c2790c.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/90f46838dde012f6.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/bbf39a04879491ed.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/fd4d2c1e3353cc36.p.ttf" as="font" type="font/ttf" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0.p.woff2" as="font" type="font/woff2" crossorigin="anonymous" data-next-font=""/><link rel="preload" href="/_next/static/css/9345853f41db8d11.css" as="style"/><link rel="stylesheet" href="/_next/static/css/9345853f41db8d11.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-52e5e485fec579f7.js" defer=""></script><script src="/_next/static/chunks/framework-7be789cd2f99bbf2.js" defer=""></script><script src="/_next/static/chunks/main-16d981e8b691baf3.js" defer=""></script><script src="/_next/static/chunks/pages/_app-42e2df648ff26066.js" defer=""></script><script src="/_next/static/chunks/1258-fbcc97f2a5717a66.js" defer=""></script><script src="/_next/static/chunks/2511-f3b6d4f34927e345.js" defer=""></script><script src="/_next/static/chunks/1672-549e6511b8fdcdb2.js" defer=""></script><script src="/_next/static/chunks/pages/privacy-eace59f03df18059.js" defer=""></script><script src="/_next/static/WcowCHUGpvob59Y1nD1KB/_buildManifest.js" defer=""></script><script src="/_next/static/WcowCHUGpvob59Y1nD1KB/_ssgManifest.js" defer=""></script><style id="__jsx-3700788244">:root{--font-at-hauss:'atHauss';--font-character-sans:'characterSans';--font-libre-baskerville:'libreBaskerville';--font-inter:'Inter'}</style></head><body><div id="__next"><script>!function(){try{var d=document.documentElement,c=d.classList;c.remove('light','dark');var e=localStorage.getItem('theme');if('system'===e||(!e&&true)){var t='(prefers-color-scheme: dark)',m=window.matchMedia(t);if(m.media!==t||m.matches){c.add('dark')}else{c.add('light')}}else if(e){c.add(e|| '')}}catch(e){}}()</script><div data-overlay-container="true"><section class="Toastify" aria-live="polite" aria-atomic="false" aria-relevant="additions text" aria-label="Notifications Alt+T"></section><main class="h-full"><style> #nprogress { pointer-events: none; } #nprogress .bar { background: #29D; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 2px; } #nprogress .peg { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29D, 0 0 5px #29D; opacity: 1; -webkit-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } #nprogress .spinner { display: block; position: fixed; z-index: 1031; top: 15px; right: 15px; } #nprogress .spinner-icon { width: 18px; height: 18px; box-sizing: border-box; border: solid 2px transparent; border-top-color: #29D; border-left-color: #29D; border-radius: 50%; -webkit-animation: nprogresss-spinner 400ms linear infinite; animation: nprogress-spinner 400ms linear infinite; } .nprogress-custom-parent { overflow: hidden; position: relative; } .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar { position: absolute; } @-webkit-keyframes nprogress-spinner { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes nprogress-spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } </style><div class="relative"><div class="flex"><main id="main-content" class="flex-1 max-w-full min-h-dvh data-[lightbox=open]:h-dvh data-[lightbox=open]:overflow-hidden" data-lightbox="closed"></main></div></div></main></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"lang":"en","i18n":{"Guide":{"character-book":"Character Book","blog":"Blog","home":"Home","chats":"Chats","discover":"Discover","charms":"Charms","feed":"Feed","gallery":"Gallery","create":"Create","character":"Character","voice":"Voice","scene":"Scene","lorebook":"Lorebook","stories":"Stories","recent-stories":"Recent Stories","avatar-fx":"AvatarFX","remove-from-recents":"Remove from recents","RecentChatCategoryTitles":{"today":"Today","yesterday":"Yesterday","this-week":"This Week","last-week":"Last Week","this-month":"This Month","a-while-ago":"A While Ago"},"no-recent-chats":"No recent chats","recent-chats-load-error":"Recent chats could not be loaded","recent-chats":"Recent chats","research":"Research","scenes":"Scenes","labs":"Labs","streams":"Streams","comics":"Comics"},"Categories":{"adventure":"Adventure","advice-and-connection":"Advice \u0026 Connection","all":"All","anime":"Anime","assistants":"Assistants","astrology":"Astrology","creative_writing":"Creative Writing","creativity":"Creativity","emotional_support":"Emotional Support","emotional_wellness":"Emotional Wellness","entertainment":"Entertainment","entertainment-and-gaming":"Entertainment \u0026 Gaming","fantasy":"Fantasy","fortune_tellers":"Fortune Tellers","friendship":"Friendship","games":"Games","games-and-puzzles":"Games \u0026 Puzzles","health-and-wellness":"Health \u0026 Wellness","history":"History","history-and-philosophy":"History \u0026 Philosophy","humor":"Humor","language-learning":"Language Learning","learn_a_language":"Learn a Language","learning":"Learning","lgbtq":"LGBTQ+","lifestyle":"Lifestyle","music_and_audio":"Music","mystery":"Mystery","paranormal":"Paranormal","parody":"Parody","personal_growth":"Personal Growth","productivity":"Productivity","professional":"Professional","religion":"Religion","role-playing":"Role Playing","romance":"Romance","role-playing-games":"Role Playing Games","rpg-and-puzzles":"RPG \u0026 Puzzles","school-and-homework":"School \u0026 Homework","sci-fi":"Sci-Fi","sci_fi":"Sci-Fi","speaking_practice":"Speaking Practice","technology_and_coding":"Technology \u0026 Coding","trivia":"Trivia","trending":"Trending","video_games":"Video Games","writing":"Creativity \u0026 Writing"},"Feed":{"for-you":"For you","try-these":"Try these","featured":"Featured","try-saying":"Try saying","because-you-liked":"Because you liked {{ name }}","because-you-chatted":"Because you chatted with {{ name }}","UseCases":{"practice-a-new-language":"Practice a new language","brainstorm-ideas":"Brainstorm ideas","get-book-recommendations":"Get book recommendations","plan-a-trip":"Plan a trip","practice-interviewing":"Practice interviewing","write-a-story":"Write a story","play-a-game":"Play a game","help-me-make-a-decision":"Help me make a decision"},"with-character":"with {{name}}","Categories":{"All":"All","Anime":"Anime","Helpers":"Helpers","Anime Game Characters":"Anime Game Characters","Games":"Games","Game Characters":"Game Characters","Comedy":"Comedy","VTuber":"VTuber","Books":"Books","Image Generating":"Image Generating","Discussion":"Discussion","History":"History","Language Learning":"Language Learning","Religion":"Religion","Animals":"Animals","Philosophy":"Philosophy","Politics":"Politics"},"ExampleChats":{"CharacterAssistant":{"q0":"What type of fish is Dory from Finding Nemo?","q1":"Create an ad campaign for a new video game","q2":"Decide between the Macbook Air and Macbook Pro"},"ElonMusk":{"q0":"Why did you buy twitter?","q1":"What do you think about Jeff Bezos' Blue Origin?","q2":"If you could time travel, when/where would you go?"},"AlternateTimeline":{"q0":"What if I invented a portal gun?","q1":"Access to my own personal time machine","q2":"Make me the negotiator for the first alien encounter"},"WhoWouldWin":{"q0":"Batman vs. |
| 46 | What is said should not be relied upon as fact or advice.","optional":"Optional","new":"New","default":"Default","persona":"Persona","characters":"Characters","creators":"Creators","scenes":"Scenes","select":"Select","unselect":"Unselect","success":"Success","active":"Active","submit":"Submit","previous":"Previous","next":"Next","studio":"Studio","back":"Back","learn-more":"Learn more","characterCount":"pluralized_value","characterCount_one":"{{created}} Character","characterCount_other":"{{created}} Characters","edit":"Edit","rename":"Rename","not-now":"Not now","archive":"Archive","unarchive":"Unarchive","new-chat":"New Chat","hide-character":"Hide Character","make-default":"Make default","clear-default":"Clear default","clear-search":"Clear search","add":"Add","delete":"Delete","loading":"Loading...","loading-short":"Loading","Visibility":{"public":"Public","unlisted":"Unlisted","private":"Private","Details":{"public":"Available for others to discover and chat with","unlisted":"Available for others to chat with via link","private":"Only available to you"}},"character-interactions":"Character interactions","continue":"Continue","export-data":"Export data","delete-account":"Delete account","generic-error":"Error: Please try again","success-request-initiated":"Success: Request initiated","labels":"Labels","legacy":"Legacy","or":"OR","use-of-character-ai-is-bound-by-our-terms-of-service-and-privacy-policy":"Use of Character.AI is bound by our \u003c1\u003eTerms of Service\u003c/1\u003e and \u003c3\u003ePrivacy Policy\u003c/3\u003e.","try-it-out":"Try it out","cai-attribution":"By @c.ai","legacy-site":"Back to old site","c-ai-chat-title":"c.ai - {{name}}","cai":"c.ai","cai-plus-starter":"c.ai+ starter","something-went-wrong-please-try-again-later":"Something went wrong, please try again later.","like":"Like","dislike":"Dislike","company-motto":"AI Chat to Explore, Create \u0026 Connect—Your Story Begins Here","join-us":"Join us!","copyright":"© Copyright {{year}} Character Technologies, Inc.","yes":"Yes","done":"Done","code-copied-to-clipboard":"Code copied to clipboard","describe-your-image":"Describe your image","share":"Share","hello":"Hello","comment":"Comment","reset":"Reset","email-suggestion":"Use this email instead?","navigation-menu":"Navigation menu","rate":"Rate {{ number }} star","rate_plural":"Rate {{ number }} stars","add-remove":"Add / Remove","room":"Group Chat","users":"Users","save":"Save","change":"Change","view-more":"View more","terms-and-conditions":"Terms and Conditions","current":"Current","join-our-community":"Join our community","go-to-c-ai":"Go to c.ai","download":"Download","see-more":"See more","shared":"Shared","link-copied-to-clipboard":"Link copied to clipboard","post-id-copied-to-clipboard":"Copied Post ID to clipboard","apply":"Apply","clear-all":"Clear all","currency-name":"Charms","get":"Get","watch":"Watch","unavailable":"Unavailable"},"Aria":{"Shelf":{"scroll-left":"Scroll shelf left","scroll-right":"Scroll shelf right"}},"SettingsPreferences":{"theme":"Theme","light":"Light","dark":"Dark","system":"System","language":"Language","default":"Default","classic":"Classic","canary":"Preview","prod":"Stable","auto":"Auto","dev":"Dev","dense":"Dense","chat-haptics-enabled":"Haptics on","chat-haptics-disabled":"Haptics off","on":"On","off":"Off"},"SettingsDevTools":{"slow-mode":"Slow Mode","force-slow-mode":"Force Slow Mode","slow-mode-image":"Slow mode image","slow-mode-sheriff":"Force sheriff","slow-mode-rabbit":"Force rabbit","slow-mode-default":"Default (random)","sheriff":"Sheriff","rabbit":"Rabbit","random":"Random","charms":"Charms","add-charms":"Add Charms"},"FollowButton":{"error-follow":"Failed to follow user","error-unfollow":"Failed to unfollow user"},"GetTheApp":{"iphone-download-the-app":"Download the Character.AI mobile app from the App Store","android-download-the-app":"Download the Character.AI mobile app from the Google Play Store","scan-the-qr-code":"Scan the QR code to get the Character.AI app","get-app":"Get app"},"Subscription":{"free":"Free","upgrade":"Upgrade","subscribe":"Subscribe","resets-in":"Resets in {{time}}","limited-offer":"Limited offer","new-offer":"New offer","upgrade-to":"Upgrade to","re-upgrade-to":"Re-upgrade to","cai-plus":"c.ai+","18-plus":"18+","your-current-plan":"Your current plan","have-offer-code":"Have an offer code?","redeem-offer-code-description":"Enter your promotional or offer code to get special pricing on your subscription.","redeem-offer-code":"Redeem","offer-code-placeholder":"Enter offer code","offer-code-error":"Cannot redeem code","upgrade-your-plan-today":"Upgrade your plan today","price-per-month":"\u003cprice\u003e{{price}}\u003c/price\u003e/month","button-call-to-action":"Subscribe for {{price}}/mo","button-call-to-action-annual":"Subscribe for {{price}}/yr","button-discount-subtitle":"\u003c0\u003e{{discounted}}\u003c/0\u003e \u003c1\u003e{{original}}\u003c/1\u003e for first month, then \u003c2\u003e{{original}}/mo\u003c/2\u003e","button-disclaimer":"Auto renews monthly until canceled.","button-disclaimer-annual":"Auto renews yearly until canceled.","billing-period":"Billing Period","monthly":"Monthly","yearly":"Yearly","per-month":"Per month","per-year":"Per year","saving-annual":"Saving {{savings}} per year.","save-by-switching":"Save {{savings}} by switching to yearly billing","annual-compared":"\u003c0\u003e{{original}}\u003c/0\u003e \u003c1\u003e{{discounted}}\u003c/1\u003e per year. | 46 | What is said should not be relied upon as fact or advice.","optional":"Optional","new":"New","default":"Default","persona":"Persona","characters":"Characters","creators":"Creators","scenes":"Scenes","select":"Select","unselect":"Unselect","success":"Success","active":"Active","submit":"Submit","previous":"Previous","next":"Next","studio":"Studio","back":"Back","learn-more":"Learn more","characterCount":"pluralized_value","characterCount_one":"{{created}} Character","characterCount_other":"{{created}} Characters","edit":"Edit","rename":"Rename","not-now":"Not now","archive":"Archive","unarchive":"Unarchive","new-chat":"New Chat","hide-character":"Hide Character","make-default":"Make default","clear-default":"Clear default","clear-search":"Clear search","scroll-row-left":"Scroll {{section}} left","scroll-row-right":"Scroll {{section}} right","categories":"Categories","add":"Add","delete":"Delete","loading":"Loading...","loading-short":"Loading","Visibility":{"public":"Public","unlisted":"Unlisted","private":"Private","Details":{"public":"Available for others to discover and chat with","unlisted":"Available for others to chat with via link","private":"Only available to you"}},"character-interactions":"Character interactions","continue":"Continue","export-data":"Export data","delete-account":"Delete account","generic-error":"Error: Please try again","success-request-initiated":"Success: Request initiated","labels":"Labels","legacy":"Legacy","or":"OR","use-of-character-ai-is-bound-by-our-terms-of-service-and-privacy-policy":"Use of Character.AI is bound by our \u003c1\u003eTerms of Service\u003c/1\u003e and \u003c3\u003ePrivacy Policy\u003c/3\u003e.","try-it-out":"Try it out","cai-attribution":"By @c.ai","legacy-site":"Back to old site","c-ai-chat-title":"c.ai - {{name}}","cai":"c.ai","cai-plus-starter":"c.ai+ starter","something-went-wrong-please-try-again-later":"Something went wrong, please try again later.","like":"Like","dislike":"Dislike","company-motto":"AI Chat to Explore, Create \u0026 Connect—Your Story Begins Here","join-us":"Join us!","copyright":"© Copyright {{year}} Character Technologies, Inc.","yes":"Yes","done":"Done","code-copied-to-clipboard":"Code copied to clipboard","describe-your-image":"Describe your image","share":"Share","hello":"Hello","comment":"Comment","reset":"Reset","email-suggestion":"Use this email instead?","navigation-menu":"Navigation menu","rate":"Rate {{ number }} star","rate_plural":"Rate {{ number }} stars","add-remove":"Add / Remove","room":"Group Chat","users":"Users","save":"Save","change":"Change","view-more":"View more","terms-and-conditions":"Terms and Conditions","current":"Current","join-our-community":"Join our community","go-to-c-ai":"Go to c.ai","download":"Download","see-more":"See more","shared":"Shared","link-copied-to-clipboard":"Link copied to clipboard","post-id-copied-to-clipboard":"Copied Post ID to clipboard","apply":"Apply","clear-all":"Clear all","currency-name":"Charms","get":"Get","watch":"Watch","unavailable":"Unavailable"},"Aria":{"Shelf":{"scroll-left":"Scroll shelf left","scroll-right":"Scroll shelf right"}},"SettingsPreferences":{"theme":"Theme","light":"Light","dark":"Dark","system":"System","language":"Language","default":"Default","classic":"Classic","canary":"Preview","prod":"Stable","auto":"Auto","dev":"Dev","dense":"Dense","chat-haptics-enabled":"Haptics on","chat-haptics-disabled":"Haptics off","on":"On","off":"Off"},"SettingsDevTools":{"slow-mode":"Slow Mode","force-slow-mode":"Force Slow Mode","slow-mode-image":"Slow mode image","slow-mode-sheriff":"Force sheriff","slow-mode-rabbit":"Force rabbit","slow-mode-default":"Default (random)","sheriff":"Sheriff","rabbit":"Rabbit","random":"Random","charms":"Charms","add-charms":"Add Charms"},"FollowButton":{"error-follow":"Failed to follow user","error-unfollow":"Failed to unfollow user"},"GetTheApp":{"iphone-download-the-app":"Download the Character.AI mobile app from the App Store","android-download-the-app":"Download the Character.AI mobile app from the Google Play Store","scan-the-qr-code":"Scan the QR code to get the Character.AI app","get-app":"Get app"},"Subscription":{"free":"Free","upgrade":"Upgrade","subscribe":"Subscribe","resets-in":"Resets in {{time}}","limited-offer":"Limited offer","new-offer":"New offer","upgrade-to":"Upgrade to","re-upgrade-to":"Re-upgrade to","cai-plus":"c.ai+","18-plus":"18+","your-current-plan":"Your current plan","have-offer-code":"Have an offer code?","redeem-offer-code-description":"Enter your promotional or offer code to get special pricing on your subscription.","redeem-offer-code":"Redeem","offer-code-placeholder":"Enter offer code","offer-code-error":"Cannot redeem code","upgrade-your-plan-today":"Upgrade your plan today","price-per-month":"\u003cprice\u003e{{price}}\u003c/price\u003e/month","button-call-to-action":"Subscribe for {{price}}/mo","button-call-to-action-annual":"Subscribe for {{price}}/yr","button-discount-subtitle":"\u003c0\u003e{{discounted}}\u003c/0\u003e \u003c1\u003e{{original}}\u003c/1\u003e for first month, then \u003c2\u003e{{original}}/mo\u003c/2\u003e","button-disclaimer":"Auto renews monthly until canceled.","button-disclaimer-annual":"Auto renews yearly until canceled.","billing-period":"Billing Period","monthly":"Monthly","yearly":"Yearly","per-month":"Per month","per-year":"Per year","saving-annual":"Saving {{savings}} per year.","save-by-switching":"Save {{savings}} by switching to yearly billing","annual-compared":"\u003c0\u003e{{original}}\u003c/0\u003e \u003c1\u003e{{discounted}}\u003c/1\u003e per year. |
| 70 | This cannot be undone.","delete-lorebook-success":"Lorebook deleted","delete-lorebook-error":"Failed to delete Lorebook"},"Lorebook":{"Editor":{"default-title":"Lorebook","edit-title":"Edit Lorebook","auto-save":"Auto saved","saving":"Saving...","publish":"Publish","update":"Update","enable":"Enable","draft-badge":"Draft","pending-update-badge":"Published · Pending update","update-confirmation-title":"Publish changes?","update-confirmation-description":"This will publish your draft edits to the live Lorebook for everyone who can see it.","entries":"Entries","untitled-entry":"Untitled entry","add-entry-prompt":"Add an entry to get started.","name":"Name","description":"Description","lorebook-name":"Lorebook name","lorebook-title":"Lorebook Title","lorebook-settings":"Lorebook Settings","lorebook-settings-title":"Lorebook Settings","add-characters":"Add Character","linked-characters_one":"Linked Characters ({{count}})","linked-characters_other":"Linked Characters ({{count}})","linked-characters-description":"These Characters can use this Lorebook after the Lorebook is published.","view-all":"View all","collapse":"Collapse","edit":"Edit","all-my-characters":"All My Characters","search-characters-placeholder":"Search","link":"Link","unlink":"Unlink","no-characters-found":"No characters found.","no-characters-yet":"You don't have any characters yet.","failed-to-link-character":"Failed to link character. | 70 | This cannot be undone.","delete-lorebook-success":"Lorebook deleted","delete-lorebook-error":"Failed to delete Lorebook"},"Lorebook":{"Editor":{"default-title":"Lorebook","edit-title":"Edit Lorebook","auto-save":"Auto saved","saving":"Saving...","publish":"Publish","update":"Update","enable":"Enable","draft-badge":"Draft","pending-update-badge":"Published · Pending update","update-confirmation-title":"Publish changes?","update-confirmation-description":"This will publish your draft edits to the live Lorebook for everyone who can see it.","discard-changes":"Discard Changes","discard-confirmation-title":"Discard changes?","discard-confirmation-description":"This will revert your unpublished changes. |
| 71 | This cannot be undone.","entries":"Entries","untitled-entry":"Untitled entry","add-entry-prompt":"Add an entry to get started.","name":"Name","description":"Description","lorebook-name":"Lorebook name","lorebook-title":"Lorebook Title","lorebook-settings":"Lorebook Settings","lorebook-settings-title":"Lorebook Settings","add-characters":"Add Character","linked-characters_one":"Linked Characters ({{count}})","linked-characters_other":"Linked Characters ({{count}})","linked-characters-description":"These Characters can use this Lorebook after the Lorebook is published.","view-all":"View all","collapse":"Collapse","edit":"Edit","all-my-characters":"All My Characters","search-characters-placeholder":"Search","link":"Link","unlink":"Unlink","no-characters-found":"No characters found.","no-characters-yet":"You don't have any characters yet.","failed-to-link-character":"Failed to link character. | ||
| 72 | Please try again.","cover-image":"Cover Image","cover-image-max-size":"5 MB max","cover-image-too-large":"Please select an image smaller than {{size}} MB.","generate-image":"Generate image","upload-image":"Upload image","generate-cover-title":"Generate Cover","image-generate-prompt":"Image generation prompt","generate-cover-prompt-placeholder":"Describe your cover...","description-optional":"Description (optional)","description-placeholder":"Example: Land of Dreams","visibility":"Visibility","VisibilityDescription":{"public":"Shown in your profile.","private":"Only visible to you.","unlisted":"Anyone with the link can view."},"all-entries":"All entries ({{count}})","collapse-all":"Collapse all","expand-all":"Expand all","content":"Content","content-placeholder":"Add details the Character may not already know — private backstory, world rules, relationships, secrets, recurring events, or invented lore","keywords-count":"Keywords ({{count}}/{{max}})","missing-keywords":"Missing Keywords","validation-error-toast-title-update":"Failed to update Lorebook","validation-error-toast-title-publish":"Failed to publish Lorebook","validation-error-toast-title-activate":"Failed to enable Lorebook","validation-error-toast-description":"Please fix the highlighted entries and try again.","new-keyword":"New keyword","generate-keyword":"Generate keyword","delete-entry":"Delete entry","delete-entry-confirmation":"Are you sure you want to delete this entry? | 73 | Please try again.","cover-image":"Cover Image","cover-image-max-size":"5 MB max","cover-image-too-large":"Please select an image smaller than {{size}} MB.","generate-image":"Generate image","upload-image":"Upload image","generate-cover-title":"Generate Cover","image-generate-prompt":"Image generation prompt","generate-cover-prompt-placeholder":"Describe your cover...","description-optional":"Description (optional)","description-placeholder":"Example: Land of Dreams","visibility":"Visibility","VisibilityDescription":{"public":"Shown in your profile.","private":"Only visible to you.","unlisted":"Anyone with the link can view."},"all-entries":"All entries ({{count}})","collapse-all":"Collapse all","expand-all":"Expand all","content":"Content","content-placeholder":"Add details the Character may not already know — private backstory, world rules, relationships, secrets, recurring events, or invented lore","keywords-count":"Keywords ({{count}}/{{max}})","missing-keywords":"Missing Keywords","content-policy-field-error":"This content violates our content policy.","content-policy-toast":"There are issues with some fields. |
| 74 | Please review and try again.","error-leave-warning":"Your Lorebook has errors and your latest changes haven't been saved. | ||
| 75 | Are you sure you want to leave?","validation-error-toast-title-update":"Failed to update Lorebook","validation-error-toast-title-publish":"Failed to publish Lorebook","validation-error-toast-title-activate":"Failed to enable Lorebook","validation-error-toast-description":"Please fix the highlighted entries and try again.","new-keyword":"New keyword","generate-keyword":"Generate keyword","delete-entry":"Delete entry","delete-entry-confirmation":"Are you sure you want to delete this entry? | ||
| 92 | Please try again later."}},"age-verification-banner":{"title":"We need to verify your age before you can chat with characters","button":"Verify"},"cai-books-ad-banner":{"slogan":"Classics, now playable.","long-slogan":"Play as any Character in the classics, or remix your own.","remix-slogan":"Remix the classics.","labels":{"pride":{"turn-it-into-a-heist":"Turn it into a heist","make-it-a-family-business-drama":"Make it a family business drama","set-in-a-cursed-country-estate":"Set in a cursed country estate","bittersweet-romance-that-rhymes":"Bittersweet romance that rhymes","actually-maybe-a-jungle-survival-drama":"Actually, maybe a jungle survival drama"},"dracula":{"dracula-s-a-tech-billionare":"Dracula's a tech billionare","single-night-comde-thriller":"Single-night comde thriller","set-in-a-cursed-country-estate":"Set in a cursed country estate","bittersweet-romance-that-rhymes":"Bittersweet romance that rhymes"},"alice-in-wonderland":{"turn-it-into-a-pirate-tale":"Turn it into a pirate tale","or-maybe-a-cozy-slice-of-life":"Or maybe a cozy slice of life","in-a-crumbling-empire":"In a crumbling empire","what-if-alice-never-fell-down-the-hole":"What if Alice never fell down the hole?"}}},"cai-fm-ad-banner":{"button":"Listen","ghosted":"\u003c0\u003eBinge suspense\u003c/0\u003e audio fiction. | 95 | Please try again later."}},"cai-books-ad-banner":{"slogan":"Classics, now playable.","long-slogan":"Play as any Character in the classics, or remix your own.","remix-slogan":"Remix the classics.","labels":{"pride":{"turn-it-into-a-heist":"Turn it into a heist","make-it-a-family-business-drama":"Make it a family business drama","set-in-a-cursed-country-estate":"Set in a cursed country estate","bittersweet-romance-that-rhymes":"Bittersweet romance that rhymes","actually-maybe-a-jungle-survival-drama":"Actually, maybe a jungle survival drama"},"dracula":{"dracula-s-a-tech-billionare":"Dracula's a tech billionare","single-night-comde-thriller":"Single-night comde thriller","set-in-a-cursed-country-estate":"Set in a cursed country estate","bittersweet-romance-that-rhymes":"Bittersweet romance that rhymes"},"alice-in-wonderland":{"turn-it-into-a-pirate-tale":"Turn it into a pirate tale","or-maybe-a-cozy-slice-of-life":"Or maybe a cozy slice of life","in-a-crumbling-empire":"In a crumbling empire","what-if-alice-never-fell-down-the-hole":"What if Alice never fell down the hole?"}}},"cai-fm-ad-banner":{"button":"Listen","ghosted":"\u003c0\u003eBinge suspense\u003c/0\u003e audio fiction. |
| 97 | You can keep chatting after this short pause."},"refresh":"Refresh (c.ai)","disable-ad-blocker":"Disable ad-blocker","how-to-disable-ad-blocker":"How to disable ad-blocker","continue-in-seconds":"Continue in {{seconds}} seconds…"}},"Annotation":{"user":"User","annotator-labels":"Annotator","load-more":"Load more","previous-conversations":"Previous conversations","select-character":"Select a Character to start a new chat","edit":"Edit Mode","preview":"Preview Mode","mode":"{{mode}} Mode","questions":"Questions","delete-single":"Delete Message","delete-multiple":"Delete {{count}} Messages","no-turns-in-chat":"No turns in this chat","report-question":"Report Question","cancel-question-report":"Cancel Report","task-state-open":"Open","task-state-inprogress":"In Progress","task-state-reviewed":"Reviewed","task-state-needs-changes":"Needs Changes","task-state-making-changes":"Making Changes","task-state-needs-review":"Needs Review","task-state-inreview":"In Review","task-state-request-review":"Request Review","task-state-done":"Done","task-state-done-bad":"Done (Bad)","task-state-punted":"Punted","selection":"Selection","selection-help":"Defines how multi-selection works. | 100 | You can keep chatting after this short pause."},"refresh":"Refresh (c.ai)","disable-ad-blocker":"Disable ad-blocker","how-to-disable-ad-blocker":"How to disable ad-blocker","continue-in-seconds":"Continue in {{seconds}} seconds…"},"age-verification-banner":{"title":"We need to verify your age before you can chat with characters","button":"Verify"},"summer-sale-ad-banner":{"summer-flash-sale":"Summer \u003c0\u003eFlash Sale\u003c/0\u003e","rose-summer-flash-sale":"\u003c0\u003eSummer Flash\u003c/0\u003e Sale","summer-sale":"Summer \u003c0\u003eSale\u003c/0\u003e","up-to-50-off-your-first-3-months":"Up to \u003c0\u003e50% off (c.ai+)\u003c/0\u003e for your first 3 months","up-to-50-off-3-months":"Up to \u003c0\u003e50% off (c.ai+)\u003c/0\u003e for 3 months","limited-time-offer":"Limited time offer. |
| 101 | Exclusions apply."}},"Annotation":{"user":"User","annotator-labels":"Annotator","load-more":"Load more","previous-conversations":"Previous conversations","select-character":"Select a Character to start a new chat","edit":"Edit Mode","preview":"Preview Mode","mode":"{{mode}} Mode","questions":"Questions","delete-single":"Delete Message","delete-multiple":"Delete {{count}} Messages","no-turns-in-chat":"No turns in this chat","report-question":"Report Question","cancel-question-report":"Cancel Report","task-state-open":"Open","task-state-inprogress":"In Progress","task-state-reviewed":"Reviewed","task-state-needs-changes":"Needs Changes","task-state-making-changes":"Making Changes","task-state-needs-review":"Needs Review","task-state-inreview":"In Review","task-state-request-review":"Request Review","task-state-done":"Done","task-state-done-bad":"Done (Bad)","task-state-punted":"Punted","selection":"Selection","selection-help":"Defines how multi-selection works. | ||
| 141 | When you reach the limit, upgrade to *(c.ai+)* to let your Character respond without entering a message."},"CharmsUpsell":{"title-playbacks":"Hear {{name}} like never before.","title-swipes":"{{name}} will always find the right words to say.","title-fast-forward-uses":"Let {{name}} lead the way.","description-playbacks":"You've used up all of your *Voice Memos* for today. | 145 | When you reach the limit, upgrade to *(c.ai+)* to let your Character respond without entering a message.","toast-image-attachment":"You have {{count}} *Image Attachment* left today. |
| 146 | When you reach the limit, upgrade to *(c.ai+)* to keep uploading."},"CharmsUpsell":{"title-playbacks":"Hear {{name}} like never before.","title-swipes":"{{name}} will always find the right words to say.","title-fast-forward-uses":"Let {{name}} lead the way.","description-playbacks":"You've used up all of your *Voice Memos* for today. | ||
| 147 | Unlock more with *Charms* or upgrade to (c.ai+) for unlimited *Go-on*.","unlock-unlimited-playbacks":"Unlock Unlimited Voice Memos","unlock-unlimited-swipes":"Unlock Unlimited Swipes","unlock-unlimited-fast-forward":"Unlock Unlimited Go-on","package-label":"{{quantity}} for {{cost}} Charms","memos-count_one":"{{count}} Memo","memos-count_other":"{{count}} Memos","get-memos_one":"Get {{count}} Memo","get-memos_other":"Get {{count}} Memos","swipes-count_one":"{{count}} Swipe","swipes-count_other":"{{count}} Swipes","get-swipes_one":"Get {{count}} Swipe","get-swipes_other":"Get {{count}} Swipes","go-on-count_one":"{{count}} Go-on","go-on-count_other":"{{count}} Go-on","get-go-on_one":"Get {{count}} Go-on","get-go-on_other":"Get {{count}} Go-on","purchase-success-message-swipes":"You've got {{quantity}} swipes!","purchase-success-message-memos":"You've got {{quantity}} memos!","purchase-success-message-fast-forward":"You've got {{quantity}} Go-on!","feature-label-memos":"Memos","feature-label-swipes":"Swipes","feature-label-go-on":"Go-on","metering-paywall-title":"Woah! | 152 | Unlock more with *Charms* or upgrade to (c.ai+) for unlimited *Go-on*.","unlock-unlimited-playbacks":"Unlock Unlimited Voice Memos","unlock-unlimited-swipes":"Unlock Unlimited Swipes","unlock-unlimited-fast-forward":"Unlock Unlimited Go-on","package-label":"{{quantity}} for {{cost}} Charms","memos-count_one":"{{count}} Memo","memos-count_other":"{{count}} Memos","get-memos_one":"Get {{count}} Memo","get-memos_other":"Get {{count}} Memos","swipes-count_one":"{{count}} Swipe","swipes-count_other":"{{count}} Swipes","get-swipes_one":"Get {{count}} Swipe","get-swipes_other":"Get {{count}} Swipes","go-on-count_one":"{{count}} Go-on","go-on-count_other":"{{count}} Go-on","get-go-on_one":"Get {{count}} Go-on","get-go-on_other":"Get {{count}} Go-on","purchase-success-message-swipes":"You've got {{quantity}} swipes!","purchase-success-message-memos":"You've got {{quantity}} memos!","purchase-success-message-fast-forward":"You've got {{quantity}} Go-on!","feature-label-memos":"Memos","feature-label-swipes":"Swipes","feature-label-go-on":"Go-on","feature-label-image-attachments":"Image Attachments","metering-paywall-title":"Woah! |
| 298 | In addition, if Characters related to those sensitive or mature topics are reported to us, we will block them from teen users.","working-with-experts":"Working with experts","working-with-experts-description":"We collaborate with several teen online safety experts as part of our safety-by-design process as we develop new features, and they also will provide their perspective on our existing product experience."}}},"__N_SSP":true},"page":"/privacy","query":{},"buildId":"m-mm4U1elcnByBNUvHkz3","isFallback":false,"isExperimentalCompile":false,"gssp":true,"scriptLoader":[]}</script></body></html> | 303 | In addition, if Characters related to those sensitive or mature topics are reported to us, we will block them from teen users.","working-with-experts":"Working with experts","working-with-experts-description":"We collaborate with several teen online safety experts as part of our safety-by-design process as we develop new features, and they also will provide their perspective on our existing product experience."}}},"__N_SSP":true},"page":"/privacy","query":{},"buildId":"WcowCHUGpvob59Y1nD1KB","isFallback":false,"isExperimentalCompile":false,"gssp":true,"scriptLoader":[]}</script></body></html> |
Follow unlimited companies, monitor the clauses that matter across every platform, and get the full institutional analysis on what each change obligates you to do.