A portfolio in an hour with the WordPress AI website builder

I have spent over a decade watching capable people stall their careers on the blank page. A developer refactoring their site for the fifth time, a PhD moving into journalism: the result is the same, no live URL and no work. That is why the WordPress AI website builder is the first thing I suggest to anyone who has to ship a portfolio before a deadline lands.

Lily Burton is a good example. She spent years in biochemistry labs before working out that what she actually wanted to do was science writing, and she needed somewhere professional to keep her clips. Rather than wrestle with local environments or spend a fortnight picking the “perfect” theme, she ran an automated workflow and was live in sixty minutes. In the middle of a career pivot, that is an hour spent instead of weeks of technical debt.

Why the WordPress AI website builder beats over-engineering

People treat a website launch like an architectural project, when a portfolio really comes down to the content. I had a client who spent three months custom-coding a “pixel-perfect” grid for their samples. The job they were applying for was filled before they finished it. The WordPress AI website builder is a pragmatic option because it takes the boilerplate off your hands, the header, the footer, the basic layout, and leaves you with the clips and the bylines to work on.

A real site also does more for you than a PDF. If you are still sending one of those around, ditch the PDF and build a real WordPress portfolio. It tells an employer you know your way around the modern web.

Customizing your AI-generated layout

One thing people get wrong is assuming the code is off limits once the AI has finished. It is not. After the WordPress AI website builder puts the foundation in place, the Block Editor and a few lines of custom CSS will take you the rest of the way. A subtle hover effect on your portfolio clips, for instance, does not need a heavy plugin.

/* bbioon_portfolio_hover_effect */
.wp-block-image.is-style-rounded:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

For the longer version of this workflow, there is my developer’s guide to the WordPress AI website workflow. It covers getting from a generated prototype to a production site without losing your mind.

Managed hosting kept the maintenance off her plate

The builder was only half of what worked for Lily Burton. The other half was having nothing to maintain. WordPress.com’s managed hosting meant no plugin conflicts to debug and no PHP version updates at 2 AM. For a science journalist, that is hours of billable time she kept. A lot of DIY setups turn into legacy code within six months.

If the WordPress AI website builder is eating your dev hours, or you are stuck turning a career into a website, hand it to me. I have been wrestling with WordPress since the 4.x days and I know where the bottlenecks hide.

Ship the prototype, refactor later

Lily sent her website to an interviewer and got the contract. That is the metric. The WordPress AI website builder is not a replacement for developers. What it does is get someone published while their idea is still current. The official WordPress.com AI support docs spell out what it can and cannot do.

author avatar
Ahmad Wael
I'm a WordPress and WooCommerce developer with 15+ years of experience building custom e-commerce solutions and plugins. I specialize in PHP development, following WordPress coding standards to deliver clean, maintainable code. Currently, I'm exploring AI and e-commerce by building multi-agent systems and SaaS products that integrate technologies like Google Gemini API with WordPress platforms, approaching every project with a commitment to performance, security, and exceptional user experience.