3 drafts rejected.

Build a fast website with AI. This is the operating system behind ours.

The exact quickstart behind schnellstart.ai: research good websites, draft mockups, give the agent hard rules, ship the site, then improve it every week.

Lukas Huber · last updated 2026-07-04 · 3 recent changes

Editorial Swiss Grid hero: schnellstart.ai

What we threw out

Three drafts, one clear system.

We show the rejected versions because they created the rules: fewer effects, sharper copy, more trust.

Version 1: Neumorphic

Version 1: Neumorphic

Looked sharp, read like a fog bank. Killed contrast and hierarchy.

Version 2: Playful

Version 2: Playful

Too many accents. Didn't sell anything.

Version 3: Editorial Swiss Grid

Version 3: Editorial Swiss Grid

What stayed: quiet type, hard edges, one accent yellow.

The blueprint

The 10 decisions your AI agent needs before it builds.

Use these as the brief. They stop the agent from producing a generic template and force it into a trustable website.

  1. 01

    Positioning in one sentence.

    Who you are, for whom, why you. Three extra words and the lead goes cold.

  2. 02

    Write each language natively.

    DE and EN apart. No parallel translation. The rhythm dies.

  3. 03

    One CTA per page.

    Two equals none. Three is a dead end. Each section has exactly one exit.

  4. 04

    Editorial Swiss Grid.

    Hard edges, quiet type, one accent yellow. Effects break the brand. Type builds it.

  5. 05

    Three services, not ten.

    Audit · Workshop · Sparring. Anyone offering everything sells nothing.

  6. 06

    Pick the stack for speed, not hype.

    React + Vite + prerender. Lovable would've worked, but we wanted 1.8s loads, not 8.

  7. 07

    SEO through substance.

    Clean hreflang, full schema, locked sitemap. No tricks. Google indexes what's indexable.

  8. 08

    n8n as the backend, Swiss-hosted.

    Webhooks, email, CRM sync, all through n8n on Infomaniak. No Lambda, no US host.

  9. 09

    The agent is a junior.

    Claude Code with CLAUDE.md rules. Explicit bans. Browse-check before every commit. Otherwise it guesses.

  10. 10

    Weekly small PRs.

    The market shifts fast. Three commits a week, minimum. Otherwise the site rots while you plan it.

What's under the hood

What tools do you need to build a brand and website with AI?

Our stack is one option. Astro, Lovable, v0, Google Stitch, Framer, or Wix Studio AI can all help, the system matters more than the tool.

React 19Vite 7Playwright SSGAzure SWAn8n (Swiss)

Reference sweep

Use Framer, Awwwards, competitors, and sites you already trust. Extract patterns, never copy layouts.

Mockup draft

Use Google Stitch, Figma AI, or Framer to explore the first composition before the repo changes.

Agent brief

Give the agent positioning, proof, CTA, design rules, source links, and banned phrases before asking for code.

Trust layer

Add schema, GitHub source, real screenshots, recent commits, and automated follow-up so the page proves itself.

SEO/GEO first

Build for discovery before you build the pixels.

Google's AI optimization guide is blunt: GEO and AEO are still SEO. The page must be useful, crawlable, snippet-eligible, technically clear, and built for people before it is built for any AI answer box.

01

Start with non-commodity proof

Write what only you can write: real screenshots, real commits, real failures, real decisions. AI visibility starts with first-hand value.

02

Ship crawlable HTML

Google can process JavaScript, but content sites are easier to index when the important copy, headings, links, and schema are available as HTML immediately.

03

Use Astro when content is the product

Astro is a strong default for guides, blogs, landing pages, and documentation because it is content-driven, server-first, and zero-JS by default.

04

Keep one canonical answer

Do not create ten thin query-variation pages. Build one useful page with clear sections that answer the fan-out questions naturally.

05

Structured data supports, it does not save

Schema helps eligibility and clarity, but Google says there is no special markup required for generative AI search. Match schema to visible content.

06

Design for agents too

Browser agents inspect the DOM, screenshots, accessibility tree, forms, and links. Clean HTML, labels, states, and predictable flows help humans and agents.

When the market shifts

How do you keep an AI-built website current?

Here are the last three commits we pushed. Live from the repo.

Day 0

Brand kickoff. One hour, one sentence of positioning.

Day 30

Site live, first inquiries land.

Day 90

Iteration 3 locked. Site stable since.

Today

Weekly small PRs, monthly audit round.

  • 9a6fd8df2026-07-04feat(hero): two-tier layout so the message breathes
  • deba2c942026-07-04fix(hero): restore "pro Woche" to DE H1
  • 30b942d42026-07-04feat(hero): anchor the number with its mechanism

The principles that travel

Six rules that always apply.

Any AI tool: you have to understand these six.

01

Positioning in one sentence

Who you are, for whom, why you. Not longer.

02

Editorial design

Type makes the brand. Effects break it.

03

Three services, not ten

Anyone offering everything sells nothing.

04

One CTA per page

Two CTAs equals none. Three is a dead end.

05

SEO through substance

Schema, hreflang, fast pages. No tricks.

06

The agent is a junior

Clear rules in CLAUDE.md, or it guesses.

Agent operating system

The real build system is skillfiles, plugins, subagents, and guardrails.

A prompt is not enough. Every repeated decision becomes a rule file, every external system becomes a connector, and every risky change gets a reviewer before it ships.

01

Skillfiles

Skillfiles are small instruction files your agent can load on demand: i18n rules, copy voice, design standards, accessibility checks, deployment habits, and banned patterns.

02

Plugins and connectors

Connectors give the agent safe access to real systems: GitHub, calendars, CRM, analytics, email, docs, or cloud dashboards. The rule is simple: tools are explicit, scoped, and logged.

03

Specialist subagents

One agent writes, another verifies. Use review agents for i18n, SEO schema, deployment readiness, security, performance, and content quality before merging.

04

Environment rules

Cloudflare, Vercel, Azure, or any cloud environment needs written rules: which variables exist, who may change DNS, how redirects work, and what must never be deployed.

05

Protection agents

Protective agents watch for broken links, missing translations, bad schema, leaked secrets, unsafe redirects, failed builds, and form automations that stop following up.

06

Memory and feedback

Every fix becomes a rule. If the agent breaks umlauts, add an encoding rule. If deployment fails, add a deployment check. The system gets smarter because the rules stay.

Quick answers

What people ask before they build with an AI agent.

How do I build a website with AI fast?
Start with one-sentence positioning, a reference sweep, and one clear CTA. Draft the first visual direction in a mockup tool, then let the agent implement a small page slice, add schema, connect follow-up, and ship. Speed comes from decisions made before code.
Do I need React and Vite?
No. Astro is often the better default for content-heavy SEO/GEO pages because it ships fast, content-driven HTML with little JavaScript. React and Vite are useful when the site behaves more like an app.
What should I give to the AI agent?
Give it the buyer, offer, proof, reference sites, brand rules, CTA, content, tech constraints, banned phrases, skillfiles, plugin access, and deployment rules. The agent should not guess your strategy or your infrastructure.
How does the page become trustworthy?
Show real evidence: rejected versions, screenshots, public source, recent commits, author/date signals, FAQ answers, and structured data that matches the visible page.
What happens after launch?
Connect the form to n8n, CRM, email, or calendar follow-up. Then watch real user questions and ship small weekly improvements instead of waiting for a relaunch.

Take it home

Take the blueprint with you.

Three paths depending on how deep you want to go.

Source on GitHub

All chapters as markdown, public, with full version history.

Open the repo

Blueprint as PDF

25 pages, A4, printable. Drop your email and you'll get it instantly.

Instant download + a copy in your inbox. No spam. One-click unsubscribe.

Straight into your agent

Copy this prompt, paste it into ChatGPT, Claude, or Cursor:

You are my AI website build agent. Read https://schnellstart.ai/en/blueprint, then apply the same system to my brand. First ask me for: target buyer, offer, proof, reference sites, preferred tools, CTA, automation/follow-up needs, and cloud/deployment environment. Then produce a fast website plan with positioning, page structure, copy, design rules, Astro-vs-React recommendation, skillfiles, plugins/connectors, SEO/GEO schema, implementation tasks, review subagents, deployment checks, and weekly improvement loop. Keep one CTA per page and avoid generic AI marketing copy.

If you want help

Want this applied to your brand?

30 minutes, free, with Lukas. Concrete next steps for your blueprint. No sales pitch.

Book the audit call