Designer builds full-stack platform with Claude CLI: lessons from zero formal coding background

From WordPress designer to full-stack developer with Claude CLI
A designer with a background in graphic branding and WordPress experience (PHP, MySQL, HTML, CSS) used Claude CLI to build multiple production applications without formal coding training. Starting in September, they transitioned from managing external development teams to building their own systems.
Projects built with Claude CLI
- RFID-based digital business card system: First project that taught development workflow fundamentals
- Management platform for medical journal: Evolved from WordPress gatekeeper to comprehensive system handling:
- Event registration with QR codes, badge printing, attendance verification
- CME accreditation management (registration, speakers, moderators, learning assessment quizzes)
- Member management with personal dashboards and subscription fees
- E-learning section with content delivery and paid access control
- Medical calculator website (calcolatore.online): Standalone site for medical calculators
- Two native apps: Not detailed in source
- Stealth mode project: Still in development, may require external specialists
Production results
- 500+ registered users for event management
- 3,500+ readers in restricted website area
- ~1,200 members in database
- ~100 e-learning courses ported
- 2,000 past congress proceedings migrated
- 10 residential events organized or in planning
- Medical journal gets ~90k unique visitors/month
Critical lessons from production failures
During a live congress with 100+ attendees, the platform experienced missing database tables and 500 errors in production. This led to several key learnings:
- Use two separate AI instances: One exclusively for debugging
- Get better at prompting: "Your prompts are your architecture"
- Use different agents and skills for different tasks
- Version control everything on GitHub: Claude taught Git as part of the process
Workflow insights
The designer emphasizes that "vibe coding" requires constant study to understand AI-generated code and the discipline to never accept code you don't understand. Workload increased initially due to excitement and the "intoxicating feeling" of expanded capabilities. The main achievement was harmonizing everything under one platform, eliminating dependency on external developers, and modernizing outdated website parts that couldn't previously be funded.
The source notes that for small businesses, AI isn't about stealing jobs but enabling projects that "simply wouldn't have been done" due to funding constraints.
📖 Read the full source: r/ClaudeAI
👀 See Also

Running Gemma 4 as a Local Autonomous Agent with Claude Code on 16GB VRAM
A developer successfully configured Google's Gemma 4 31B model to function as a local autonomous coding agent through Claude Code CLI v2.1.92, overcoming VRAM limitations and parsing issues using llama.cpp b8672 and custom Python routing.

Tanya: An OpenClaw-based AI companion with layered memory and emotional state
Tanya is an open-source AI companion built on OpenClaw that runs on Telegram, featuring two-layer memory consolidation, dynamic emotional states, and voice interactions with embedded expression tags. The project includes a detailed SOUL.md character prompt and handles texting, voice notes, calls, and image sharing.

Opus 4.8 vs Sonnet 4.6 for Analytics: Real Data from a SaaS Dashboard
A SaaS with 310 tradesmen customers tested Claude Opus 4.8 vs Sonnet 4.6 for trend analysis, monthly summaries, and anomaly detection. Opus caught subtle anomalies Sonnet missed, but cost 2.1x per call.

Using Claude as a Creative Director in a Sticker Generation Pipeline
A developer built a sticker app where Claude analyzes user-uploaded photos, generates nine sticker concepts, and writes detailed prompts for image models, resulting in personalized stickers rather than generic ones.