Ecosystem

Showcase

A high-level overview of the LoanLedger ecosystem: core products and integrations, with capabilities and roles.

Desktop

LoanLedger Windows

Local-first ledger with network warning lookups for lenders.

Native Windows application that gives lenders a single place to track their book: loans, outcomes, and baseline stats stay on-device. The app can query the LoanLedger network for warning signals on borrowers — no ledger data leaves the machine.

  • Local-first: Full ledger and history stored on the lender's PC; works offline.
  • Warning lookups: Query the network for borrower warning signals and default history before adding a new loan.
  • Distribution: The network website is the distribution point; lenders get the app from there.
  • Identity: When the network requires login, the app stores and sends the token for API access.

Screenshots

Main view
Tools & notes
Statistics
View more

Backend & hub

LoanLedger Network

Operator-run API, warning intelligence, and public website.

Single service that powers the LoanLedger network: stores borrower warning signals, serves the warning lookup API to lenders, and hosts the public site. All access is gated by identity and JWT; the same code runs locally for testing or on a dedicated server in production.

  • Warning lookup: Lenders query the network for borrower warning signals and default history via the API.
  • Pipeline: Operators build and refresh curated lists from verified signal data; runs manually or on a schedule.
  • Website: Homepage, About, Register, Sign in, and Showcase — all served from one deployment.
  • Access: JWT-gated; only authenticated, approved lenders can query warning data.

Screenshots

Showcase page

Reddit

LoanLedger Devvit

Reddit-only ledger maintainer; keeps borrowers and lenders documenting properly. Replaces the outdated LoansBot.

Runs exclusively on Reddit (Devvit). It does not communicate outward-no external APIs or off-site hooks. It acts as a ledger maintainer: it keeps borrowers and lenders documenting loans and outcomes properly in-thread, enforces structure, and supports the same list and risk logic as the rest of the ecosystem. Intended as a replacement for LoansBot, which is outdated.

  • Reddit-only: All activity stays on Reddit; no outbound communication.
  • Ledger maintainer: Keeps documentation consistent and structured so loans and outcomes are recorded properly.
  • Replacement for LoansBot: Modern, maintained alternative to the legacy LoansBot.

Discord

BorrowNewBot

Streams every new thread to your Discord chat; more features in development.

Discord bot that streams each new thread into your servers channel so the lending community sees activity in one place. Currently focused on reliable streaming; list lookups, risk signals, and a companion GUI are planned as the bot advances.

  • Live now: Every new thread is streamed to your Discord chat.
  • In progress: Advancements (e.g. list lookups, signal on add, optional GUI) aligned with the same network data as the rest of the ecosystem.

Screenshots

Discord GUI
Discord messages

Together these form a single ecosystem: local tools for lenders, a shared network for aggregation and lists, and Reddit and Discord touchpoints for discovery and verification.