What We Shipped

Every feature, improvement, and fix. Newest first.

Feb 24, 2026

New Default ThemeImprovement

Switched to the shadcn Vega theme. Cleaner look, better contrast ratios, and consistent spacing across all components. No functionality changes.

Feb 22, 2026

Vendor Management UX ImprovementsImprovement

The vendor management table got a usability pass. Row actions are always visible now (no more hunting in menus), the whole row is clickable, and the invite flow uses proper primary buttons.

  • Always-visible row actions for assign, edit, and remove
  • Clickable rows to open the vendor management dialog
  • Scope summary shown inline so you can see permissions at a glance

Zapier Integration HardeningFix

Full audit of the Zapier API integration. Fixed bugs in trigger payloads, tightened auth checks, added proper credit deduction for AI operations triggered via Zapier, and removed dead code paths.

Feb 21, 2026

Auto-Sync Product Edits to ShopifyNew Feature

When you edit a Shopify-sourced product in the UI (name, description, tags), changes now sync back to Shopify automatically.

Shopify Product Sync ImprovementsImprovement

Product sync from Shopify is more reliable now. Categories pull in from the GraphQL API, image fallbacks work properly when a product has no featured image, and the sync button uses a proper primary style so it's easy to find.

Feb 20, 2026

PIM & Bulk Product ManagementNew Feature

Product Information Management (PIM) overhaul with collections, external mappings, multi-portal support, and vendor collection access.

  • Collections with attribute schemas and up to 3 levels of inheritance
  • Bulk edit fields (brand, category, description, tags) with merge/replace modes
  • Delete all products option
  • Rich product card in the asset modal's product tab
  • External mappings for syncing product data with third-party systems

Feb 19, 2026

PDF Translation ToolNew Feature

New tool at /tools/pdf-translation that translates PDF documents using Gemini 3 Flash. Two output modes: a clean translated PDF, or a bilingual side-by-side layout.

  • 45+ languages with CJK support via Noto Sans font embedding
  • Content-stream image detection preserves images and layout in the output
  • Available as an inline operation in the DAM asset modal too
  • 3 credits per document

Feb 17, 2026

Vendor SFTP Upload & SAP ImportNew Feature

Vendors can now upload assets via SFTP. Files land in a watched directory, get auto-matched to products, and flow into the approval queue.

Also added SAP as an external product source for importing product catalogs.

Feb 16, 2026

Products Tab & CSV Product ImportNew Feature

New Products section in the vendor portal. Import product catalogs from CSV files and manage them directly in the DAM.

Feb 12, 2026

360 Spins, Hotspot Editor & Concurrent UploadsNew Feature

Create 360-degree product spins from a set of images, and add clickable hotspots to any asset. Uploads now run concurrently with IndexedDB-backed session tracking so nothing gets lost if the browser closes.

  • 360 spin creation from selected assets via Sirv.js
  • Hotspot editor for adding interactive annotations to images and spins
  • Bulk context menu for batch actions on selected assets
  • Concurrent uploads with IndexedDB session persistence