ReproPack
ReproPack is a web app (with optional desktop helper) that turns a messy research project into a shareable, reproducible “bundle” reviewers and collaborators can actually run. Connect a Git repo or upload a folder, then the app auto-detects languages (Python/R/Julia), builds an environment file (Conda/renv/Docker), captures dataset fingerprints, and generates a minimal run script plus a reproducibility checklist. It outputs a single artifact: a zipped bundle and a hosted landing page with instructions, citations, and a badge you can add to a manuscript. It also runs a clean-room build/test in the cloud to verify the project executes end-to-end and flags common failures (missing seeds, hard-coded paths, undocumented data steps). This is an AI-assisted app: AI helps infer setup steps and write human-readable instructions, but deterministic checks validate execution.