Intelligent Contract Lifecycle Management Software
- 🌐 Website: three-korecent.frappe.cloud/frontend
- 📄 Documentation: View Full Docs (Google Doc)
- ✍️ Documenso Integration GitHub Repo: Documenso Integration →
- 🔐 Role-Based Access — Separate flows for Contract Managers & Counterparties
- 🔁 Lifecycle Workflow — Request → Review → Negotiate → Finalize → Sign → Expire
- 📣 Smart Notifications — Stay informed across contract stages
- 💬 Real-Time Collaboration — Inline discussion & change history
- 🧠 Gemini AI Integration — Instant contract summaries and critical insights
- 📜 Version Control — Track every redline and revision transparently
- ✍️ Documenso Integration — Sign documents securely with open-source eSign
- 🌐 Intuitive UI — Frappe Desk + Dedicated Frontend Portal
- Automatically summarize contract terms
- Highlight risky clauses or missing standard provisions
- Improve turnaround time and comprehension
- Request → Draft → Approved → In Negotiation → Legal Review → Modified → Final Approval → Negotiated → Awaiting Signature → Active → Expired / Rejected
A centralized dashboard to manage and view all your contracts, their statuses, and actions.
Keep track of all changes made during negotiations with transparent redlining and revision history.
This project includes Documenso, an open-source alternative to DocuSign for signing contracts digitally.
You need to install our standalone app for documenso Click here to install!.
- Seamless in-app signing
- Audit trails and document security
- Webhook-ready and customizable
# Create a new bench
bench init frappe-bench
cd frappe-bench
# Get the SMARTContract app
bench get-app https://github.com/ManyaGirdhar/Contract-Lifecycle-Management-Software.git
bench get-app https://github.com/ManyaGirdhar/Documenso-Integration.git
# Create site
bench new-site <yoursitename>
# Install app
bench --site <yoursitename> install-app clm
bench --site <yoursitename> install-app documenso_integration
# Start development server
bench start






