WILMS — Women's Interest-Free Loan Management System for Ghana group microfinance. TypeScript monorepo (Next.js + domain API) with RBAC, field offline sync, and Web Push.
# WILMS — Women’s Interest-Free Loan Management System
**WILMS** is a production-grade operational platform for managing women’s interest-free group lending programmes. It covers the full lending lifecycle — registration, approval, disbursement, weekly collections, reconciliation, expenses, communications, executive reporting, forecasting, and audit — with strong RBAC, financial integrity controls, and Vercel + Neon deployment.
| Field | Value |
| --- | --- |
| **Current release** | `v1.8.1` (production maintenance; previous `v1.8.0-final`) |
| **Maturity** | Production operational platform (final production certified) |
| **Primary deployment** | wilms.vercel.app |
| **Runtime** | Node.js **22.x** |
| **Data store** | Neon PostgreSQL (Drizzle ORM) |
| **Auth model** | Custom HMAC-signed session cookies (`wilms_session`) |
> **Single entry point.** This README is the authoritative repository overview. Deep-dive docs live under `docs/`. The official product library lives under `documentation/` and is readable in-app at **/documentation** (Documentation Centre). Release evidence packs live under `docs/v1.8.0/`.
---
## Table of contents
1. Project title and badges
2. Executive overview
3. Key capabilities
4. Architecture overview
5. Repository structure
6. Technology stack
7. Core domain model
8. Financial model
9. User roles and permissions
10. Workflow diagrams
11. Features by module
12. UI / UX overview
13. Notification system
14. Reporting & analytics
15. Operations & observability
16. Security model
17. Installation
18. Environment variables
19. Database & migrations
20. Development workflow
21. Testing
22. Build & deployment
23. Performance
24. Accessibility
25. Documentation map
26. Roadmap
27. Contributing
28. Support
29. License
30. Final project summary
---
## 1. Project title and badges
**WILMS — Women’s Interest-Free Loan Management System**
Badges at the top of this document reflect the current production release posture: **v1.8.1**, N …