Changelog

What We Shipped

Every feature, improvement, and fix. Newest first.

Internal

Redis Session Caching & Database Indexes

Sessions are now cached in Redis instead of hitting the database on every request, and missing indexes were added to frequently queried columns.

Merged the separate Queue page into the Activity feed with status filters.

New Feature

Vendor Portal & Approval Queue

Vendors can now upload product assets through a dedicated portal. Submissions go into an approval queue where admins review, approve, or reject with comments.

  • Vendor upload portal for product asset submissions
  • Approval queue UI with review/approve/reject actions
  • Before/after comparison modal for AI autofix results
  • Metadata form integrated into the vendor upload modal
  • 1-click autofix with auto-upload and auto-approve
New Feature

Free Trial & Pinned Comments

Anonymous users now get 3 free uses on free tools without signing up.

Pinned comments let you drop image annotations at specific coordinates on any asset, useful for feedback and review workflows.

New Feature

Analytics Dashboard

New Analytics section in the dashboard showing credit usage, tool usage breakdown, and processing history.

Internal

DAM Performance Optimization

Optimized the DAM dashboard for speed. Faster gallery rendering, reduced memory usage on large libraries, and smoother scrolling.

New Feature

DAM Dashboard

Full digital asset management dashboard with a new sidebar layout.

  • Activity sidebar tab with full-screen view in the dashboard
  • Flows tab for managing workflow orchestrator runs
  • Right-click context menu on gallery items (rename, move, delete, process)
  • Analytics section with usage dashboard
New Feature

GLB 3D Model Optimizer

New tool for optimizing GLB/glTF 3D models for the web. Reduce file sizes by compressing textures and geometry while preserving visual quality.

  • Single and batch mode — optimize one model or drop a folder of GLBs
  • Server-side processing via Inngest for large files
  • Vercel Blob upload with optional Sirv CDN promotion
  • Inline 3D preview so you can inspect results before downloading
New Feature

WordPress Plugin

Official WordPress plugin for Sirv AI Studio. Connect your WordPress site and run AI tools on your media library without leaving the WP admin.

  • OAuth authentication — secure connection without storing API keys in WordPress
  • Zapier batch endpoints for alt text generation and image creation
  • Background removal, upscale, and alt text available from the WP media library
  • Docker dev setup included for local testing
New Feature

Prompt Expander with Image Analysis

The prompt expander now analyzes your uploaded image to write context-aware expanded prompts. Moved to the top-right corner and available on all tool pages.

New Feature

DAG Mode for Workflow Pipelines

Workflow pipelines are no longer limited to linear chains. DAG (directed acyclic graph) mode lets you branch, merge, and create complex multi-path workflows.

  • Free-form connections — drag edges between any compatible nodes
  • Auto-connect on add — new steps auto-wire to the selected node when compatible
  • Session restore — DAG layouts and custom connections persist across page reloads
  • Linear mode preserved — simple chains still work the same way, DAG is opt-in via the canvas toolbar