Auth Overhaul, Mobile Polish, and Multi-Output Recording

Week 11

Passwordless authentication, 14-day trials, and a complete mobile UX refresh landed in the Inspiration Index. Multi-resolution recording, dark mode, and smarter email routing shipped across the rest of the stack.

#Inspiration Index

OTP email authentication replaces password-based flows entirely, with a 14-day free trial giving new users full access before committing. Onboarding was redesigned with streamlined interest selection and profile setup. Users can now fully delete their accounts and cancel subscriptions.

  • Adaptive breakpoints, sheet redesign, iOS bounce fixes, scroll restoration, and improved dialogs
  • Gesture handling and sticky filter bar with pill-based active state
  • Uniform card sizing across collection mosaics and detail views
  • Vector embedding-based relevance ranking for section browsing
  • Pre-filter step and adaptive thinking levels for search performance
  • Credits only consumed on successful results
  • HD downloads for paid users; standard MP4 remains free for all
  • Search suggestions expanded with contextual chips and synonym matching
  • Canonical URLs, structured sitemaps, and OG image generation for SEO
  • Comprehensive event tracking across user journeys
  • Dedicated settings pages for account management
  • Personalized content feed at the root route

#Autoscroll Recorder

  • Multi-output support generates multiple resolutions from a single capture, replacing the single-output model
  • HiDPI-native capture with dynamic scaling and auto-adjusted bitrate for crisp high-DPI recordings
  • Full-page screenshots capture entire page state alongside video
  • GPU pipeline improved with CUDA acceleration and proper hardware detection
  • Screenshots appear in job detail pages with presigned download links for each resolution variant
  • Screenshot settings let you configure capture parameters per config-set
  • Consolidated dropdown for retry, duplicate, and management tasks simplifies job actions

#CD2

  • Domain-scoped API keys restrict keys to specific domains for tighter security
  • Admin interface for immediate key revocation; system keys bypass domain restrictions for internal operations
  • Email forwarding gained CC support, attachment preservation, and attribution blocks
  • Auto-create initial forwarding rule on domain setup
  • Priority warnings for silent-drop risks
  • DLQ monitoring with CloudWatch alarms and Slack notifications for failed deliveries

#Silo CDP

Full CSS variable migration enables theme switching and dark mode across the platform. Toast notifications confirm settings saves.

#PostgreSDK

  • Trigram search with multi-column fuzzy text search using pg_trgm
  • Proper integer type emission in Zod schemas fixed a type safety gap
  • distinctOn received subquery optimization for complex ordering scenarios