@askdoppler/nuxt

@askdoppler/nuxt
Monitor impressions coming from ChatGPT, Perplexity and others in your Nuxt app with this integration of Doppler.
@askdoppler/nuxt
Nuxt 3 module for Doppler AI SEO detection and logging.
Usage
- Install:
Use your favorite package manager:
bun add @askdoppler/nuxt
yarn add @askdoppler/nuxt
npm install @askdoppler/nuxt
pnpm add @askdoppler/nuxt
- Add to your nuxt.config.ts:
export default defineNuxtConfig({
modules: ['@askdoppler/nuxt'],
doppler: {
apiKey: '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.