GeoScriptLive demo🚧 Build in progressSimulated data

Install

Four ways to install. Each takes 2–5 minutes.

HTML snippet

Any site · 2 min

2 min
<script src="https://cdn.geoscript.ai/v1/gs.js"
  data-key="pk_client_YOUR_KEY_HERE"
  async></script>

WordPress plugin

WP / Elementor / Divi sites · 3 min

3 min
// Install the GeoScript plugin from WP admin
// Paste the client key in Settings → GeoScript

Google Tag Manager

Sites already using GTM · 2 min

2 min
// GTM template: 'GeoScript'
// Set variable {{gs.clientKey}} = pk_client_YOUR_KEY_HERE
// Trigger: All Pages

NPM package

Next.js / React / Vue apps · 5 min

5 min
npm i @geoscript/browser
import { init } from "@geoscript/browser";
init({ key: "pk_client_YOUR_KEY_HERE" });