Run
Web Game V2
Direct Rephrase for drivemad-online.com
This page is the dedicated rephrase path for driving-game pages. It can extract, run the isolated driving-game AI generation flow, and write to Supabase directly.
Entry
Enter password to unlock
Password is not stored; refresh to re-authenticate.
Preview
Discovered games and extraction result
Discovered Games
No games discovered yet.
Batch
Select discovered games to rephrase.
Output
Live result and logs
Live Logs
Implementation
### Implementation Plan
- 1. Keep the current ingest backbone: provider extraction -> thumbnail -> referral links -> AI SEO -> Supabase upsert.
- 2. Treat `drivinggames` as a dedicated provider path and extract the final upstream iframe URL from the `.embed` script, not the wrapper page.
- 3. Use a dedicated driving-game prompt and model for rephrase, isolated from the generic `/web-games` prompt.
- 4. Store provider evidence, prompt version, and model choice so rewrites are auditable and reversible.
- 5. Extend `web_game_site` for rating, comment, maximize, and version metadata after the rephrase path is stable.
DB Audit
Recommended table changes
- Keep `web_game_source` as canonical source data.
- Keep `play_count` and `thumbs_up` for MVP continuity.
- Add `comment_count`, `maximize_count`, `rating_count`, and `rating_sum` to `web_game_site`.
- Add `prompt_version`, `content_version`, and `model_name` for auditability.
- Create a dedicated `web_game_comment` table instead of reusing `web_game_feedback`.