February 20, 20261.0.89v1.0.89RSS

v1.0.89 — [UI/UX] Show Product Name in Sidebar Header When in Product Scope

Release Notes

When a user navigates into a product (the ProductSidebar is shown), the AppSidebar header still only shows 'SaaS Factory / AI-Powered Builder'. The user must read the breadcrumb in the top header bar to know which product they are inside. For users managing 10+ products, this causes constant context-switching confusion.

Category: navigation File: src/components/app-sidebar.tsx Recommendation: When isProductScope is true, replace or augment the subtitle text in the SidebarHeader with the product name. The AppSidebar already receives projectId from extractProjectId — pass the product name from ProductContext (or a minimal fetch) and display it as a subtitle or replace 'AI-Powered Builder' with the product name, possibly with a truncated pill badge for status.