Rev Ranker Plus

One Command Center for Search Dominance

Analyze any URL, mine the keywords and phrases your market is searching for, generate fully optimized editable content with graphics, build deployable websites, and draft your social media blitz — all under one flag.

01

URL Analyzer

Point at any live URL. Get an AI-powered SEO audit: top keywords, ranking phrases, issues, and a battle plan.

02

Keyword Research

Enter a niche or topic. Get target keywords with search intent, AI-estimated difficulty, and content angles.

03

Content Studio

Generate a fully SEO-optimized article with meta tags and a custom SVG graphic. Edit every word, then export.

04

Website Creator

Describe the business. Get a complete standalone HTML site — live preview, editable code, one-click download for Cloudflare Pages.

05

Social Poster

Turn any topic or URL into platform-tuned posts for X, Facebook, LinkedIn, and Instagram with hashtags and share links.

06

Deploy Guide

How to run this app inside Claude and what changes when you host it on Cloudflare Pages.

URL Analyzer

Enter any URL. Claude searches the live web for the page and its competitive landscape, then returns a full SEO reconnaissance report.

Keyword Research

Enter a topic, niche, or business. Get target keywords and phrases with intent classification and AI-estimated difficulty. Difficulty and volume figures are model estimates, not live tool data — verify big bets in Google Keyword Planner (free).

Content Studio

Generate a fully optimized article — meta title, meta description, structured headings, keyword placement — plus a custom SVG graphic. Everything below is editable: click into the page and type.

Website Creator

Describe the business and target keywords. Get a complete, standalone, SEO-tagged HTML page — preview it live, edit the code directly, and download the file ready for Cloudflare Pages.

Social Media Poster

Turn a topic, article, or URL into platform-tuned posts. Every post is editable. Copy with one click, or use the share buttons to open a pre-filled post on X, Facebook, or LinkedIn. Straight talk: browser apps can't silently auto-publish to social accounts — the platforms require authorized API access. This gives you the fastest legitimate path: generated copy + native share windows.

Deploy Guide — Read This Before Hosting

Honest facts about how the AI engine works, so there are no surprises.

Running inside Claude (now)

All AI features (analyzer, keywords, content, site builder, social posts) call the Anthropic API through Claude's built-in artifact connection. No API key needed. Web search inside the URL Analyzer is live and real.

Hosting on Cloudflare Pages (your own domain)

The keyless API connection only exists inside Claude. On your own domain, the AI calls will fail unless you route them through a small Cloudflare Worker that holds your Anthropic API key. Pattern:

  • Create a Worker with your ANTHROPIC_API_KEY as a secret (never in front-end code).
  • Worker forwards POST requests to api.anthropic.com/v1/messages, adding the key header server-side.
  • In this file, set PROXY_URL at the top of the script to your Worker URL. Done — same app, your infrastructure.

This is the same Workers + secrets pattern you already use in RevAgents, so it's a 15-minute job. Ask Claude for the Worker code when you're ready.

What's real vs. estimated

  • Real: live web search in the URL Analyzer; all generated content, code, and graphics.
  • AI-estimated: keyword difficulty, search volume ranges, and SEO scores. They're directionally useful, not Ahrefs/Semrush data. Verify high-stakes keywords in Google Keyword Planner (free with a Google Ads account).
  • Not included: automatic posting to social accounts (requires per-platform API approval) and raster photo generation (SVG graphics are generated instead).