FvRE v3.0 — Universal Scanner (results)

Tested the v3.0 scanner against 5 sites: 2 WordPress/Elementor, 1 Next.js, 1 static HTML, 1 minimal example. All classified correctly. Recipes in JSON.

Test matrix

URLTitleClassificationConfidenceAssetsInteractionsJSON
wp-oscar.freshvibeapps.com Oscars Tree Academy elementor 100% 28 10 oscar-wp.json
hopfan.freshvibeapps.com Hopfan Europe elementor 100% 70 11 hopfan-wp.json
react.dev React nextjs 60% 40 0 react-dev.json
iana.org IANA unknown 0% iana-static.json
example.com Example Domain unknown 0% 0 0 example-com.json

What the recipe contains

Every recipe has the same shape regardless of source:

How to use

python3 fvre_v3_scan.py <url> --out recipe.json --max-pages 20

Scanner is ~600 lines of Python, single file, no install (just playwright + Python 3.11+). Reads a URL, renders with Playwright, outputs the generic recipe schema from the design doc.

Next: v3.1 (recipe → FVS app)

Now that we can scan anything, the converter takes a recipe.json and produces a runnable FVS app. Three modes:

← back to v3 design · ← back to index