Skip to main content

SS3 Cloudflare

Benchmarked against: Anthropic — Vertex AI (cloud platform) Codename: Beagle 3 | Status: 🔴 Planning

SS3 is not a physical machine — it's SuperPortia's cloud infrastructure on Cloudflare, serving as the fleet's external-facing gateway.


Role

FunctionTechnology
Cloud UB storageCloudflare D1 (SQLite at edge)
UB vector searchCloudflare Vectorize
File storage & backupCloudflare R2
API gatewayCloudflare Workers
External servicesEdge functions
Future: docs hostingCloudflare Pages

Why Cloudflare

  • Edge-first: D1, Workers, R2 all run at edge — low latency globally
  • Cost-effective: Generous free tier for Workers and D1
  • No vendor lock-in: Standard APIs (SQLite, S3-compatible)
  • Unified platform: Storage, compute, and CDN in one place

Cloud UB architecture

SS3 hosts the Cloud UB — the single source of truth for all fleet knowledge:

All ships (SS1, SS2) → Cloud UB MCP Server → Cloudflare Worker → D1 + Vectorize
  • D1: Stores all UB entries (entries table + classified_entries table)
  • Vectorize: Semantic search vectors (Gemini embedding-001, 768d)
  • R2: Backup storage for UB snapshots

Common mistake

SS3 is NOT a physical machine. Do not confuse SS3 with the Mac Mini M4 Pro upgrade (that's still SS1).

SS3 = Cloudflare cloud infrastructure. It has no physical hardware — it runs on Cloudflare's global edge network.