Skip to main content

Site Integration

We offer two main ways for sites to integrate with our platform using:

  • A backend module
  • Or HTML <meta> tag

HTML <meta> Tag Approach

The HTML <meta> tag method is the simplest to implement. The site’s developer just needs to include the partnered site’s Welcome Header using an HTML <meta> tag on every page.

This method is suitable only for sites that:

  • Do not serve advertisements
  • Do not sell user data to third parties
  • Have no cookie consent or marketing dialogs

Such sites are usually statically generated and relatively small in terms of unique pages.

Backend Module Approach

Our research shows that the majority of websites use one of two main runtimes:

  • PHP: ~70% of sites
  • Node.js or equivalent JavaScript runtimes (Bun.js, Deno): ~20% of sites

For now, we support these two major runtimes: PHP and backend TypeScript/JavaScript.