Email invites, performance wins, and quality gates

Week 13

Big collaboration upgrade this week with email-based team invites. Also shipped performance improvements, search personalization, and automated quality gates for content curation.

#Inspiration Index

Team invites now work with email addresses — invitees no longer need an existing account. Send an invite to any email, and they'll get prompted to create an account when they accept. Billing visibility is now scoped to team owners only.

Performance improvements across the board: fonts now preload to eliminate render-blocking fetches, dialogs and analytics load lazily, and animations moved from JavaScript to pure CSS. Pages load faster and feel snappier.

Search results now show personalized suggestions on the hero section based on your query patterns. Behind the scenes, content is now sorted by ai_design_score instead of embedding distance, improving relevance. Captures with design scores below 2.0 are automatically rejected before entering the index.

Browsing and filtering got a refresh. The taxonomy formerly called "website model" is now "website archetype" throughout the UI. Industry and archetype taxonomies have been expanded and refined. Browse filters and page headers have been overhauled for clarity. Device filtering now uses explicit groups instead of viewport heuristics.

Smaller improvements: plan badges now appear on user avatars in the nav bar, horizontal scroll bug fixed on the filter selector, sort preferences are now saved in a cookie, and search results use cursor pagination for better performance. Added CSV export for Google Ads page feeds.

#Autoscroll Recorder

Improved reliability for GPU-based recording jobs. Added capacity gating with tiered delays to prevent queue saturation. Fixed an issue where multi-output distribution events used incorrect S3 keys. URL override matching now correctly handles trailing slashes.

Fixed a bug where third-party scripts were monkey-patching console.log, breaking debug output. Hardened the recording pipeline with AMI pinning, better error propagation, and framerate adjustments.

#Silo CDP

Added March 2026 report generation for PNHCA.

#bhonda.com

Published two new FAQ entries: one covering Google Ads Search Campaigns and another on HTTPS feed sources. Audited all existing FAQs to remove fluff. Added an Accordion component to support expandable Q&A sections. Added project page for #Bunny Cache Buster.

#PostgreSDK

Shipped three releases this week. Removed default limits from list operations — now returns all records unless explicitly limited. Fixed type generation for nullable belongs-to relationships. Improved error handling with proper HTTP status codes for Postgres errors and added UUID format validation.