Joe O'Leary
01Work02Blog03About04Contact

Studio & Process

Building a One-Person Digital Studio with OpenClaw

April 14, 2026

15 min read

How do you run a premium digital studio as a single person without burning out?


For the last month, I've been experimenting with OpenClaw — a personal infrastructure layer that sits between me and the actual work. The idea is simple: eliminate friction from the repetitive parts so I can focus on the craft.


This essay outlines how we architected the studio, what tools power it, and what I've learned about scaling expertise without scaling headcount.


The Problem: Scaling Without Chaos


When you're a solo operator, you face a paradox:

  • You need to be available for client work (design, engineering, strategy)
  • You also need systems to run the business (email, deployments, invoicing)
  • You have a finite amount of energy each day

  • Most solo practitioners solve this by burning out or staying small.


    I chose a different path: automation through infrastructure.


    The Stack


    The studio runs on a few core pieces:


    **Vercel + Next.js**: Every site lives on Vercel with auto-deployments from git. That means I build once, commit, and it ships. No manual deployment ceremony. This saves 10+ minutes per site per week.


    **Sanity CMS**: For sites that need content management, I use Sanity. One configuration, all sites inherit it. The user-facing interface is clean, the backend is powerful.


    **OpenClaw + Personal Agent**: This is the secret sauce. OpenClaw gives me a personal AI agent running on my infrastructure. It handles deployments, monitoring, GitHub management, and third-party integrations. The agent is like having a junior developer who never sleeps. It doesn't replace me—it replaces context-switching.


    **AI-Assisted Copywriting**: For bulk content, I use local Ollama inference plus optional Haiku API polish. This dropped content creation costs from $0.15 per post to $0.01. Speed increased 3x.


    The Projects


    We've built four live properties:


    1. **joeoleary.me** — Portfolio. 3 case studies, password-protected, updated weekly. This is the engine for getting hired.


    2. **oapostrophe.com** — The studio brand. Services, pricing, and a full case study. This is the sales funnel.


    3. **pastel-navy.vercel.app** — Wedding makeup artist portfolio with HoneyBook integration. Her primary lead source now.


    4. **lumolearning-app.vercel.app** — Educational game platform for kids. 6 games, progress tracking, dashboard.


    Each site is independent but shares infrastructure, design systems, and CI/CD.


    Operational Insights


    After a month, here's what I've learned:


    **Build Locally, Test Locally, Deploy Confidently**


    Always run npm run build locally first. Catch 90% of errors before production.


    **Design Systems are Force Multipliers**


    All our sites use 8pt grid, 48px touch targets, semantic HTML, BEM naming. New sites launch in days, not weeks.


    **Boring Infrastructure is Good Infrastructure**


    No serverless databases. No event streaming. Just Next.js, Vercel, Sanity, and git. Boring means reliable.


    **AI Automation Has Limits**


    The agent is great at deployment and orchestration. It's terrible at design and strategy. The split is clear.


    The Numbers


    After one month:

  • 4 live sites
  • 12 deployments
  • 0 manual failures
  • 3 case studies written
  • 40+ hours saved on deployment alone

  • Cost per month:

  • Vercel: 25
  • Sanity: 20
  • Domains: 15
  • OpenClaw: 50
  • API calls: 30
  • Total: 140 per month


    That's cheaper than a junior developer salary for a week.


    What's Next


    The infrastructure is automated. Next layer is growth: more case studies, testimonials, hiring if demand justifies it.


    The Real Lesson


    The biggest mistake solo practitioners make is treating their business like a freelance job. Automate the admin so you have 40 hours for what only you can do—the creative work.


    Tools like OpenClaw, Vercel, and AI make this possible. You don't need to be technical to run a modern studio. Just be intentional about what you automate.


    That's the experiment. Three months in, it's working.

    Back to Blog