Next-Gen Documentation

Lending logic,
Simplified.

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.

Multi-Tenant
Auth0 Security
Nepali Localization
yourbank.creditnp.com
Admin
System Status
Secure & Active

Everything needed to run a modern branch.

CreditNp replaces outdated spreadsheets and paper trails with a unified, digital loan lifecycle engine.

Loan Application Mgmt

Capture detailed applicant data, financial status, property collateral, and legal witness info across a smart, multi-page form.

Multi-Tenant Architecture

Seamlessly manage multiple branches. Data is strictly segregated via database slugs (e.g., las_branch_a), ensuring privacy and organization.

Real-time Visualization

Interactive dashboards displaying key metrics like daily processed applications, allowing administrators to track performance instantly.

Admin Control

Full administrative power to add, remove, or transfer employees between branches. Monitor logs and enforce access policies effortlessly.

Nepali Localization

Built for Nepal. Includes native fields, Nepali Date Converter, and auto-conversion of numbers to Nepali words.

Auto-Doc Gen

Stop manual typing. Generate official loan agreements and forms directly from system data, ready for printing and signing.

Engineered for Scale & Security.

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.

MongoDB Multi-Tenant

Dynamic collection creation per branch (e.g., las_branch_b) ensuring zero data leakage.

Auth0 Authentication

JWT-based stateless authentication. Branch affiliation is embedded in the token for instant policy enforcement.

Next.js & Radix UI

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);

}

Proudly Made for Nepal 🇳🇵

Global software often fails to understand local needs. CreditNp is built from the ground up with the Nepali financial ecosystem in mind.

01

Nepali Calendar

Built-in BS (Bikram Sambat) to AD conversion.

02

Native Numbering

Automatic conversion of figures to Nepali words for legal docs.

03

Local Schema

Database fields optimized for Nepali Citizenship & Address formats.