Skip to main contentSkip to content

Updated Aug 20, 2026

LendAPI documentation (source)

Client-facing documentation site built with VitePress. Published structure follows a Guides / API / Changelog split (similar in spirit to developer-doc sites like Moov), optimized for dashboard users first and integrators second.

Last updated: 2026–05-27


Site sections

Top navPurposeEntry
GuidesDashboard how-tos: screens, workflows, rolesguides/index.md
Use casesCross-module scenarios (stub; deep dives live in Guides today)use-cases/index.md
APIREST reference for developers (stub until OpenAPI publish)api/index.md
ChangelogProduct + doc updates by releaserelease-notes/index.md
  • Guides use the left sidebar grouped by product area (Agent Dashboard, Product Studio, Rules Studio, Email & SMS, etc.).
  • API will eventually hold versioned endpoint reference; until then, see API keys/webhooks under Guides and _meta.md for route mapping.
  • Changelog is driven by release-notes/index.md (docs-automation) plus CHANGELOG.md for documentation-only edits.
  • Versioning: Per-page lastVerified frontmatter, release notes for product changes, and versioning-and-updates.md for the editorial process.

Local commands

bash
cd docs
npm install
npm run dev      # http://localhost:5173
npm run build
npm run preview
npm run check:docs-sync   # doc folder ↔ code map (monorepo root script)

Typography: Open Sauce Sans (loaded in .vitepress/config.mts).


Authoring

Drift check: from monorepo root, node docs-automation/check-docs-sync.js (or npm run check:docs-sync in this folder).


Documentation map (doc ↔ build)

Guide sectionBackend mountv2 UI (lend-frontend-repo)Notes
Getting startedprofiles/Login, profileRoles, tenant context
Applicationsapplication//application/applications/, detailList, underwriting, offers, history, documents, assign, tags
Customerscustomers//application/customers/List, detail, block
Tenant & workspacetenant/, profiles/, billing/, sso//settings/workspace/, /stats/, /tenants/Dashboard, API keys, webhooks, branding
Pricing Engineoffer//pricing-engine/Offer tables CRUD, versions
Rules & decisionsrules/, workflow//rules/, /decision-outcomes/Rules studio, outcomes
Templatesemails//templates/Email & SMS
Productsproducts/, page_builder//product-studio/, /model-studio/Product catalog, wizard, model studio
Documents & contractsdocs//docs/contracts/, /docs/doc_lib/Library, contracts, upload templates
Leads & marketplaceleads/, campaign//lead-gen/Campaigns, sources

LendAPI Field Guide.