Article Case Study

How This Site Was Built

This entire site — the design, the guides, the tutorials, the articles — was built by one developer working with Claude. Here's how it actually went, from first file to 30+ pages of content.


The Starting Point

It started with a Swedish manual. I had written a 20-chapter guide about AI-assisted programming in Swedish — a structured walkthrough from basics through advanced methodology. The chapters existed as HTML files with a simple design, and they worked fine for a Swedish audience.

Then I decided to translate it to English and build a proper site around it. Not just a translation — a complete rework: expand the content, redesign the visuals, and create something that could stand on its own as a resource for developers worldwide.

I didn't want to spend months on it. I wanted to see if AI-assisted development — the thing the manual teaches — could actually deliver on its promise. Build the site using the methodology it describes. A proof of concept and a product at the same time.

The tool: Claude. The approach: conversational development, one piece at a time.


Phase 1: The Manual Translation

The first phase was translating and expanding the 20-chapter manual. Each chapter went through the same process:

The first chapter took the longest — establishing the design system, the HTML structure, the CSS variables, the component patterns (conversation blocks, key concepts, tips boxes, code examples). Every subsequent chapter went faster because the pattern was established. By chapter 5, I was pasting the Swedish text and getting back a complete, well-designed HTML page in a single exchange.

All 20 chapters were completed in about a week of focused work. The conversations filled hundreds of messages across multiple sessions. Each session built on the context of the last — I'd paste the CSS, the established patterns, and the most recent chapter as context for the next one.

Lesson: Context Is Everything

The quality difference between "translate this chapter" and "translate this chapter using these established patterns, this CSS, and this design system" was enormous. Providing context for every session was the difference between getting consistent, polished output and getting generic results that didn't match anything.


Phase 2: The Weekend Build Tutorial

With the manual complete, I wanted a hands-on tutorial that applied the methodology. The Weekend Build — a 5-part series building a full-stack task management app — was designed and written entirely through conversation with Claude.

This was different from the translation work. Instead of rewriting existing content, I was creating something new. The process:

The tutorial includes realistic AI conversation examples — prompts and responses that demonstrate the methodology. These weren't copied from real sessions; they were crafted to teach specific techniques. But they're based on patterns from hundreds of real conversations I'd had while learning to work with AI.


Phase 3: Expanding the Site

After the manual and weekend build, the site had two sections. Then it kept growing — each new guide sparked ideas for the next.

Feb
20-chapter manual + weekend build tutorial
The foundation. 25 HTML pages, unified dark design system, navigation wired across all files.
Feb
Field guide, senior dev guide, AI dev tools
Standalone guides addressing specific needs: failure modes, adoption resistance, tool selection.
Mar
Workflow guides: CLI, VS Code, legacy migration, REST API
Practical guides for specific workflows. Each one grew from a "coming soon" placeholder on the startpage.
Mar
Vibe coding section + articles
Expanding beyond developers. Guides for non-programmers building with AI, plus articles accessible to everyone.

The startpage evolved from a simple landing page to a tabbed interface with three sections: For Developers, Vibe Coding, and Articles. That restructuring happened in a single conversation — I described the tab concept, Claude implemented it with vanilla JavaScript and CSS.


What the Process Looked Like in Practice

Every piece of content on this site went through the same basic workflow:

The ratio of AI-generated text to my own writing varied by piece. The manual chapters were heavily expanded from my Swedish originals — maybe 40% my structure and ideas, 60% Claude's expansion and phrasing. The standalone articles were closer to 20% my direction and 80% Claude's drafting. The code examples, prompts, and technical content were more collaborative — I'd specify what to demonstrate and Claude would produce the implementation.

What I Did That AI Couldn't

What AI Did That I Couldn't (At This Speed)


What Went Wrong

It wasn't all smooth. Some honest problems:

⚠ The Honest Assessment

Could I have built this site without AI? Yes — I'm a developer, and this is static HTML and CSS. It would have taken 3-4 months instead of 5-6 weeks. AI didn't enable something impossible; it compressed the timeline dramatically. The content would have been thinner because I would have run out of energy before writing 30+ guides. The design would have been simpler because I would have cut corners to ship faster. AI made it practical to build something at this scale as a side project.


The Numbers

As of March 2026, the site contains:

All built over approximately 6 weeks of evening and weekend work by one person with one AI tool.


What I'd Do Differently

If I started over:


What This Project Proved

Back to Home