February 21, 20261.0.102v1.0.102RSS

v1.0.102 — [UI/UX] The landing page app name is 'Dylan's Amazing SaaS Factory' — branding inconsistency

Release Notes

The HTML <title> tag, onboarding wizard header (WizardHeader component), and the landing page (page.tsx) all reference 'Dylan's Amazing SaaS Factory' as the product name. The sidebar says 'SaaS Factory'. The not-found.tsx, sign-in/up pages, and dashboard all say different variants. This personal name will confuse any future users and looks unprofessional in browser tabs and sharing.

Category: content File: src/app/layout.tsx Recommendation: Standardize the product name across all surfaces. Update layout.tsx metadata title, the onboarding WizardHeader, landing page nav, and footer to use a consistent name. Consider using a single NEXT_PUBLIC_APP_NAME env var or a shared constant to avoid future drift.