ProofX is a static, research-focused web surface for presenting conjecture-engine work, findings, and collaboration information.
ProofX/
├── public/
├── src/
├── docs/
├── scripts/
├── .gitignore
├── README.md
├── vercel.json
└── LICENSE
public/: deploy-ready pages, assets, PDF, and sitemap.src/: source styles/scripts/components/content.docs/: consolidated markdown documentation (all.mdfiles except this rootREADME.md).scripts/: helper scripts for build, link validation, and cleanup.
./scripts/build.sh
./scripts/validate-links.shDeploy as a static site on Vercel or any static host.