Commitment Intelligence is a Docker-first, Render-compatible system for transforming contracts into structured commitment evidence over time.
This repository currently contains only the foundational scaffold for the system. It intentionally does not include contract upload, OCR, AI extraction, scoring, commitment graphs, authentication, analytics, billing, or provider intelligence.
apps/web— React public web applicationapps/portal— Lucee portal applicationapps/worker— Python worker servicedatabase— PostgreSQL service defined in Docker and Render infrastructure
Copy the environment template:
cp .env.example .envStart all services:
docker compose up --buildExpected local endpoints:
- Web: http://localhost:3000
- Portal: http://localhost:8888
- Worker: http://localhost:8000/health
- Postgres: localhost:5432
Current active unit:
COMMITMENT-FOUNDATION-1
This repository is intentionally baseline-ready for BlastRadius scanning from its first commit.