Project 04 | Universal constraint intelligence | V8

SOLVE EVERY
VARIANT.

Hybrid Sudoku intelligence for classic, diagonal, hyper, jigsaw, anti-knight, killer, thermometer, arrow, palindrome, renban, whispers and custom constraint schemas. The browser engine combines logical propagation, MRV search, uniqueness analysis and an optional OR-Tools CP-SAT backend adapter.

AIConstraint intelligence
16×16Multi-size solver
LOCALWorker powered
V8Universal variants
AI solver workspace

Universal Sudoku

Solve, analyze, generate and verify Sudoku variants with candidates, reasoning traces, uniqueness scans, custom JSON constraints and responsive background workers.

SYSTEM
Architecture

Built to extend.

The first render is static and deterministic. The local worker engine handles the full interactive workflow, while the included CP-SAT adapter remains optional for server-scale searches.

UI LayerResponsive vertical workspace with validation, accessibility and mobile-safe navigation.
Domain LayerConstraint propagation, hidden singles, MRV branching, variant plugins, uniqueness analysis and proof logs.
Adapter LayerOptional FastAPI and OR-Tools CP-SAT service for harder custom models and controlled time limits.
Storage LayerLocalStorage, JSON, CSV and TXT exchange keep the Cloudflare edition independent and privacy-first.
Selected upstream

google/or-tools

OR-Tools CP-SAT-inspired constraint modeling, integer domains, feasibility statuses, solution enumeration and bounded search are reflected in the optional backend adapter.

Original project retained

The uploaded source is preserved in developer-source. Large archives are split below the Cloudflare per-file limit and include reconstruction instructions.

Upstream evidence

The real archive supplied through extra1, extra2, or Joplin was inspected. SHA-256, file inventory, README excerpt, license evidence and adapter blueprint are included under integration.

Official repository
Cloudflare Pages

Direct upload.

Upload this individual ZIP as prebuilt assets. No build command, Worker, proxy or server origin is required.

01 Upload

index.html is directly at archive root.

02 Verify

Open /health.txt and then the main page.

03 Extend

Connect an optional backend only after the static shell works.

Vertical workspace