The Infrastructure & Automation Overhaul

Week 40

#Agentic Editor

Added automated GitHub Actions workflow and secrets configuration with a single click. The new setup includes verification checks, confirmation dialogs, and a comprehensive job setup checklist to ensure everything's configured correctly before you start working.

  • New preview mode with browser chrome simulation, configurable iframe zoom, and Vercel deployment preview bypass support.
  • Breadcrumb navigation via React Router v7 handles.
  • Floating sidebar with persistent state that survives page refreshes using cookie-based storage.
  • Annotation client with BunnyNet CDN integration for global asset delivery and simplified S3 configuration.
  • Vercel OIDC authentication for secure cloud resource access.

#Inspiration Index

Split data concerns with separate APP_DB and PIPELINE_DB databases, allowing the application and video processing pipeline to scale independently.

  • Built comprehensive pipeline review visualization with frame-by-frame analysis UI, human feedback controls, and progress indicators.
  • Added BunnyNet CDN for global asset delivery of video frames and processed content.
  • Implemented end-to-end observability with review artifacts.
  • New analyze-video-frames Lambda directly analyzes frames and fixes alignment issues that were causing processing failures.
  • Moved all Terraform infrastructure into the main application and pipeline repositories, streamlining deployment and configuration management.