Sanctum CRM
sanctumos/sanctum-crm started life as an API-first CRM with MCP integration. In early October it went through a rapid build phase:
- First-boot configuration with SQLite β no external database required.
- Environment detection, settings management, and a test suite with page coverage reports.
- Lead enrichment with JSON API robustness fixes.
- Rebranding to "Best Jobs in TA" with updated API base URLs on port 8181.
The CRM is a concrete example of the Sanctum philosophy: a lightweight PHP+SQLite app that an AI agent can operate entirely through its API. No heavyweight ORM, no multi-service deployment β just a single repo you can clone and run.
Sanctum DMS
sanctumos/sanctum-dms (Document Management System) also shipped its Phase 1 foundation this month:
- Core infrastructure with a proper project structure,
/api/v1routing, and a status endpoint. - Database schema with enhanced testing framework, new assertion methods, and exception handling.
- Tests extending a
BaseTestclass for consistent schema definitions.
DMS is still scaffolding at this point, but the pattern is established: schema-first, test-first, API-first.