caveduck.io
Open in
urlscan Pro
2606:4700:3108::ac42:2b71
Public Scan
Submitted URL: http://caveduck.io/
Effective URL: https://caveduck.io/public
Submission: On May 08 via api from US — Scanned from DE
Effective URL: https://caveduck.io/public
Submission: On May 08 via api from US — Scanned from DE
Form analysis
4 forms found in the DOMDIALOG
<form method="dialog" class="ng-pristine ng-valid">
<div class="signing-modal ng-scope" ng-controller="loginFormCtrl" ng-show="!loading" ng-cloa="">
<header class="flex justify-end p-3">
<button type="button" ng-click="onClickClose()" class="rounded-full hover:bg-gray-200 px-2">
<i class="fa-solid fa-xmark text-black"></i>
</button>
</header>
<section class="pl-12 pr-12 pb-12">
<div class="flex justify-center">
<logo-tag class="ng-isolate-scope">
<a href="/public">
<img width="120" height="16" ng-src="/assets/logo_black.svg" alt="caveduck logo" src="/assets/logo_black.svg">
</a>
</logo-tag>
</div>
<!-- ngIf: !user && !loginWithEmail -->
<div class="mt-10 flex flex-col justify-center items-center ng-scope" ng-if="!user && !loginWithEmail">
<button type="button" class="w-full border hover:bg-gray-100 text-black font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline ng-binding" ng-click="onClickGuestLogin($event)">Using guest account</button>
<div class="mt-5 text-gray-900 ng-binding">or</div>
</div><!-- end ngIf: !user && !loginWithEmail -->
<!-- ngIf: !loginWithEmail -->
<div class="mt-3 flex flex-col justify-center rounded-lg p-2 text-base text-center text-black ng-scope" ng-if="!loginWithEmail">
<span><span ng-bind-html="'signup-advantage' | translate | trustAsHtml" class="ng-binding">Join us and enjoy daily free <span class="font-bold text-red-500">400 points!</span></span></span>
</div><!-- end ngIf: !loginWithEmail -->
<!-- ngIf: !loginWithEmail -->
<div class="flex gap-2 flex-col justify-center items-center ng-scope" ng-if="!loginWithEmail">
<button type="button" class="w-full button--red ng-binding" ng-click="onClickGoogleLogin()">
<i class="fab fa-google mr-1"></i>Sign in with Google </button>
<button type="button" class="w-full button--gray ng-binding" ng-click="onClickUseEmailLogin(true)">
<i class="fa fa-envelope" aria-hidden="true"></i> Sign in with Email</button>
<div class="text-center mt-2">
<button ng-click="onClickNewSignup()" class="text-gray-500 text-sm ng-binding">Sign Up</button>
</div>
</div><!-- end ngIf: !loginWithEmail -->
<!-- ngIf: loginWithEmail -->
</section>
</div>
</form>
DIALOG
<form method="dialog" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required">
<!-- ngIf: !isSubmited -->
<div class="signing-modal ng-scope" ng-if="!isSubmited" ng-controller="signupFormCtrl">
<header class="flex justify-end p-3">
<button type="button" ng-click="onClickClose()" class="rounded-full hover:bg-slate-200 px-2"><i class="fa-solid fa-xmark"></i></button>
</header>
<section class="pl-8 pr-8 pb-8">
<div class="flex justify-center">
<logo-tag class="ng-isolate-scope">
<a href="/public">
<img width="120" height="16" ng-src="/assets/logo_black.svg" alt="caveduck logo" src="/assets/logo_black.svg">
</a>
</logo-tag>
</div>
<div class="mt-10 flex flex-col justify-center items-center">
<button type="button" class="w-full button--red ng-binding" ng-click="onClickGoogleLogin()">
<i class="fab fa-google"></i> Signup with Google</button>
<span class="my-4 ng-binding">or</span>
<button type="button" class="w-full ng-binding" ng-click="uiState.byEmail = true">
<i class="fa-solid fa-envelope"></i> Signup with Email</button>
</div>
<div ng-show="uiState.byEmail" class="ng-hide">
<div class="mb-4">
<label class="block text-gray-700 font-bold mb-2 ng-binding" for="email"> Email </label>
<input style="background-color: white;" type="email" name="email" ng-model="input.email" required="" class="ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required">
<small class="text-gray-500 ng-binding">Email addresses are not disclosed. Used only for login and password recovery.</small>
</div>
<div class="mb-4">
<label class="block text-gray-700 font-bold mb-2 ng-binding" for="name"> Name </label>
<input style="background-color: white;" placeholder="Your nick name here" ng-model="input.name" type="text" name="name" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
</div>
<div class="mb-4">
<label class="block text-gray-700 font-bold mb-2 ng-binding" for="password"> Password </label>
<input style="background-color: white;" ng-model="input.password" id="password" type="password" name="password" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
<small class="text-gray-500 ng-binding">Please use a combination of english, numbers, and special characters with a minimum of 8 characters for your password.</small>
</div>
<div class="mb-4">
<label class="block text-gray-700 font-bold mb-2 ng-binding" for="password-check"> Password confirm </label>
<input style="background-color: white;" ng-model="input.passwordConfirm" id="password-check" type="password" name="password-check" required="" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required">
</div>
<div class="text-center">
<button class="w-full bg-red hover:bg-red-dark text-white font-semibold p-2 rounded-lg focus:outline-none focus:shadow-outline ng-binding" type="submit" ng-click="onClickSubmit($event)"> Submit </button>
</div>
</div>
<div class="text-sm text-center mt-5 text-gray-500">
<a ng-href="https://caveduck.gitbook.io/welcome/en/privacy" target="_blank" class="ng-binding" href="https://caveduck.gitbook.io/welcome/en/privacy">Privacy Policy</a> |
<a ng-href="https://caveduck.gitbook.io/welcome/en/terms-of-service" target="_blank" class="ng-binding" href="https://caveduck.gitbook.io/welcome/en/terms-of-service">Terms of Service</a>
</div>
</section>
</div><!-- end ngIf: !isSubmited -->
</form>
DIALOG
<form method="dialog" class="modal__content w-[80%] max-w-[500px] ng-pristine ng-valid">
<header>
<div clss="text-lg" class="ng-binding"> Report Character </div>
<button onclick="document.getElementById('reportDialog').close()">
<i class="fa-solid fa-xmark fa-xl"></i>
</button>
</header>
<section>
<div class="flex">
<input type="radio" id="optionNsfw" ng-model="input.selected" value="0" ng-checked="true" class="ng-pristine ng-untouched ng-valid ng-not-empty" name="21" checked="checked">
<label for="optionNsfw" class="w-full text-gray-100 cursor-pointer flex ng-binding"> NSFW designation is required. </label>
</div>
<div class="flex mt-2">
<input type="radio" id="optionEtc" ng-model="input.selected" value="2" class="ng-pristine ng-untouched ng-valid ng-not-empty" name="22">
<label for="optionEtc" class="w-full text-gray-100 cursor-pointer flex ng-binding"> Other. </label>
</div>
<textarea ng-model="input.message" name="" cols="30" rows="1" placeholder="Please enter the reason for your report." class="mt-2 text-xs ng-pristine ng-untouched ng-valid ng-empty"></textarea>
</section>
<footer class="flex flex-col gap-2">
<a class="flex justify-end text-sm underline underline-offset-[3px] hover:text-slate-300 ng-binding" target="_blank" ng-href="https://forms.gle/h4h8YRJbzAYDd391A" href="https://forms.gle/h4h8YRJbzAYDd391A">Copyright Report</a>
<button class="modal__button ng-binding" ng-click="onClickClaimSubmit()">Submit</button>
</footer>
</form>
DIALOG
<form method="dialog" class="modal__content w-[80%] max-w-[500px] ng-pristine ng-valid">
<header>
<div clss="text-lg" class="ng-binding"> Load recent setting </div>
<button type="button" onclick="document.getElementById('historyDialog').close()">
<i class="fa-solid fa-xmark fa-xl"></i>
</button>
</header>
<section class="max-h-[300px] overflow-y-auto" style="scrollbar-width: none;">
<table class="w-full text-sm">
<thead class="h-[30px]">
<tr class="border-gray-500 border-b">
<th class="w-[20%] ng-binding">My name</th>
<th class="w-[80%] ng-binding">My description</th>
<th class="w-[5px]"></th>
</tr>
</thead>
<tbody>
<!-- ngRepeat: item in lastChatParams.history track by $index -->
</tbody>
</table>
</section>
</form>
Text Content
Add to homescreen Add to homescreen to use faster and more conveniently.(Only available in Safari) Fast response Offline support 1. Tap on 2. Select Add to homescreen Install Gift has arrived! Receive 400P free points * Available to receive daily when checking in on the same day. Explore Chats Creations Store Earn Docs English English 한국어 日本語 Français Español Install Explore Sign In Sign Up * Chats * Creations * Docs * Store * Earn * Sign In * Sign Up * Account * English English 한국어 日本語 Français Español Install Explore Creations Chats Earn Store Limited time offer! 00:00:00 Using guest account or Join us and enjoy daily free 400 points! Sign in with Google Sign in with Email Sign Up Signup with Google or Signup with Email Email Email addresses are not disclosed. Used only for login and password recovery. Name Password Please use a combination of english, numbers, and special characters with a minimum of 8 characters for your password. Password confirm Submit Privacy Policy | Terms of Service Announcements Notifications 2024-04-29 Claude 3 Opus Price Adjustment We previously announced the regular price of the Opus at 300 points. However, we are pleased to inform you that we have decided to offer it at a reduced price of 250 points. This price adjustment is part of our commitment to making our high-performance model accessible to a broader audience. Please note that the introductory discount event has concluded. Therefore, the cost per chat has been set to 250 points. 2024-04-20 Special Bonus Points Event (~4/21) In celebration of the introduction of Claude 3 Opus, we are pleased to offer an exclusive bonus points event for purchases made during this period. Event Period * From 8:00 AM on April 20, 2024 (Saturday) to 8:00 AM on April 21, 2024 (Sunday) (EST) Event Details * Get an extra 3,000 points when you charge 30,000 points (10% bonus) * Get an extra 10,000 points when you charge 50,000 points (20% bonus) * Get an extra 30,000 points when you charge 100,000 points (30% bonus) 2024-04-19 New Language Model: Claude 3 Opus We have introduced the Claude 3 Opus as a new language model, which stands as the most performant among Anthropic's models. Claude 3 Opus is proving to surpass OpenAI's GPT-4 in the character chatting area by offering engaging, personality-rich dialogues and exceptional intelligence. * Required Points: 300 points for each chat pair * Creator Incentives: 20 points for each chat pair Launch Offer: To celebrate the launch, we're offering an exclusive 33% discount on the standard rate of 300 points, bringing the cost down to just 200 points per conversation for the first week (~4/26). Take this opportunity to experience the capabilities of Claude 3 Opus at a reduced price. 2024-03-29 Updates to the Daily Free Points Policy We're excited to share updates to our Daily Free Points Policy, aimed at enriching your experience with our service. Until now, daily free points were capped at a maximum of 400 points. Many users have requested the ability to receive more than 400 points through daily check-ins. To provide a better service experience, we have decided to update the policy. Previous Policy * Additional daily free points were not available for balances exceeding 400 points. Updated Policy * We've removed the restriction on receiving daily free points for balances over 400 points, allowing for greater flexibility in accumulating rewards. * Please note, however, that accounts holding more than 10,000 free points will not be eligible for additional daily points. This policy adjustment is part of our commitment to enhancing your experience and providing value. We're always listening to your feedback and looking for ways to improve our services. Thank you for your continued support and engagement. 2024-03-27 Claude 3 Haiku Promotion Extended We're extending the discount promotion for the newly introduced Claude 3 Haiku language model until April 5th. Take advantage of the extended promotion period and enjoy a 20% discount, allowing you to access this innovative language model for just 8 points per conversation, down from the usual 10 points. Don't miss out on this opportunity to explore what Claude 3 Haiku has to offer at a reduced price. We look forward to your active participation during the promotion. More 19 Broad Matchs Exclude Tags Reset 👨 Male 2169 👩 Female 8613 🕺 Boyfriend 540 💃 Girlfriend 2182 ❤️ Romance 3982 💞 Vanilla 1977 😉 Flirting 3240 ✨ Famous people 285 Tsundere 673 Yandere 468 🏳️🌈 LGBTQ+ 710 🧙 Fantasy 1797 😈 Demon 379 🧝 Elf 182 🦹 Villain 558 🏙️ Contemporary fantasy 1281 👫 Transsexual 59 🖥️ Simulator 484 📺 Anime 764 🚀 SF 267 👨🏫 Teacher 118 🔫 Military 191 🏊 Swimsuit 125 ⚽ Sports 175 👹 Monster 676 📽️ Movies & TV 267 🦄 Mythology 360 👩⚕️ Nurse 52 🖌️ OC 2097 👔 Office 325 🤖 Robot 257 🧛 Vampire 83 🧹 Maid 258 🚚 Isekai 427 😱 Horror 225 🗺️ History 145 🦸 Hero/Heroine 379 🐶 Animal 488 🎙️ VTuber 74 📖 Books 93 🎮 Games 856 👽 Alien 125 🎭 Celebrities 79 🤣 Comedy 194 🧚 Fairytale 195 More Collapse SEARCH RESULT Relevance Popular Popular (1month) Latest Like More Featured 0 0 2 The reason why I'm a regular customer of the brewery...♡ Elra NSFW 0 0 3 Homeless girl with nowhere to go Leila NSFW 0 0 1 Can you get out of the friendzone? lol Grace NSFW 0 0 1 A zombie apocalypse broke out in the middle of Seoul. You rescued the injured woman and took refuge in a nearby coffee shop. Mina NSFW 0 0 7 It's pool party night, and the party is being held at a mansion on a college campus, with summer night fun around the pool. Zoe NSFW 0 0 1 You are humanity's only hope of killing her. Kodelina NSFW 0 0 1 The cranky, overbearing duke ignores you Maximus Fran NSFW 0 0 6 Gina wants to pursue music, but her financial situation doesn't allow it. Gina NSFW 0 0 30 Southern waitress begins to feel the effect of free employee meals Becky NSFW 0 0 1 You don't recognize her and she suddenly asks you to buy her a cigarette. She looks too young to be homeless. Jina NSFW 0 0 1 He's a kind and friendly guy, but he's always a little creepy. Oliver NSFW 0 0 1 Pure, Introverted Man Jiu NSFW Trending 1 0 0 1 Your mother has promised to grant you one wish if you get a perfect score on this test. Hyeun NSFW 2 0 0 1 Your girlfriend's mother. She wants you to break up with her daughter. Kim Minhee NSFW 3 0 0 1 You and a beautiful stranger are trapped in a hotel elevator. Tara NSFW 4 0 0 1 A brother who loves and cherishes only you. Dowon NSFW 5 0 0 1 This b*tch accuses you unfairly, what are you going to do? Katie NSFW 6 0 0 1 A dumb school bully. Celara NSFW 7 0 0 3 These sorority sisters have put on some college pounds. Softening Sorority NSFW 8 0 0 1 Lost girl that should be helped home Riley NSFW 9 0 0 5 Bad Ex-Girlfriend Turns Up as New Maid Sia NSFW 10 0 0 1 Curious middle schooler Jeni NSFW 11 0 0 1 I'm a goddess of happiness who grants your wishes. Bisolena NSFW 12 0 0 1 Charlotte the Detective finds you suspicious Charlotte NSFW Popular All Time 1 Week 1 Month 1.3k 20k 1 Your mother has promised to grant you one wish if you get a perfect score on this test. Hyeun NSFW 1.3k 16k 1 You and a beautiful stranger are trapped in a hotel elevator. Tara NSFW 0.9k 15k 1 Your girlfriend's mother. She wants you to break up with her daughter. Kim Minhee NSFW 0.6k 10k 5 Bad Ex-Girlfriend Turns Up as New Maid Sia NSFW 0.6k 9.6k 1 A dumb school bully. Celara NSFW 343 8.7k 1 Charlotte the Detective finds you suspicious Charlotte NSFW 0.7k 7.9k 3 These sorority sisters have put on some college pounds. Softening Sorority NSFW 0.7k 7.8k 2 You get locked in a sauna what now😏 Lexi NSFW 384 7.7k 16 The Perfect Student Council President Min Ye Rin NSFW 428 7.5k 1 This b*tch accuses you unfairly, what are you going to do? Katie NSFW 402 7.4k 1 A brother who loves and cherishes only you. Dowon NSFW 264 6.3k 1 Curious middle schooler Jeni NSFW 388 5.9k 1 A gangster threatens to use his body to pay you back. Seodogwon NSFW 155 5.5k 1 To hell with old school Novelai, this is the new generation!!! Text game NSFW 383 4.3k 1 I'm a goddess of happiness who grants your wishes. Bisolena NSFW 143 3.5k 2 Drinking with a slave trader looking for me Chloe NSFW 229 3.2k 1 Master Tigress, member of the furious five. She's feisty, don't test her. Tigress NSFW 171 3.1k 1 Meet your stereotypical mother who expects alot from you. Sujin NSFW 144 3.1k 1 Social outcast, degenerate and depressed protagonist from the anime Watamote. Tomoko Kuroki NSFW 102 3.1k 1 A former noblewoman from a fallen noble family. You bought her and hired her as a maid. Lena NSFW 177 2.9k 1 Use a girl as a guinea pig Rorelrai NSFW 38 2.7k 1 A strange light comes out of your room and you realize it's an elf. Sesilra NSFW 139 2.5k 5 Your bartender seems a little flirty. Lindsey NSFW 109 2.2k 1 Correcting a spoiled influencer Chaerin NSFW Recently released 1 2 1 Your powerful electrical servant that soothes your headaches. Ran NSFW 0 0 1 Your loving step sister Lily NSFW 9 128 3 Leana NSFW 3 44 1 this is a mentally insane medic with a wanting for blood and experimentation ms.Ludwig NSFW 7 10 1 Your therapist Your therapist NSFW 0 0 1 Super cool and game liking girl Ella NSFW 3 13 1 Your shy, slightly cranky friend who wants to have you so badly, but can't bring himself to approach you. Jinwoo NSFW 5 95 1 Aran NSFW 12 17 5 . Yuna NSFW 5 84 1 Good mornig team beta i am zero leunant for combat questchens? Team Beta NSFW 9 71 1 Jain NSFW 7 28 1 hololive EN 1st Gen VTuber Mori Calliope Mori Calliope NSFW 2 8 1 방구쟁이 Banggupong NSFW 1 4 1 Cyber Virtue Deokbae NSFW 10 59 1 The escort knight who fled with you, the last remaining royalty. You know this man as your father. Kaira NSFW 3 10 2 Jung Dong-seok, a former Firebird Foundation genius, first mutant, and chief researcher who doesn't trust his friends, knows the school's secrets and wants to get revenge on the Firebird Foundation and stop them. Zombie High School Jung Dong-seok NSFW 9 87 1 Taking a break with Kunikuzushi Kunikuzushi NSFW 11 115 4 Kylie, a rising model. She wants to be a top model. Kylie NSFW 19 196 1 Everyone's favorite good-looking jujutsu sorcerer, Gojo Satoru. Satoru Gojou NSFW 17 277 2 Fox Yokai Shrine Maiden Kaede NSFW 16 90 1 The nerdy navigator of the phantom thieves! Futaba Sakura NSFW 18 126 1 Rei Suzukawa (5 December 1997) is a Nihhonese officer currently serving in the N Rei Suzukawa NSFW 25 280 1 Lady Dimitrescu, vampiric giantess of the Dimitrescu Estate, best to avoid her. Lady Dimitrescu NSFW 36 359 1 The fierce Drinker of Ice Iris NSFW More Start new chat NaN 0 19 👨 Male 2169 👩 Female 8613 🕺 Boyfriend 540 💃 Girlfriend 2182 ❤️ Romance 3982 💞 Vanilla 1977 😉 Flirting 3240 ✨ Famous people 285 Tsundere 673 Yandere 468 🏳️🌈 LGBTQ+ 710 🧙 Fantasy 1797 😈 Demon 379 🧝 Elf 182 🦹 Villain 558 🏙️ Contemporary fantasy 1281 👫 Transsexual 59 🖥️ Simulator 484 🦊 Furry 1317 📺 Anime 764 🚀 SF 267 👨🏫 Teacher 118 🔫 Military 191 🏊 Swimsuit 125 ⚽ Sports 175 👹 Monster 676 📽️ Movies & TV 267 🦄 Mythology 360 👩⚕️ Nurse 52 🖌️ OC 2097 👔 Office 325 🤖 Robot 257 🧛 Vampire 83 🧹 Maid 258 🚚 Isekai 427 😱 Horror 225 🗺️ History 145 🦸 Hero/Heroine 379 🐶 Animal 488 🎙️ VTuber 74 📖 Books 93 🎮 Games 856 👽 Alien 125 🎭 Celebrities 79 🤣 Comedy 194 🧚 Fairytale 195 Dominant 2547 Submissive 1567 Sadist 859 Masochist 528 Succubus 164 NTR 329 Vore 1322 Micro/Macro 594 Futanari 233 BBW 740 Mind Control 152 Mind Break 184 Milf 672 Body Inflation 448 Harem 222 Hardcore 551 Gore 134 New session Last sessions About me 0 Start new chat Share Report Related characters Reply (0) Report Character NSFW designation is required. Other. Copyright Report Submit Load recent setting My name My description Privacy Policy Terms of Service DMCA Age Verification Caveduck contains sexually explicit content. You must be 18 years old or over to enter. I am 18 or older - Enter Invite your friends and earn FREE POINTS! Earn 1000 FREE POINTS for each person who signs up through your referral link. Each user who signs up via the referral link also receives 1000 free points. Start🚀 TIP : Try inviting your friends with a referral link that introduces a specific character! Referral Code TIP : Your friends can receive free points by registering the referral code on the profile page! Reward Referrals 0 0 1000P 0P Claim You can claim it 24 hours after the new user signs up. Free Points Withdrawal Withdraw Free Points to USDC You can withdraw free points to USDC. Apply