Was this site built with Replit? How to tell

AI builder · default hosting *.replit.app

Replit Agent writes and hosts a whole application from a prompt. Deployments live on *.replit.app, and the generated project keeps a telling default: the meta description "A web app built on Replit. Update this description to reflect the app."

That sentence survives a move to a custom domain, which makes it one of the few markers that still identifies a Replit app off Replit hosting.

The verdict and the evidence are free. The improvement report needs a free account.

How to check it yourself

No tools needed
  1. Look at the address: *.replit.app or *.replit.dev is Replit hosting.
  2. Search the source for built on Replit. The default description is still there on most projects.
  3. Look for a Replit badge or a link to replit.com/@ in the page.
  4. Check whether the site is a single page that renders itself with JavaScript; Replit Agent apps usually are.

What the scanner looks for

4 live rules

These are the rules enabled in the database right now, with the weight each one carries. A single strong match is enough to name the builder; the weights decide how confident the verdict is.

RuleWhere it looksWhat it matchesWeight
Replit hosting domainthe site address(^|\.)replit\.(app|dev)$|(^|\.)repl\.co$90
Replit default meta descriptiona meta tagbuilt on replit\. update this description90
Replit badge or runtime markerthe page sourcereplit-badge|__replco|replit\.com/@85
Replit script hostthe host a script is loaded from(^|\.)replit\.com$80

What Replit sites usually get wrong

The default description is what people see in Google

If the description still says "Update this description to reflect the app", that is the sentence under your title in search results, and in every link preview.

Deployment sleeps

On the lower Replit tiers an app that has no traffic can take seconds to answer the first request. Crawlers treat a slow first byte as a quality signal, and visitors often leave before it loads.

Secrets in client code

Agent-written apps sometimes call third-party APIs from the browser with the key inline. Our scanner reads the bundles and reports what it finds, redacted.

Questions

Does a .replit.app address rank in Google?

It can be indexed, yes. But the reputation you build belongs to that subdomain, and the name tells every visitor the app is a prototype. A custom domain costs about ten euros a year.

How do I remove the Replit markers?

Change the meta description and title in the generated HTML, remove any badge, and point a custom domain at the deployment. The hosting domain itself remains detectable unless you move off Replit.


Other builders