惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
宝玉的分享
宝玉的分享
月光博客
月光博客
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
小众软件
小众软件
量子位
MongoDB | Blog
MongoDB | Blog
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
T
The Blog of Author Tim Ferriss
H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
How I built my agency website using an AI agent squad — a...
Dusan Walla · 2026-05-02 · via DEV Community

I run WebFluence Digital — a one-person web design and SEO agency in Dublin. When it came time to rebuild my own site, I used the same AI agent pipeline I'd been building for clients. This is what that looked like.

The constraint
I needed a site that:

Looks credible enough to sell premium web design to Irish SMEs
Ranks for "web design dublin" and related local terms
Demonstrates the actual output quality — eat your own cooking
And I needed to build it fast, because I was simultaneously building the pipeline.

The agent squad
I run an 8-agent system called webfluence-squad — a Claude Code plugin where each agent owns a specific phase of the build and writes its output into Airtable. The next agent reads from it. No manual handoffs.

Phase 1 (parallel): ux-researcher | brand-guardian | inclusive-visuals
Phase 2: visual-storyteller
Phase 3 (parallel): ux-architect | image-prompt-engineer
Phase 4: ui-designer
Phase 5: senior-pm — QA, compile, deploy to Vercel
ux-researcher scraped competitor agency sites and synthesised Dublin SME pain points — actual quotes from Reddit and Google reviews, not invented personas.

brand-guardian locked the design system: #E9204F red, #0A0A0A background, Poppins 700/900 display, Inter body. WCAG contrast ratios checked before a single component was written.

visual-storyteller turned the research into a scene-ordered storyboard — every section gets a narrative role, copy direction with actual headline drafts, and animation notes.

ux-architect produced the full component spec: Tailwind v4 tokens, layout systems, animation triggers, responsive strategy — copy-paste-ready code.

image-prompt-engineer wrote Imagen 3 prompts for every hero and section image. Iterated until approved against the brand direction.

ui-designer rendered everything: production-ready Tailwind classes, interaction states, dark mode, accessibility notes.

senior-pm compiled, QA'd, and shipped to Vercel.

The stack
Next.js 14 App Router, Tailwind CSS v4 with @theme inline, Framer Motion for scroll-scrubbed sequences, Lucide React, Vercel. Standard across all WebFluence builds.

The SEO layer
Before the build squad ran Phase 2, I fired a separate visibility audit — visibility-strategist — which produced the sitemap architecture, primary keyword per page, and FAQ schema specs. The new site was built to rank before it went live, not retrofitted after.

The result
webfluence.digital is live and indexed. 17 pages, dropdown nav, mobile drawer, contact form wired to Web3Forms. The same squad and stack I now use for every client build.

Full write-up of the visibility audit methodology — including the open source tool — in the WebFluence resources section.