Skip to content

Explanation

This section explains how BBDrop works under the hood. These documents describe the design decisions, architecture, and tradeoffs behind the system -- not step-by-step instructions.

  • Upload Pipeline -- How a gallery flows from queue to hosted images, and why the pipeline is host-agnostic
  • Security Model -- How BBDrop protects credentials, tokens, and data in transit and at rest
  • Queue & Persistence -- How the queue system tracks gallery state, survives restarts, and coordinates threads

Back to User Documentation