Related ToolsClaude CodeClaudeCursor

One Person, Two Weeks: Building a Full E-Commerce Stack with Claude Code from Off-Grid Washington

Claude by Anthropic
Image: Anthropic

Forty acres at 3,600 feet elevation in Washington's Okanogan County, powered by solar panels and a well. No city water, no gas line, no engineering team. That's where Brian Eisenberg, a former Microsoft product manager, spent two weeks building a full e-commerce platform using Claude Code as his only development partner.

The result: a working store selling everything from original artwork to cacti and succulents, backed by automated social media posting across six platforms, eBay cross-listing, a financial dashboard, and even a plant diagnostics system for his homestead garden.

What Two Weeks Actually Produced

The first week was infrastructure. Eisenberg built a multi-platform auto-posting system covering Instagram, Facebook, Bluesky, TikTok, YouTube Shorts, and Pinterest, each with platform-specific optimal posting times. He added AI-generated captions via the Claude API, a YouTube Shorts pipeline with full OAuth handling, and margin-aware repricing tools.

Week two got more ambitious: Instagram Stories with link stickers, a giveaway system with email capture and winner selection, eBay cross-listing across five product categories, and a financial dashboard tracking Stripe revenue against monthly expenses. He even built a "Homestead Grower System" with voice input, camera logging, AI plant diagnostics, and a seed calendar.

The tech stack is real production software: Astro for the frontend with server-side rendering, Sanity as the CMS, Stripe for payments, DigitalOcean for hosting, and integrations with the Instagram Graph API, Bluesky's AT Protocol, Pinterest, and a PurpleAir weather sensor.

What This Actually Tells Us About AI Coding Tools

Eisenberg described Claude Code as "a senior engineer sitting next to you who never sleeps, never gets frustrated, and has read every framework's documentation." That framing matters more than the homestead angle.

This is a person with product management experience but not a professional software engineer, shipping production code that touches half a dozen APIs, handles OAuth flows, processes payments, and manages automated scheduling. Three years ago, this project would have required either hiring a developer or spending months learning each integration by hand.

The two-week timeline is the real story. Not because speed is inherently good, but because it shifts who can build what. A solo operator with domain knowledge and an AI coding tool can now ship systems that previously required a small team.

The Honest Limitations

A portfolio of integrations built in two weeks will carry technical debt. OAuth token refresh handling, error recovery when platform APIs change, security hardening on payment flows - these are the things that separate a working prototype from reliable infrastructure. Eisenberg's PM background likely helped him scope correctly, but the long-term maintenance story with AI-generated codebases is still being written.

Still, the ratio of output to input here is striking. One person, a satellite internet connection, and a CLI tool produced a system that actually processes real transactions and manages real inventory. For freelancers and small business owners evaluating whether AI coding tools are worth learning, this is a more useful data point than any benchmark score.