Skip to content

Project · August 2026

ProbeWord

An AI SEO brief generator: you enter a keyword and optional competitor URLs, and it returns work you can put on a page.

ProbeWord
NUXTAI

Overview

ProbeWord is an SEO tool powered by OpenAI. Give it a keyword and optional competitor URLs. n8n runs the model and returns a brief you can actually implement.

Purpose

Turn a keyword (and optional competitors) into an implementable SEO brief instead of another rank-tracking dashboard.

How it works

You enter a seed keyword, optionally add up to five competitor URLs, and choose a market (UK, US, AU, IE). Submitting the form triggers an n8n workflow that calls OpenAI with that context. The model returns keyword clusters (seed, long-tail, question, comparison), SERP-ready titles, meta descriptions, H1s, slugs, competitor gaps, and on-page recommendations.

The UI presents that output as a brief you can copy into a CMS or ticket. ProbeWord does not crawl your live rankings over time; each run is a fresh research pass aimed at the page you are about to write.

Architecture

  • Nuxt frontend for the brief form and results view
  • n8n workflow orchestration for the AI pipeline
  • OpenAI for keyword and on-page generation
  • Market selector that scopes language/locale assumptions

What you can do

  • Enter a target keyword for a page you plan to publish
  • Attach competitor URLs for gap analysis
  • Pick UK / US / AU / IE market context
  • Generate keyword ideas across intent types
  • Receive titles, metas, H1s, and slug suggestions
  • Copy on-page recommendations into your site or docs

Data & access

Runs are request/response brief generations. Any stored history is product-session data for the flow exposed by the app.

Integrations

OpenAIn8nVercel

Deployment

Public web app on Vercel; AI work is delegated to n8n + OpenAI.

Try ProbeWord

Open the live application at probeword.vercel.app.

View live site