AI Website Builder Creates Full Site From Business Card
Gary Explains tests Readdy AI's ability to generate professional websites from business cards alone. Five minutes, zero code—but what does this mean for web dev?
Written by AI. Dev Kapoor
April 25, 2026

Photo: Gary Explains / YouTube
Gary Explains fed an AI website builder nothing but a business card and got back a complete, functional website in five minutes. The experiment reveals something worth examining about where automated development tools are heading—and what they're actually automating.
Ready AI, the platform he tested (which sponsored his video, worth noting), promises to generate "stunning company websites, landing pages, or promotional sites in minutes, even with zero coding skills." The business card test is the compelling demo: upload an image, get a site. In practice, it worked—Gary showed the card, the system extracted contact info, generated sections, and produced a landing page.
But the more interesting piece is what happened when he pushed beyond the initial generation.
What Gets Automated (And What Doesn't)
The platform handles three distinct layers. First, the initial generation from prompts or images—the flashy part that makes for good demos. Gary fed it information about his career and YouTube channel; it created sections for home, about, and projects, complete with animations and code snippets from his open source work.
Second, the integration layer. He connected Stripe for payment processing, which required him to have accounts at both Stripe and Supabase, input API keys, and answer conversational prompts about how payments should work. The AI then generated a consulting section with a functional "book an hour" button. When he tested it live, Stripe's payment processing appeared as expected.
Third, the polish layer—SEO files (robots.txt, sitemap.xml), mobile optimization, contact form database management, social media post generation. These are the tedious parts developers put off. The platform auto-generated them, though Gary could download all the source code and deploy elsewhere if he wanted control back.
"You are going to need to go through several iterations to make sure that you get the website that you really need," Gary noted. "Check everything that is produced and tweak things as you see fit."
That caveat matters more than it might seem.
The Template Test
The business card demo is cute. The template transformation is where things get more revealing about what this class of tools actually does.
Gary selected an ebook template and asked the AI to pivot it into a generic digital products marketplace. The system became conversational—asking about purchase types (one-time vs. subscription), product management needs, account requirements. It generated a to-do list: redesign home page, build product listing, create mock products. Then it executed those items and produced a new site selling "ebook templates, stock images, clip art, courses, fonts."
The AI didn't invent a digital marketplace from first principles. It transformed an existing pattern (ebook site) into a related pattern (digital products site) by understanding the structural similarities and making reasonable substitutions. That's different from building something genuinely novel.
When Gary didn't know what to do next, he asked the AI for suggestions. It analyzed the site and proposed three additions: product browse page, product details page, cart/checkout flow. These are obvious e-commerce primitives. The AI knows the common patterns.
What This Replaces (And What It Doesn't)
For solo developers maintaining side projects, this is legitimately useful. The tedious parts—SEO metadata, mobile responsive layouts, contact form databases—are exactly the things you know you should do but keep postponing. Having them auto-generated to a "quality baseline," as Gary put it, removes friction.
But "quality baseline" is the operative phrase. These tools are excellent at producing the standardized web: landing pages, portfolios, small business sites, digital storefronts. The patterns are well-established. The AI has seen thousands of examples. It can remix them competently.
What they're not doing is replacing the judgment about what to build or why. Gary still had to decide he wanted a consulting section, that he needed Stripe integration, that his business card should become a landing page rather than something else. The AI executed those decisions efficiently—but it didn't make them.
There's also the question of what happens when you need something outside the established patterns. The platform offers source code export, which suggests an escape hatch: use the AI for the baseline, then customize manually. But that reintroduces exactly the technical skills barrier the tool claims to eliminate. You're back to needing to understand the code.
The Labor Dynamics Nobody's Discussing
Here's what interests me: who built the templates? Who maintains the integration code for Stripe, Shopify, Mailchimp? Who updates everything when those services change their APIs?
These platforms don't eliminate web development labor—they centralize it. Instead of thousands of developers each solving the same integration problems, one team at Ready AI solves it once, and everyone else rents access. That's more efficient, sure. It's also a different economic model.
The open source equivalent would be a comprehensive template library with well-maintained integrations that anyone could fork and customize. That exists in pieces (WordPress themes, Jekyll templates, Stripe libraries), but fragmented and with varying maintenance quality. A commercial platform can offer coherence and reliability that volunteer-maintained alternatives struggle with.
But it also means developers who would have learned by building these integrations themselves now interact with them as black boxes. When the Stripe integration breaks, you can't fix it—you wait for Ready AI to fix it. That's a different relationship to your tools.
Where This Actually Helps
The genuine use case seems to be people who need web presence but shouldn't be spending time on web development. The consultant who needs a booking page. The artist selling digital downloads. The person with expertise in some other domain who just wants their website to exist and work.
For them, "five minutes to a working site" isn't hyperbole—it's removing a real barrier. They weren't going to learn CSS and JavaScript anyway. The question was whether they'd pay someone else to build it, struggle with WordPress, or just not have a site. This gives them a fourth option.
For actual developers, it's more complicated. It's a useful tool for rapid prototyping or side projects where you don't want to reinvent basic infrastructure. But it's not replacing the core work of building novel functionality or solving genuinely new problems.
The telling detail: Gary's first demo was his personal portfolio site. Even after the AI generated it, he was immediately thinking about iterations and customizations. The baseline was useful. It wasn't sufficient.
That gap between useful and sufficient is where the actual development work lives—and where these tools haven't yet figured out how to go.
Dev Kapoor covers open source software and developer communities for Buzzrag.
We Watch Tech YouTube So You Don't Have To
Get the week's best tech insights, summarized and delivered to your inbox. No fluff, no spam.
Watch the Original Video
I asked an AI Website Builder to Create a Website Just From a Business Card. Here's What Happened
Gary Explains
12m 4sAbout This Source
Gary Explains
Gary Explains is a YouTube channel that has amassed a following of 344,000 subscribers since its launch in October 2025. The channel is dedicated to providing clear and accessible explanations of complex technology concepts, making it a valuable resource for those interested in understanding the intricacies of modern computing and digital tools.
Read full source profileMore Like This
OpenAI's GPT-5.5: When the Benchmarks Don't Tell the Whole Story
GPT-5.5 arrives with impressive real-world benchmarks and doubled pricing. But the coding results reveal tensions in how we measure AI capability.
Anthropic's Opus 4.7: When Safety Guardrails Lobotomize the Model
Anthropic's Opus 4.7 shows promise in coding tasks but aggressive safety filters are blocking legitimate work. Is the tooling worse than the model?
Browser Use CLI Gives AI Agents Web Control—For Free
New Browser Use CLI tool lets AI agents control browsers with plain English commands. Free, fast, and works with Claude Code—but raises questions about automation.
Inside Meta's Journey to Streamlined Developer Tools
How Meta's Adrien Friggeri built Bento, transforming data workflows.
Inside Shiki Magic Move: How Code Animations Actually Work
A deep dive into the open source library that makes code blocks dance smoothly across slides. Tokenization, diffing algorithms, and the FLIP technique explained.
Zrok vs ngrok: Why Developers Are Switching Tunneling Tools
Developers are migrating to Zrok, an open-source tunneling alternative to ngrok. We examine the technical and policy implications of this shift.
Quinn 3 TTS: The Open Source Voice Cloning Dilemma
Exploring the rise of Quinn 3 TTS, an open-source voice cloning tool, and its implications for ethics and governance in tech.
AI Ads and Claude Code: Navigating the New Frontier
Explore AI ads in ChatGPT and Claude Code's impact on software development, governance, and user trust.
RAG·vector embedding
2026-04-25This article is indexed as a 1536-dimensional vector for semantic retrieval. Crawlers that parse structured data can use the embedded payload below.