# Friday Deployments

- **Event:** [Built with Opus 4.7: a Claude Code hackathon](https://cerebralvalley.ai/e/built-with-4-7-hackathon)
- **When:** Apr 21 at 12:00 PM – Apr 27 at 2:00 AM (EDT)
- **Where:** Online
- **Team:** [James Collard](https://cerebralvalley.ai/u/Exotic52)
- **GitHub:** https://github.com/Exotic209093/Vastify
- **Demo video:** https://youtu.be/_OcVUofbFTM
- **Gallery:** https://cerebralvalley.ai/e/built-with-4-7-hackathon/hackathon/gallery
- **Page:** https://cerebralvalley.ai/e/built-with-4-7-hackathon/hackathon/gallery/49

astify is a CRM storage and backup platform built for Salesforce. Salesforce charges around $250 per gigabyte per year for native file storage — a medium org with a few terabytes of attachments burns six figures every year just to keep that data sitting there.

Vastify sits invisibly between Salesforce and a cloud bucket the customer already owns (S3, GCS, Azure, R2). It proxies the same OData endpoint that every dependent Salesforce app reads from, so apps don't notice the data moved — but the actual files now live in customer-owned, AES-256-encrypted, tier-routed object storage at roughly 1/100th the cost. Files stay queryable, attachments stay accessible, the bill drops by an order of magnitude.

Three AI agents power the day-to-day:

Setup Agent — installs Vastify in 42 seconds via 6 typed tool calls. Inspects the org, picks the cheapest backend for the data shape, deploys the managed package, verifies the OData endpoint.
Diff Explainer — reads the change-set when you need to restore from a backup and tells you exactly what's safe to bring back, what would overwrite live work, and what would corrupt the schema.
Rule Generator — turns plain-English routing intent ("move all contracts older than 90 days to Glacier and ping the AE in Slack") into validated JSON routing rules.
All three are built on the Anthropic Agent SDK with Claude Opus 4.7. Live demo in your browser.

---

Markdown version of https://cerebralvalley.ai/e/built-with-4-7-hackathon/hackathon/gallery/49. Site index for agents: https://cerebralvalley.ai/llms.txt · full text: https://cerebralvalley.ai/llms-full.txt
