Time Machine Is The Feature That Matters
Secrets AI’s signature feature is called Time Machine. You click any past message in a conversation, edit the text, and the AI regenerates every downstream response while the companion still remembers what they learned about you. It sounds simple. It isn’t.
The implementation requires versioned vector-store snapshots per conversation branch. When the user rewinds and edits, you can’t just replay messages — you have to fork the memory graph at that point, regenerate the downstream completions with the new context, and reconcile any “learned facts” that no longer apply because the original message that taught them has been changed.
Almost no clone vendor ships this. The ones that try usually break persistent memory continuity in the process, which is why Secrets reviewers consistently flag Time Machine as the feature that kept them paying through churn cycles. Their entire memory tier ladder (Free → 4x → 6x) hangs off the back of Time Machine working without dropping context.
This clone ships Time Machine working out of the box on the same vector-database backbone Secrets uses (Pinecone, Weaviate, or self-hosted PGVector — your choice). Plus the eight other Secrets signature features. Plus the nine things Secrets explicitly refuses to build.
How Time Machine Actually Works Under The Hood
The mechanic in plain language:
- Every chat is a directed graph of message nodes. Each node has a parent (the previous message), a content payload, an embedding vector, and a snapshot pointer into the memory store.
- When the user edits a past message, you don’t mutate the original node — you fork. A new branch is created from the parent of the edited message. The edited content becomes the new node on the new branch.
- The memory snapshot at that branch point is cloned, not shared. Any facts the companion “learned” downstream of the original message are now isolated to the old branch.
- The LLM regenerates the next response on the new branch, using the new edited content and the cloned memory snapshot. As the conversation continues, new memory is written to the new branch’s memory snapshot.
- The user sees a clean conversation that proceeds from their edit. The old branch still exists in storage, so they can also rewind further and edit again — each edit forks again.
Done naively, this scales O(N²) in memory cost per conversation. Done with copy-on-write snapshots (which is what Secrets is using, judging by their response times), it scales roughly O(N log N) and stays cheap.
Tiered Memory Multipliers — Why 4x And 6x Are A Pricing Trick
Secrets’ memory tier ladder is worth studying as a piece of pricing design:
- Free: ~3 conversations of memory. Standard chat memory only.
- Lite ($5.99/mo): Basic long-term memory across recent sessions.
- Plus ($9.99/mo): Topic + tone recall, ~30-day window.
- Premium ($19.99/mo): “4x memory” — full conversation history, persistent across sessions.
- Ultimate ($39.99/mo): “6x memory” — unlimited recall window with “emotional timeline” reasoning.
The pricing trick is calling them “4x” and “6x” instead of describing what they actually unlock. A user who reads “4x” thinks they’re getting four times as much of something. They’re not. They’re getting access to the full conversation history without truncation, which Secrets could easily ship to every tier — but doesn’t, because the multiplier framing converts at a measurably higher rate than “full memory included” would.
This clone ships the exact same architecture (admin-configurable per tier) plus the option to expose memory limits honestly if you want to differentiate on transparency. Most operators copy Secrets’ framing because it works. Some don’t, and they win the “honest pricing” review segment.
Group Chat With Per-Member Private Memory — Why It’s Hard
Secrets’ group chat feature lets a user pull two or three AI companions into the same conversation. Each companion has their own memory of the conversation — including private memories about the user that the other companions don’t share.
Implementation: each companion in the group has their own memory snapshot pointer. When a new message arrives in the group, every companion’s pointer updates with their own slice of the message + context. Companion A “remembers” their flirty exchange with the user even when Companion B is present, but Companion B doesn’t see those memories.
The hard part is preventing context leak. The system prompt for each companion has to carefully scope what they can reference about other companions, and the LLM has to be tuned not to “explain” memories that aren’t theirs. Secrets does this with a context-firewall layer between memory retrieval and completion. We ship the same firewall.
Moments Economics — What Their Token Costs Reveal
Secrets’ Moments token system gives us a fingerprint of their unit economics. The rates are publicly visible:
- Text message: 1–2 Moments. At ~3,000 messages per dollar of LLM cost, this is roughly 33–67% gross margin.
- Image generation: 30–50 Moments. At ~5 cents of GPU time per image (SDXL on a rented H100), this is roughly 75–85% gross margin.
- Voice call: 100 Moments per minute. At ~3 cents per minute of streaming TTS + STT, this is roughly 90% gross margin — their highest-margin product line.
- Video generation: 600 Moments. At ~25 cents of GPU time per clip (WAN / SVD), this is roughly 70–80% gross margin.
- Custom character creation: 1,000–1,500 Moments. Essentially zero marginal cost; this is pure friction-pricing to slow proliferation.
Operators cloning Secrets should pick their default pricing carefully. Match Secrets exactly and you’ll have their margin profile. Undercut on video (the most-criticized “predatory” line — 15,000 Moments at Ultimate buys only 25 videos/month) and you’ll win conversion at slightly lower margin. The admin lets you tune any of these per action.
Their Pure-SPA Architecture Is Leaking SEO
Secrets is built on Next.js with Turbopack, but rendered as a pure client-side SPA. Every route returns the same 221 KB HTML shell. There’s no SSR, no __NEXT_DATA__, no per-route Open Graph variation, and zero JSON-LD structured data anywhere on the site (I checked).
For a B2C consumer product launched in 2024 with marketing budget behind it, this is fine — they’re acquiring through paid social and affiliate, not SEO. For a clone operator who needs organic discovery to compete with Secrets’ brand spend, it’s not fine.
This clone uses Next.js App Router with proper SSR. Per-character pages render fully on the server with character-specific meta tags, Open Graph cards, and Product / Person / FAQPage / Breadcrumb / Organization structured data. Long-tail character searches (e.g., “anime AI girlfriend with mage personality”) hit your pages before Secrets’.
Nine Things We Ship That Secrets Doesn’t
- Native React Native mobile apps + APK direct download (Secrets is web-only as of 2025; their unconfirmed Q4 2025 mobile launch hasn’t shipped).
- REST + GraphQL API with white-label theming and Docker / Kubernetes one-command deploy.
- Anime-first vertical with separate Pony / NoobAI / Animagine pipelines (Secrets has ~2 anime characters in a 94-character library).
- Male + female + trans + futanari + non-binary companion support (Secrets is straight-male-targeted, female companions only).
- Persona diversity presets across 6 ethnicities × 5 body types × 4 age bands × 7 archetypes (Secrets is heavily white / slim / 20s by external review consensus).
- 3-day Ultimate free trial (Secrets has 200 starter Moments — burns out in 5 minutes).
- 7-day money-back guarantee (Secrets publishes no refund policy).
- Full JSON-LD structured data on every commerce surface (Secrets has none).
- Sub-30-second video generation latency (Secrets averages ~90 seconds — direct conversion advantage at the moment users are deciding to spend Moments).
What’s Inside The $9,000
Time Machine with versioned memory snapshots. Tiered memory multipliers configurable per tier. Group chat with per-member private memory and the context-firewall. Group image generation. Five conversation AI models per character (LLM-agnostic — OpenAI, Claude, Gemini, self-hosted Llama / Mistral / Qwen via vLLM). Moments token economy with admin-configurable per-action pricing. Paragraph Mode (long descriptive RP auto-triggers inline image generation). NSFW intensity slider. Multiple branching chats per character. Self-hosted SDXL / Pony / Flux / Juggernaut image pipeline. WAN / SVD video. WebRTC voice + voice cloning (production-ready, not beta). Discreet billing descriptor pattern. 16-language i18n. Hard age verification. Multi-rail adult-safe payments. Native mobile distribution. SSR + structured data. Full source code. Private demo before you pay. 7-day deployment. 6 months free support.
| Decision factor | secrets.ai | This clone |
|---|---|---|
| Time Machine (edit-past + regen) | Yes (signature) | Yes — versioned vector snapshots |
| Tiered memory (4x / 6x) | Yes | Yes — admin-configurable multipliers |
| Group chat + per-member memory | Yes (Ultimate only) | Yes — context-firewall shipped |
| Moments token economy | Yes (predatory pricing) | Yes — admin-configurable per action |
| Voice cloning | Beta | Production — PlayHT + ElevenLabs adapters |
| HD video latency | ~90 seconds | <30 seconds |
| Discreet billing descriptor | “Sun Clinical Laboratories” | Your descriptor of choice |
| Native mobile apps | Web-only | PWA + React Native + APK |
| API / white-label | Not offered | REST + GraphQL + Docker |
| Anime-first vertical | ~2 of 94 characters | Realistic + Anime + Anime v2 + Futanari pipelines |
| Male companions / non-straight-male targeting | Not supported | 5 genders + diversity presets |
| Free trial | 200 Moments (~5 min) | 3-day Ultimate trial |
| Refund policy | Not published | 7-day money-back |
| Structured data | None | Full JSON-LD on every page |
| SEO architecture | Client SPA only | Next.js SSR + per-character meta |
| Pricing | $5.99–$39.99/mo SaaS | $9,000 one-time, full source |
Who Shouldn’t Buy This Clone
If you want to be a customer of Secrets AI rather than operate your own platform, buy a Secrets subscription directly at $5.99–$39.99/mo. This clone is for operators who want to be the platform.
If you want a thousand-character platform with anime IP characters, look at JanitorAI or Chub.ai — different category, different legal posture. Our clone is built around original realistic + anime personas.
If you want a hobby project to launch on weekends, the cheap NSFW chatbot scripts on Codester will technically run on shared hosting. They won’t survive a real payment processor application or a §2257 audit. We sell production stacks for operators planning to be in business in 12 months.
Feature Highlights
Time Machine (Edit Past + Regen)
Edit any past message in a conversation. The AI regenerates all downstream responses while preserving memory continuity. The single most-cited differentiator in Secrets AI reviews — most NSFW AI companion products don't ship this. Our clone has it pre-built, with versioned message history and a one-click "rewind to here" UX.
Tiered Memory Multipliers (4x / 6x)
Gamified memory upgrades exposed as a tier value-prop. Free = ~3 chats, Lite = topic recall, Plus = topic + tone (~30-day window), Premium = 4x multiplier + full history, Ultimate = 6x + unlimited window + emotional timeline. Vector database backbone, admin-configurable multipliers.
Group Chat (2-3 AI Companions)
Multi-character threads with per-member private memory logs. Each AI companion remembers their own version of the relationship — even in shared conversations. Plus Group Image Generation for multi-character scenes with visual consistency.
Moments Token Economy (Fairer Defaults)
1–2 Moments per message, 30–50 per image, 100 per voice-call minute, 600 per video, 1,000–1,500 per custom character. All admin-configurable. Default Ultimate-tier coin allotment: 800 coins = 264 images / 96 voice-minutes / 40 videos — 3x more video generosity than Secrets at the same tier.
5 Conversation Models Per Character
User selects which conversation model drives each character. Surfaced in the UI, not hidden. LLM-agnostic adapters — OpenAI, Anthropic Claude, Google Gemini, self-hosted Llama / Mistral / Mixtral / Qwen via vLLM or Ollama.
Paragraph Mode + Self-Managing Recall
Long descriptive roleplay auto-triggers inline image generation — the user types a paragraph, the AI replies with both text and a matching image. Plus the companion auto-saves and edits key plot points to memory without manual user effort. Both are Secrets reviewer favorites, shipped pre-built.
Voice Calls + Voice Cloning (Production)
WebRTC + streaming TTS + streaming STT. 21 named voice presets, 70+ language coverage. Voice Cloning clones any voice from a 30-second sample (production-ready, not beta like Secrets). PlayHT / ElevenLabs Voice Lab adapters.
HD Video Generation (Sub-30s)
WAN / Stable Video Diffusion / SVD-XT pipeline for 6-9 second NSFW clips with sub-30-second wait time. Beats Secrets' ~90-second generation wait — direct conversion advantage at the moment users are deciding to spend Moments on video.
NSFW Intensity Slider + Bundles
Soft Tease → Hard Command gradient, per-character. Plus unlockable NSFW media packs (17–34 items each) sold for Moments — the re-engagement and ARPU mechanic Secrets uses to monetize lapsed users.
Native Mobile (PWA + React Native + APK)
Secrets is web-only as of 2025. Our clone ships PWA installable to home screen, React Native shells for SFW App Store distribution with NSFW gated server-side, and APK direct-download for Android sideloading. Triple distribution from one codebase.
REST + GraphQL API + White-Label
Secrets has no API, no white-label, no B2B offering. Our clone ships full REST + GraphQL API, white-label theming, and Docker / Kubernetes one-command deploy to AWS / GCP / Azure / Hetzner / OVH. Opens up B2B / dev-tier / partner-integration monetization Secrets can't touch.
Anime/Diversity + Male Companions
Secrets is straight-male-only with ~94 characters that are heavily white / slim / 20s and only "a couple" of anime. Our clone ships separate Realistic / Anime / Anime v2 / Futanari image pipelines with model-routing per character, full male / female / trans / futanari / non-binary support, and persona diversity presets across 6 ethnicities, 5 body types, 4 age bands, and 7 personality archetypes. Multiple verticals from one platform.
Built for serious operators
Founders
Launch a market-ready product without burning 18 months and a seed round on engineering.
Established Operators
Add a new revenue line on top of your existing business without hiring a build team.
Agencies
Offer a white-label, deployable product to your clients with full customization rights.
Investors
Validate a thesis in a new geography or vertical before you commit a full build budget.
What's in the package
- Full unencrypted source code — web app, admin panel, PWA mobile, React Native shells
- <strong>Time Machine</strong> — edit-past + downstream regen with memory continuity
- Tiered memory multipliers (4x Premium / 6x Ultimate) with admin-configurable defaults
- Paginated memory browser + self-managing recall
- Group chat with 2–3 AI companions + per-member private memory logs
- Group image generation with visual consistency
- 5 conversation AI models per character (LLM-agnostic adapters)
- Moments token economy with admin-configurable per-action pricing
- Paragraph Mode (long-RP auto-triggers inline image generation)
- NSFW intensity slider (Soft Tease → Hard Command, per-character)
- Multiple chats per character (branching timelines)
- NSFW image generation — Realistic / Anime / Anime v2 / Futanari pipelines (SDXL / Pony / Flux / Juggernaut / Z Image Turbo)
- HD video generation (sub-30s wait, WAN / SVD-XT)
- Voice calls (WebRTC + streaming TTS + STT) + 21 voice presets + 70+ languages
- <strong>Voice cloning (production-ready)</strong> — 30-second sample to clone
- Custom character creation (3 modes: Presets / AI / Custom Prompts Pro)
- Persona diversity presets — 6 ethnicities × 5 body types × 4 age bands × 5 genders × 7 archetypes
- Scenario library — 19 pre-built + custom scenarios
- Bundles — unlockable NSFW media packs (configurable item count)
- <strong>Discreet billing descriptor</strong> on subscriber bank statements
- <strong>3-day Ultimate free trial</strong> + <strong>7-day money-back guarantee</strong>
- Adult-safe payment stack — CCBill, Epoch, Segpay, NetBilling, Vendo, RocketGate, Stripe, crypto
- Hard age verification — Veriff / Onfido / Sumsub / Didit / Persona adapters
- Full compliance layer — geo blocking, DMCA + §2257, GDPR/CCPA, abuse-detection AI, audit trail
- AI moderation engine — rule-based + ML classifier + real-time chat flagging
- <strong>Native mobile</strong> — PWA + React Native shells + APK direct
- <strong>REST + GraphQL API</strong> for B2B and partner integrations
- White-label theming + Docker / Kubernetes one-command deploy
- Admin dashboard — 20+ metrics, revenue intelligence, Moments economy controls, A/B experimentation
- 16-language i18n with hreflang stack
- <strong>SSR + JSON-LD structured data</strong> on every page (Secrets has neither)
- <strong>Tiered affiliate program</strong> (10/20/30/40%) with Trackdesk + FirstPromoter
- Embedded community — forum, character reviews, follower system, leaderboard
- <strong>Private live demo pre-purchase</strong> — see exactly what you're buying
- <strong>7-day deployment included</strong> — installed on your domain, ready to accept payments
- <strong>Free business consulting</strong> — 2-hour strategy call
- 6 months of updates, bug fixes & technical support
- Full technical, API, and deployment documentation
How it works
- 1
Checkout
Pay securely via card, UPI, or bank transfer.
- 2
Instant delivery
Download link + license key emailed in minutes.
- 3
Free installation
Our team deploys it on your server at no extra cost.
- 4
Onboarding call
45-minute walkthrough of admin, dealer panel, and customization.
- 5
Go live
Add dealers and listings on day one.
- 6
6 months support
Bug fixes, updates, and questions — all free.
Frequently Asked Questions
What is the Secrets AI Clone and how is it different from cheap clone scripts?
A production-ready, rebrandable Secrets AI-style realistic AI girlfriend platform with the full feature set — Time Machine (edit-past + regen), tiered memory multipliers (4x/6x), group chat with per-member private memory, group image generation, Moments token economy, voice calls + voice cloning, HD video generation, NSFW intensity slider, paragraph mode, discreet billing — plus the gaps Secrets refuses to fill: native mobile, REST + GraphQL API, white-label, anime-first vertical, male companions, persona diversity, fairer Moments pricing, free trial, refund policy, JSON-LD structured data. Starting at $9,000 with private demo and 7-day deployment. Cheap "Secrets AI clone scripts" don't even ship the Time Machine, let alone group chat with per-member memory.
How does the Time Machine feature work exactly?
Click on any past message in a conversation, click Edit, change the text, and confirm. The AI regenerates all downstream responses while preserving memory continuity — so the companion still "remembers" everything they learned about the user, but the conversation reshapes around the edited message. Implementation uses versioned message history with a vector-store snapshot per branch, allowing time-travel without breaking persistent memory. The single most-cited differentiator in Secrets AI reviews, and the one feature most NSFW AI companion products don't ship.
Why are you $9,000 when Secrets charges nothing for source?
Secrets doesn't sell source — they're a B2C SaaS charging $5.99–$39.99/mo to end users. Their pricing is for consumers, not operators. To compete with Secrets you need your own platform. Building one custom takes 9–15 months and $80k–$200k. Competitors selling "Secrets AI clones" price at $15k+ with custom UI baked in. We use the same proven architecture across our entire AI companion clone catalog (Candy AI, OurDream, Gethoney, MDC, now Secrets), which keeps per-deployment cost low. Same features, lower price, demo before you buy.
Can I see a working demo before paying?
Yes. We host a private live demo on our infrastructure. You log in, test the Time Machine with your own edits, run image and video generation through Realistic / Anime / Pony pipelines, place a live voice call, clone a voice from a sample, start a group chat with 2–3 companions, fork a persona, see the admin dashboard with Moments economy controls — all before wiring a cent.
Is deployment really included in the $9,000?
Yes. We deploy the white label Secrets AI clone to your cloud (AWS / GCP / Azure / Hetzner / OVH), configure your domain, wire your payment processors, set up DNS, install SSL, ship the PWA + React Native shells, configure your age-verification provider, and pre-load the 19-scenario library and persona diversity presets. Live on your domain in 7 days from brand assets in. No extra deployment charge.
How does the Moments token economy compare to Secrets' pricing?
Secrets is widely criticized as "predatory": $39.99/mo Ultimate gets you 15,000 Moments — at 600 Moments/video, that's only ~25 videos/month at the top tier. Our default config is more generous: Ultimate at 800 coins/month buys 264 images / 96 voice-minutes / 40 videos. But everything is admin-configurable — coin pricing per action, plan allotment, top-up pack pricing. You can match Secrets exactly if you want their margins, or undercut them on generosity to win conversion. Many operators undercut and run a 4-tier ladder (Free / $9.99 Plus / $19.99 Premium / $39.99 Ultimate) like Secrets — others collapse to 3 tiers for clarity.
Launch your product this week
Full source code · Instant delivery · Free installation · 6 months support