← Home

Showcase

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

Desktop

LoanLedger Windows

Local-first ledger and optional network sync for lenders.

Native Windows application that gives lenders a single place to track their book: loans, outcomes, and baseline stats stay on-device by default. When the lender opts in, the app can send anonymized contributions (e.g. default/unpaid outcomes) and aggregate stats to the network—no full ledgers leave the machine unless explicitly chosen.

  • Local-first: Full ledger and history stored on the lender’s PC; works offline.
  • Opt-in sync: Contribute to shared default/unpaid lists and pull network lists for background checks and “signal on add.”
  • 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

Central API, storage, curated lists, and public website.

Single service that aggregates what opted-in lenders send, builds and publishes curated default and unpaid lists, and serves the public site (including this page). All API use can be gated by identity and API key; the same code runs locally for test or on a dedicated server for production.

  • API: Receives contributions and baseline stats; serves lists (/lists/default, /lists/unpaid); health and status endpoints.
  • Pipeline: Builds and refreshes lists from contributions; can run on a schedule or manually.
  • Website: Homepage, About, Register, Sign in, and Showcase—all served from one deployment. Download the app from Account when permitted.
  • Access: Optional API key for lock-down; optional login (JWT) so only authenticated users contribute or pull lists.

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 server’s 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.