CreditNp is a comprehensive, multi-tenant Loan Application System designed specifically for Nepali financial institutions. Manage lifecycles, branches, and documents in one secure cloud ecosystem.
CreditNp replaces outdated spreadsheets and paper trails with a unified, digital loan lifecycle engine.
Capture detailed applicant data, financial status, property collateral, and legal witness info across a smart, multi-page form.
Seamlessly manage multiple branches. Data is strictly segregated via database slugs (e.g., las_branch_a), ensuring privacy and organization.
Interactive dashboards displaying key metrics like daily processed applications, allowing administrators to track performance instantly.
Full administrative power to add, remove, or transfer employees between branches. Monitor logs and enforce access policies effortlessly.
Built for Nepal. Includes native fields, Nepali Date Converter, and auto-conversion of numbers to Nepali words.
Stop manual typing. Generate official loan agreements and forms directly from system data, ready for printing and signing.
CreditNp isn't just a form; it's a modern distributed system. We separate concerns between a robust Node.js backend and a reactive Next.js frontend, secured by industry-standard Auth0.
Dynamic collection creation per branch (e.g., las_branch_b) ensuring zero data leakage.
JWT-based stateless authentication. Branch affiliation is embedded in the token for instant policy enforcement.
A lightning-fast frontend styled with TailwindCSS for a responsive, accessible experience on any device.
const lasController = require('./las.controller');
// Routes definition
router.post('/upsert', checkJwt, lasController.upsertLAS);
router.post('/getlmsin', checkJwt, lasController.getLMSIN);
// Dynamic Model Generation
const getLasModel = (slug) => {
return mongoose.models[slug] || mongoose.model(slug, Schema);
}
Global software often fails to understand local needs. CreditNp is built from the ground up with the Nepali financial ecosystem in mind.
Built-in BS (Bikram Sambat) to AD conversion.
Automatic conversion of figures to Nepali words for legal docs.
Database fields optimized for Nepali Citizenship & Address formats.