Looking for a script to clone & randomize a Next.js site for multiple Google Ads accounts

IlyesP

Junior Member
Jr. VIP
Joined
Jul 10, 2022
Messages
184
Reaction score
63
Hi guys,


I’m currently running paid traffic with Google Ads and I’m looking for a way to deploy multiple variations of the same site without footprints between accounts.


My site is built with Next.js, and I would like to automate the creation of slightly different versions of the same project.


Ideally, I’m looking for a script or workflow that can handle:


  1. Domain management / masking
    Using APIs like Vercel or Cloudflare to quickly attach new domains.
  2. Source code obfuscation
    Randomizing or obfuscating HTML / CSS / JS during the build process to avoid identical fingerprints.
  3. Image processing
    • Remove EXIF metadata
    • Modify image hash slightly (to avoid duplicate detection)
  4. Content spinning during SSG
    When generating pages with Next.js static generation, automatically produce slightly different text versions.

Basically the goal is to generate multiple builds of the same site that are technically different but functionally identical.


Does anyone know:


  • Existing scripts / GitHub repos for this
  • A good automation stack for it
  • Or how people usually handle this with Next.js?

Thanks in advance.
 
Back
Top