← Reddit

Hey guys I need your Help! To Create Websites using Claude

Reddit · Short_Ad6649 · April 26, 2026
A software engineer seeking to start a website design side hustle reported difficulty generating unique website designs using Claude, despite attempting multiple prompt variations and researching prompting techniques. Three websites created with different prompts—for a portfolio, car dealer, and restaurant—exhibited nearly identical layouts, including the same hero sections, marquee text effects, grid arrangements, and scroll animations, suggesting the engineer's prompting approach required refinement.

Detailed Analysis

A Reddit user posting in r/ClaudeAI identifies a recurring limitation experienced by practitioners attempting to use Claude for commercial web design work: the AI model's tendency to produce visually homogeneous outputs regardless of how prompts are varied. The user, a backend engineer and former junior research scientist who turned to website creation as a side hustle after a layoff, reports that three separate projects — a personal portfolio, a car dealership site, and a restaurant site — emerged with nearly identical structural and aesthetic fingerprints. Specific recurring elements cited include standardized hero sections, marquee text effects, card-based layouts, and scroll-triggered fade-in animations. Despite reading extensively about prompting strategies and applying different instructions to each project, the outputs converged on the same design language, suggesting the problem lies deeper than prompt phrasing alone.

The phenomenon the user describes reflects a well-documented characteristic of large language models when applied to creative or generative tasks: the tendency to optimize toward statistically common patterns in training data. Claude, like other frontier models, has been trained on vast repositories of web design code and tutorials, the bulk of which cluster around a relatively narrow set of modern design conventions — hero sections, card grids, smooth scroll animations — that have dominated web development best practices for years. When prompts lack highly specific visual and structural constraints, the model defaults to these high-probability design patterns. The research context confirms that Claude can generate complete, deployable HTML/CSS/JavaScript from natural language, but the quality and uniqueness of that output scales directly with the specificity and richness of the input instructions, including reference images, screenshots of competitor sites, brand guidelines, and explicit stylistic directives.

The solution space, as suggested by 2026 tutorials and practitioner guides, centers on providing Claude with richer contextual scaffolding rather than simply rewording generic prompts. Uploading visual references such as screenshots or URLs of target design aesthetics, providing brand assets like logos and color palettes, and specifying layout behaviors at a granular level — particular grid systems, typography hierarchies, interaction patterns — dramatically constrain the model's generative space toward unique outputs. Practitioners are also advised to use iterative prompting workflows, where an initial structural plan is reviewed and approved before code generation begins, reducing the likelihood of the model reverting to default patterns. Advanced stacks such as Next.js combined with Tailwind CSS further enable more distinctive component-level design decisions that escape the homogeneity of raw HTML/CSS generation.

The broader trend this post illuminates is the growing friction between AI-assisted design as a productivity tool and the creative differentiation demands of professional client work. For a backend engineer pivoting into web design as a commercial service, the gap between "Claude can build a working website" and "Claude can build a visually distinctive website for a paying client" represents a significant skill and workflow challenge. The research context indicates that the tools exist to bridge this gap — reference-driven prompting, modular design systems, framework-level customization — but they require a layer of design literacy and process discipline that is not captured by the simplest use cases depicted in beginner tutorials. As AI-generated web design matures, competitive differentiation will increasingly depend not on access to the tools but on the practitioner's ability to supply the creative direction that models cannot infer from generic briefs.

Read original article →