JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 100
  • Score
    100M100P100Q72505F
  • License MIT

Doppler Nuxt module for AI SEO detection and logging.

Package Exports

  • @askdoppler/nuxt

Readme

@askdoppler/nuxt

Nuxt 3 module for Doppler AI SEO detection and logging.

Usage

  1. Install:
bun add @askdoppler/nuxt @askdoppler/core
yarn add @askdoppler/nuxt @askdoppler/core
npm install @askdoppler/nuxt @askdoppler/core
  1. Add to your nuxt.config.ts:
export default defineNuxtConfig({
  modules: ["@askdoppler/nuxt"],
  doppler: {
    // future config here if needed
  },
});
  1. Set the API key in your environment:

In your .env file:

DOPPLER_API_KEY=your-api-key-here

or as Nuxt public runtime variable:

export default defineNuxtConfig({
  runtimeConfig: { public: { DOPPLER_API_KEY: "your-api-key-here" } },
});

That’s it — the module will log eligible AI-originated traffic automatically, head to the dashboard on Doppler to see the results.