# Roast Your App Season 1 - Ep. 3 | The Next Google Nano Banana Pro?

Source: https://www.youtube.com/watch?v=N96v2DPjRvQ
Recap page: https://rapidrecap.app/video/N96v2DPjRvQ
Generated: 2026-01-21T15:37:31.866+00:00

---
## Quick Overview

The Headshot app received a harsh review in the "Roast Your App" series due to numerous fundamental failures on its landing page, including missing favicon, poorly handled login/signup pop-ups, confusing pricing structures, broken image loading, and a lack of a dedicated help center, leading the reviewer to refuse to use the application until these baseline marketing and user experience issues are fixed.

**Key Points:**
- The reviewer immediately flagged the lack of a favicon, stating, "You need Romesh. You need a fave icon. It adds a certain level of professionalism when it shows up in search."
- The reviewer strongly condemned using pop-ups for login and sign-up, arguing for dedicated pages like '/signup' or '/login' for better user experience and SEO advantages.
- A critical flaw was discovered where uploaded images failed to load, showing "no image" in 'anime mode,' which the reviewer called an "instant red flag" for an image platform.
- The pricing page was heavily criticized for showing "too many numbers" (e.g., five options with multiple figures each) and containing contradictory text stating that credits "never expire" alongside text saying credits "reset monthly."
- The reviewer noted that the mobile menu passed inspection, stating, "All right, mobile menu looking good. We're passing."
- The FAQ link in the footer pointed to the pricing page instead of the actual FAQ section, indicating broken internal linking or misconfiguration: "Documentation is the exact same thing as pricing page. Red flag."
- The reviewer concluded by refusing to use the app because the first impression was flawed, emphasizing, "I'm not even going to use your app unless you pass my first filter, which is make a good landing page, like market your product."

**Context:** This transcript captures episode three of the series "Roast Your App," where the host, Corbin, meticulously reviews the landing page and user experience flow of an application named 'Headshot,' which promises professional headshots, creative edits, and studio portraits generated by AI from user selfies. The review process involves checking technical details like console logs and favicons, analyzing UI/UX decisions on the landing page, and scrutinizing the sign-up, pricing, and support sections.

## Detailed Analysis

Corbin subjects the Headshot app to a rigorous technical and design critique, beginning with finding no tokens because the user was not logged in and immediately noting the absence of a favicon, which diminishes professionalism. He heavily criticized the use of pop-ups for login and registration, advocating for dedicated, SEO-friendly pages to prevent user bounces and technical issues. While the core value proposition—transforming selfies into studio portraits—was acknowledged as good, the hero section needed better centering and should fully display the user's head, as cutting off the hair defeats the purpose of a selfie platform. Major functional issues appeared when sample images failed to load, suggesting incorrect URL handling or private links, prompting a recommendation to implement a Cloudflare CDN for faster global loading. Furthermore, the reviewer found excessive text blocks where bullet points would be superior, too many choices in the FAQ section (suggesting only six max), and questioned the definitive legal claim about passport/ID photo compliance. The pricing page was deemed confusing due to too many numbers and contradictory statements about credit expiration policies. Ultimately, Corbin refused to test the app's core functionality because the foundational marketing funnel—getting a user to know the product via a functional, clear landing page—was severely broken.

### Initial Technical Checks

- Console log check showed no tokens since not logged in
- Missing favicon identified as a professionalism gap
- Mobile menu passed inspection.

### User Flow Criticism

- Strongly advised against login/signup pop-ups due to potential technical issues and poor SEO
- Recommended dedicated '/signup' pages.

### Landing Page UI/UX

- Hero image needed centering and complete head visibility
- Too many features listed in the header (suggested shortening to three)
- Too much text on feature descriptions, recommending bullet points instead.

### Critical Failures

- Sample images failed to load, showing 'no image' due to potential cloud storage or URL access issues
- Recommended using Cloudflare CDN for global performance enhancement.

### Policy and Support

- Questioned the 100% certainty claim regarding passport/ID photo legality
- Advised against using a simple contact form at scale, recommending a built-out help center for instant answers.

### Pricing Page Analysis

- Criticized for overwhelming users with too many numbers and confusing credit policies ('credits never expire' vs. 'credits reset monthly')
- Recommended removing the top-fold element obstructing the pricing details upon click.

### Footer Navigation Issues

- Documentation link pointed to the pricing page, and the FAQ link needed proper anchor coding to jump to the right section.

