February 20, 20261.0.91v1.0.91RSS

v1.0.91 — [UI/UX] Sign-In Page Brand Name is Hardcoded Placeholder Text

Release Notes

The sign-in page renders 'Dylan's Amazing SaaS Factory' as the brand name, which is clearly a personal placeholder. The same placeholder also appears in the onboarding wizard WizardHeader and the homepage hero/footer. While this may be intentional for a demo, it looks unprofessional for a platform meant to build enterprise SaaS products and undermines credibility.

Category: content File: src/app/sign-in/[[...sign-in]]/page.tsx Recommendation: Extract the brand name into a single constant (e.g. src/lib/brand.ts exporting BRAND_NAME = 'SaaS Factory'). Replace all occurrences of the hardcoded string in sign-in page, sign-up page, onboarding wizard, homepage, and footer. This makes rebranding a one-line change and removes the placeholder copy that undercuts the enterprise positioning.