Skip to content

Business Model

Business model details to be documented.

What Exists in the Codebase

The platform has a working implementation of:

  • Subscription tiersUserSubscription model with tier-based monthly credit replenishment and max path depth limits. Loaded via loadSubscription middleware before pathfinding routes.
  • Credit systemCreditTransaction ledger, UserCredits balance. Path searches deduct credits; bulk purchase and subscription replenishment add credits. Enforced via checkCredits middleware.
  • Usage limitscheckUsageLimit and warnApproachingLimit middleware on pathfinding routes.
  • Pricing configPricingConfig model for runtime pricing adjustments without deploys.