Skip to content
PageSpeed 100 as the delivery default
KI-Website-Builder

Create a website with AI: what really works in 2026

AI drafts structure, copy and images for business websites. What works in practice in 2026, where human editing stays essential and what the law requires.

12 min read KIWebsite erstellenMittelstandAutomatisierung

A complete business website in hours instead of weeks: the promise is not new, but the technical ground underneath it has shifted considerably by 2026. Language models now produce usable first drafts of structure, copy and imagery, and the output no longer lands in a rigid template — it lands in a structured configuration from which an entire website can be built. This overview looks at which steps of a website project AI realistically takes over, where editorial work remains indispensable, and which obligations — accessibility, consent, legal pages, multilingual delivery — belong in the plan from day one.

From briefing to a delivered websiteAI drafts — editors decide — delivered staticallyBriefingGoals and servicesAI draftingStructure, text, imagesEditingReview and sharpenDeliveryStatic filesAI generatesEditors decideStructurePages and navigationCopyFirst draft per pageImagesMotifs and alt textFactsPrices, figuresToneBrand and styleLegalReview claimsDelivered statically — one configuration, one buildCore Web Vitalsstatic filesWCAG 2.2 AAaccessibility basisConsent built inGDPR-complianthreflangtranslated slugsHuman approval before every publicationXICflow

What AI really handles in website building in 2026

The leap of the past two years has less to do with the text generator itself than with what it is wired into. A model today does not only write paragraphs; it produces a complete, machine-readable description of a website: pages, navigation, the blocks each page needs, image motifs, metadata. Official statistics show that companies are taking this step. In Germany, 20 percent (Federal Statistical Office of Germany) of enterprises with ten or more employees used AI technologies in 2024, up from 12 percent (Federal Statistical Office of Germany) the year before; across the EU the share was 13.5 percent (Eurostat). At the same time a website counts as basic equipment: around 78 percent (Eurostat) of EU enterprises run one. The bottleneck is therefore not the decision to have a website, but the effort of filling it with content, covering the legal requirements and delivering it cleanly. That is precisely where AI-assisted creation helps — and precisely where its limits become visible.

One distinction is worth keeping, because promotional language tends to blur it. A text generator produces language that someone then copies into a system by hand. An AI website builder produces the configuration itself: page tree, block order, content per block, language versions and metadata exist as a dataset from which the finished site can be rebuilt at any time. That sounds like a technical detail, yet it determines maintainability and speed. A design change applies to every page at once, an additional language does not require a second page tree, and delivery happens as a static file rather than an application that computes on every request. The route from briefing to published page is laid out in how XICflow works; why static delivery makes such a difference is covered in the article on PageSpeed 100 and static delivery.

Page structure

Industry, services and audience turn into a page tree with navigation, sub-pages and readable slugs.

Copy draft

Headlines, body text, bullet lists and metadata for every page — intended as a draft, not as a final version.

Image motifs

Generated motifs including alternative text, matched to the industry and visual language instead of interchangeable stock material.

Block selection

The right building blocks per page purpose: service grids, process steps, price bands, forms, contact details.

Language versions

Translated content including translated slugs and reciprocal hreflang annotations for every active language.

Legal pages

Imprint and privacy policy generated from the stored company data instead of copied from someone else's template.

From briefing to a page structure that holds up

Page structure is the part that AI typically solves most reliably — provided the briefing gives it enough to work with. Industry, service range, catchment area and audience are enough to derive a page tree that mirrors common search paths: a home page that clarifies offer and credibility within seconds, a dedicated page per core service including process and price range, a page about the company, and a contact page with a form. What emerges is not a creative act but the transfer of familiar patterns onto a specific business — which is exactly why it works so dependably. It becomes difficult only when a company offers services that did not appear in the briefing, or when two audiences with very different expectations have to be served at once. Then the structure needs a deliberate decision rather than a derivation. Which building blocks are available for which page purpose is described in the XICflow feature set.

  1. Capture the business: legal form, location, services, audiences and the question of which enquiries the website should trigger.
  2. Derive the page tree: home, service pages, about, contact and optionally a blog — with a clear split between offer and credibility.
  3. Choose blocks per page: the purpose of a page decides which blocks it needs and in which order.
  4. Generate copy and images: the AI fills the structure with drafts that match the business in tone and substance.
  5. Sharpen editorially: the business replaces figures, prices, opening hours and references with verified information.
  6. Deliver: the configuration produces static files including legal pages, the consent dialogue and language versions.

Short briefing, long rebuild

The briefing shapes the quality of the result far more than any later round of corrections. Anyone who replaces a label such as “trade business” with a concrete description of the three services that carry revenue, the radius that is actually served and the enquiries that are unwelcome will typically get a structure that needs very little rebuilding.

Copy: fast drafts, editorial responsibility

With copy the relationship reverses. A draft for ten pages appears within minutes, at a quality well above placeholder text — but every factual claim in it comes from a model, not from the business. Prices, response times, certificates, memberships, service areas: all of it sounds plausible in generated text and may well be invented. Then there is competition law. Phrasing such as “fastest processing in the region” or sweeping claims of market leadership is hard to defend without evidence, and a cease-and-desist letter reaches the business, not the model. Editorial work therefore shifts from writing to checking — a change that saves a great deal of time but demands attention. In practice a fixed review list per page has proven useful, worked through before publication.

  • All figures, prices and deadlines reconciled against internal sources and signed off.
  • Absolute promises removed: no unbacked assurances and no superlatives without evidence behind them.
  • Service descriptions match what the business actually offers and can deliver.
  • Mandatory information complete: imprint, price details including additional costs, withdrawal notices where applicable.
  • Technical vocabulary adapted to how the audience speaks rather than how the trade speaks.
  • Every page has one clear topic and one recognisable next action.

Generated images and where they stop working

Image generation shows the widest gap between demo and daily use. For mood shots, abstract backgrounds, icons and illustrations, current models deliver results that fit a defined visual language and can be steered by format, crop and colour range. The practical gain lies less in the individual motif than in the series: twelve images with a consistent look, in the correct aspect ratio, in a modern file format and with usable alternative text cost half a working day by hand. What matters is treating alternative text as substance rather than decoration — it is a requirement of the accessibility guidelines and at the same time what makes image content legible to search engines. What the European Accessibility Act means for business websites in detail deserves its own chapter.

Where generated motifs do not belong

Generated images work well for mood, backgrounds and abstract illustration. For team photos, reference projects and product shots, real photography is typically the more dependable choice: it can be substantiated, and misleading depictions of your own services or premises can be challenged under competition law.

Why delivery decides the outcome

How a website is delivered determines load time, attack surface and maintenance effort — and this part is hard to repair after the fact. The starting position is well documented: the median mobile page now weighs around 2.5 megabytes (HTTP Archive), roughly 600 kilobytes (HTTP Archive) of that JavaScript, and only about 48 percent (Web Almanac) of mobile websites reach the Core Web Vitals thresholds. The cause is rarely the hosting but the architecture: classic CMS installations render on every request, load extensions on the fly and need several caching layers to disguise the cost. A statically delivered page avoids that work entirely, because nothing is computed at the moment of the request.

AspectClassic CMS installationStatic delivery
Work per page viewdatabase queries and renderingfile served straight from disk
Attack surfacelogin, extensions, pluginsno executable application in the front end
Load time under trafficdepends on caching layerstypically stable
Maintenanceregular updates requiredrepublish when content changes
Editingdirectly in the live systemin the configuration, then a build

The difference extends to security. Without a login, without extensions loaded at runtime and without a database in the front end, the most common attack surface of small business websites disappears: outdated extensions with known vulnerabilities. The price is a change of habit in editing. Content is maintained in the configuration and then published, rather than edited inside a running system. In practice that is no drawback, because the preview takes the same route as the later publication and therefore shows what will actually go live. The reasoning behind that trade-off is examined in more depth in the article on static delivery and page speed.

The mandatory layer: accessibility, consent, legal pages

Three obligations shape business websites in Germany, and all three are considerably cheaper when planned from the start. The first is accessibility: the German Accessibility Strengthening Act has applied since 28 June 2025 (German Federal Agency for Accessibility) and transposes European Directive 2019/882 (European Commission). It mainly affects websites through which consumers obtain services or purchase products; micro-enterprises with fewer than ten employees and at most two million euros in annual turnover are exempt for services (German Federal Agency for Accessibility). The technical benchmark is WCAG version 2.2, an official recommendation since October 2023 (W3C). How far the journey usually is becomes clear from the annual analysis of one million home pages: around 95 percent (WebAIM Million) show automatically detectable WCAG failures, averaging roughly 50 (WebAIM Million) per page.

Accessibility built in

Contrast, focus order, labelling and keyboard operation live inside the building blocks instead of being retrofitted afterwards.

Consent before access

Optional services start only after active approval, and declining is exactly as easy to reach as agreeing.

Legal pages from company data

Imprint and privacy policy are generated from the stored details and carried forward whenever those details change.

The second obligation is consent. Under section 25 of the German Telecommunications Digital Services Data Protection Act, information may be stored on or read from a user's device only with prior approval, unless it is strictly necessary for the service the user explicitly requested (German Data Protection Conference). In practice that means a dialogue where declining is as easy as agreeing, and optional services that genuinely do not load before approval. The third obligation is the legal texts, which have to fit the actual business rather than a sample template — authorised representatives, register entries, VAT identification number, processors. How the consent dialogue and the privacy policy interlock is described at length in the article on GDPR-compliant cookie consent.

Multilingual delivery is technology and editing at once

Multilingual delivery is where AI-assisted creation has the strongest leverage and demands the most discipline. The leverage is obvious: further languages can be produced from a maintained configuration without duplicating the page tree or curating content twice. The discipline sits in the details that are so often missing in practice — translated slugs instead of German addresses carrying English text, reciprocal hreflang annotations on every language version, an x-default for the entry language and a sitemap that knows all variants. How rarely this is done properly shows in adoption: only around 10 percent (Web Almanac) of analysed pages use hreflang at all. The pitfalls involved are covered in the article on hreflang and multilingual SEO. In the document head, a correct annotation looks like this:

head.html
<link rel="alternate" hreflang="de" href="https://example.com/de/leistungen/">
<link rel="alternate" hreflang="en" href="https://example.com/en/services/">
<link rel="alternate" hreflang="x-default" href="https://example.com/de/">
<link rel="canonical" href="https://example.com/en/services/">

What stays in human hands

For everything that can be automated, a core remains that no model can take over — not for technical reasons, but because business decisions and liability sit behind it. A language model does not know a company's market; it knows the briefing and the patterns in its training data. It does not know which enquiries are profitable and which mainly consume time, which service is deliberately left unadvertised because capacity is short, or which phrase already reads as a binding promise within a particular trade. That is why the division of labour is stable: the AI supplies structure and raw material, the business supplies facts and stance. These points stay in human hands:

  • Positioning: what the business stands for and what it deliberately does not offer.
  • Price and service information including additional costs, deadlines and travel arrangements.
  • References, certificates and memberships — only with documentary evidence.
  • Tone towards your own audience, particularly in regulated industries.
  • The decision about which enquiries the website should trigger in the first place.

The effort moves, it does not vanish

AI moves the effort rather than removing it. What used to cost weeks for structure, draft copy and image sourcing is typically a matter of hours today. The remaining effort sits where it belongs: with facts, prices, liability and the question of what the website is actually meant to achieve for the business.

How to approach an AI website project in practice

Teams that approach a website project with AI save the most time through preparation, not through faster generation. A fact sheet with verified information takes an hour to assemble and spares several rounds of correction later. The rest is a question of sequence:

  1. Define the goal: one measurable action per page type — a call, a form, a booking — rather than “more visibility”.
  2. Prepare the fact sheet: services, price ranges, catchment area, opening hours, contacts, legal details.
  3. Generate the first version and read it without indulgence — paragraph by paragraph, with a red pen.
  4. Check the obligations: accessibility, consent dialogue, legal pages, language versions and redirects for old addresses.
  5. Publish and refine: evaluate incoming enquiries and improve the pages that actually produce contact.

A realistic timeframe for a smaller business is one to two working days to the first publishable version, spread across briefing, review and refinement — not the five minutes that demonstration videos like to suggest. What finished results look like can be explored through the example sites in the demos; what each plan contains is set out on the pricing overview. And anyone who wants to understand the sequence of steps first will find it in the description of the process.

This article is based on data from: the Federal Statistical Office of Germany, Eurostat, the WebAIM Million, HTTP Archive, the Web Almanac, W3C, the German Federal Agency for Accessibility, the European Commission and the German Data Protection Conference.