Skip to content
@backblaze-b2-samples

Backblaze B2 Sample Code Repositories

Sample projects and demos for Backblaze B2, from the Solutions Engineering and Labs teams. Unofficial and unsupported — questions and feedback welcome.

Build with Backblaze B2

Practical starter kits, reference apps, and Labs experiments for building with Backblaze B2 Cloud Storage.

Not sure where to start? Browse the curated B2 Samples catalog to find examples by workflow, including data lakehouse, AI, media, resilience, and integrations.

Get started with B2 · B2 S3-Compatible API

Start here

Your goal Recommended starting point What you get
Build a full-stack, file-backed app Vibe Coding Starter Kit A production-minded TypeScript + Python foundation with uploads, file browsing, and B2 already integrated.
Build an AI knowledge base Agentic RAG Vector Starter Kit Document ingestion, semantic search, grounded chat, citations, and B2-backed storage.
Upload directly from a web app B2 Browser Upload Focused examples using both the B2 Native and S3-Compatible APIs.
Learn the S3-Compatible API with Python B2 Python S3 Sample A small, approachable B2 quick-start application built with boto3.

Explore by workflow

What to expect

This organization contains two kinds of projects:

  • Starter kits and reference apps are designed to be read, adapted, and used as a foundation for your own B2 integration.
  • Labs experiments explore a specific workflow or technology. They are useful working examples, but may evolve quickly and are not a substitute for production architecture or formal product support.

Check each repository's README for prerequisites, security considerations, and its current maintenance status before adopting it.

Work with us

Have a bug report, a documentation improvement, or a B2 workflow you would like to see demonstrated?

  1. Start with the README in the most relevant repository.
  2. Open an issue there with a clear use case, expected outcome, and a minimal reproduction when applicable.
  3. For B2 account, billing, or production product support, use Backblaze Support rather than an example repository issue.

We welcome practical feedback from developers, customers, partners, and the open-source community. The most useful requests explain the real workflow you are trying to build, not just the technology involved.

Planning for storage at scale? If you are a customer with large-scale storage needs, contact Backblaze Sales to work with a Solutions Engineer on your architecture, integration, and pricing.

Building responsibly

Examples should never be copied blindly into production. Use least-privilege application keys, keep credentials out of source control, review access policies and lifecycle settings, and validate your integration against the official B2 documentation.


Backblaze B2 is S3 compatible object storage built for developers, data, media, and AI workloads.

Pinned Loading

  1. vibe-coding-starter-kit vibe-coding-starter-kit Public template

    Starter kit for vibe coders building apps with file uploads and object storage. This full-stack dashboard template integrates with Backblaze B2 Cloud Storage and includes secure upload flows, file …

    TypeScript 14 4

  2. agentic-rag-vector-starter-kit agentic-rag-vector-starter-kit Public template

    Agentic RAG vector starter kit with AI coding agent architecture, Langchain, LanceDB, and Backblaze B2 for document upload, semantic search, grounded chat, and document citations.

    Python 2 1

  3. image-generation-prompt-flow image-generation-prompt-flow Public

    AI image generation prompt flow example app focused on prompt engineering and prompt optimization, comparing models GPT Image, DALL-E, Gemini Nano Banana, and Google Imagen. Shows how image prompts…

    TypeScript 4 1

  4. openclaw-b2-sync-backup openclaw-b2-sync-backup Public

    OpenClaw automatic backup and sync to Backblaze B2. Keep state durable across machines, restore instantly on new hardware, and roll back to previous snapshots if configs break or memory becomes cor…

    TypeScript 3 3

  5. b2-transformers-video-object-detection b2-transformers-video-object-detection Public

    Real-time video object detection monitoring demo using Transformers.js and Backblaze B2 Cloud Storage. Runs YOLOv9 fully in the browser with automatic capture intervals, no server or GPU required. …

    HTML 2 2

Repositories

Showing 10 of 150 repositories
  • neocloud-partner-portal Public

    Neocloud partner portal demo for Backblaze B2

    backblaze-b2-samples/neocloud-partner-portal's past year of commit activity
    JavaScript 0 0 2 0 Updated Aug 26, 2026
  • nnunet-3d-medical-image-segmentation Public template

    Sample app for real nnU-Net 3D medical image segmentation: ingest CT/MRI NIfTI volumes, run nnunetv2 inference locally, and store every artifact — raw volumes, preprocessed tensors, masks, and the trained model checkpoint — on Backblaze B2 via the S3-compatible API. Next.js + FastAPI + PyTorch

    backblaze-b2-samples/nnunet-3d-medical-image-segmentation's past year of commit activity
    TypeScript 0 MIT 0 0 10 Updated Aug 24, 2026
  • mmpose-video-keypoint-extraction Public template

    Extract 2D/3D pose keypoints from video with a local MMPose engine and store per-frame JSON, skeleton overlays, and a JSONL dataset manifest on Backblaze B2 — a Next.js + FastAPI sample for building pose datasets.

    backblaze-b2-samples/mmpose-video-keypoint-extraction's past year of commit activity
    TypeScript 0 MIT 0 0 10 Updated Aug 20, 2026
  • opendronemap-photogrammetry-pipeline Public

    Full-stack OpenDroneMap photogrammetry pipeline that turns overlapping drone photos into orthomosaics, DEMs, point clouds, and textured 3D meshes, storing both inputs and far-larger outputs on Backblaze B2 via the S3-compatible API — a sample app for surveying, agriculture, and GIS teams.

    backblaze-b2-samples/opendronemap-photogrammetry-pipeline's past year of commit activity
    TypeScript 0 MIT 0 0 12 Updated Aug 19, 2026
  • colmap-gaussian-splatting-pipeline Public

    End-to-end photogrammetry pipeline: turn photos or a video into a COLMAP structure-from-motion reconstruction and a Nerfstudio/gsplat-ready bundle for 3D Gaussian Splatting and NeRF, with every capture artifact versioned on Backblaze B2. Sparse SfM runs on CPU (no GPU); Next.js + FastAPI.

    backblaze-b2-samples/colmap-gaussian-splatting-pipeline's past year of commit activity
    TypeScript 0 MIT 0 0 12 Updated Aug 19, 2026
  • monai-dicom-segmentation Public

    Full-stack sample app that runs MONAI medical-image segmentation on DICOM/NIfTI volumes and stores the source scans, segmentation masks, and preview slices in Backblaze B2 via the S3-compatible API. Next.js 16 + FastAPI; models run on-device (CPU by default, GPU auto-detected).

    backblaze-b2-samples/monai-dicom-segmentation's past year of commit activity
    TypeScript 0 MIT 0 0 12 Updated Aug 19, 2026
  • browser-multipart-upload-compress-data Public

    Uploading large objects to S3-compatible cloud object storage from the browser using multipart upload and compression

    backblaze-b2-samples/browser-multipart-upload-compress-data's past year of commit activity
    JavaScript 3 1 2 9 Updated Aug 19, 2026
  • vibe-coding-starter-kit Public template

    Starter kit for vibe coders building apps with file uploads and object storage. This full-stack dashboard template integrates with Backblaze B2 Cloud Storage and includes secure upload flows, file browsing, and basic storage management.

    backblaze-b2-samples/vibe-coding-starter-kit's past year of commit activity
    TypeScript 14 MIT 4 0 16 Updated Aug 19, 2026
  • datacomp-image-text-filtering Public template

    DataComp-style image-text dataset filtering on Backblaze B2: stream WebDataset shards from object storage, score image-text alignment with CLIP (open_clip), write filtered shards + quality metrics back to B2 — no local staging, no database. Full-stack Next.js + FastAPI sample for VLM-pretraining data curation

    backblaze-b2-samples/datacomp-image-text-filtering's past year of commit activity
    TypeScript 0 MIT 0 0 11 Updated Aug 18, 2026
  • immich-object-storage-backend Public template

    Self-hosted, Immich-style photo-library backend that stores originals, thumbnails, CLIP embeddings, smart tags and EXIF sidecars on Backblaze B2 via the S3-compatible API — with CLIP semantic search and smart tags powered by real OpenCLIP (ViT-B-32). FastAPI + Next.js sample.

    backblaze-b2-samples/immich-object-storage-backend's past year of commit activity
    TypeScript 0 MIT 0 0 12 Updated Aug 18, 2026

Top languages

Loading…

Most used topics

Loading…