Back to Projects
April 26, 2026
Hackathon · Salesforce + AI AgentsCerebral Valley × Anthropic 4.7 Hackathon submission

Vastify

Vastify is a transparent storage and backup platform for Salesforce, built during the Cerebral Valley × Anthropic 4.7 Hackathon. It reduces Salesforce data storage costs by approximately 90% by proxying the OData endpoint and offloading files into customer-owned object storage (S3, GCS, Azure Blob, MinIO, or Cloudflare R2) — without breaking any Salesforce app that depends on the original data. The submission centres on three Claude Opus 4.7 agents built with the Anthropic Agent SDK: a Setup Agent that provisions the system in 42 seconds across six autonomous tool calls, a Diff Explainer that produces structured per-object verdicts on backup change-sets, and a Rule Generator that converts plain-English routing intent into validated JSON rules.

Role and Focus

Designed and built the full stack solo for the hackathon: agent orchestration with the Anthropic Agent SDK, the Bun/Hono middleware, the Salesforce-side Apex integration, and the React dashboard.

Vastify

Tech Stack

AI Agents

Anthropic Agent SDKClaude Opus 4.7Structured OutputsTool-Calling Loops

Middleware

Bun 1.3Honobun:sqliteTypeScript

Object Storage

AWS S3Google Cloud StorageAzure BlobMinIOCloudflare R2

Salesforce

Apex TriggersQueueablesExternal ObjectsOData 4.0

Dashboard

React 18ViteTailwind CSSRecharts

Key Highlights

  • Built three Claude Opus 4.7 agents with the Anthropic Agent SDK — Setup, Diff Explainer, and Rule Generator — demonstrating structured outputs and self-recovering agent loops.
  • Implemented a transparent OData proxy so Salesforce apps continue to function identically even after files are offloaded into a customer-owned cloud bucket.
  • Delivered a full working stack in the hackathon timeframe: Bun/Hono middleware, SQLite index, multi-cloud storage abstraction, Apex triggers and Queueables, and a Vite/React dashboard.