DEV Community

аЛЕКС ЛИР
аЛЕКС ЛИР

Posted on

What I learned running a small web studio for 18 years (and why I still don't code custom themes)

I run a small web development studio in Ukraine. Over the years we've shipped 235+ projects — mostly WordPress sites, landing pages, and small e-commerce stores for local businesses. Nothing glamorous, no VC funding, no SaaS unicorn story. Just steady client work.

I want to share a few things that surprised me, because they go against a lot of what you read on dev-focused platforms.

  1. Clients don't care about your stack

I know Elementor gets side-eye from "real developers." Fair enough — it's not the leanest way to ship a page, and it comes with plugin bloat you have to actively manage. But for a huge chunk of small-business clients, a page builder means:

I can hand off basic content edits without teaching them Git
Turnaround on a landing page is 2–3 days, not 2–3 weeks
I'm not maintaining a bespoke component library for a client who needs five pages, total

Custom code is the right call when the project actually needs it — complex logic, integrations, scale. Most local business sites don't. Knowing which bucket a project falls into, before you pick the stack, has saved me more time than any framework ever has.

  1. Pricing transparency is a bigger differentiator than tech choices

Most agencies in this space hide pricing behind "contact us for a quote." We just... put price ranges on the site, by package, with what's included and how long it takes. It felt risky at first — competitors could undercut us on paper. In practice it filters out mismatched leads before the first call, which saves everyone time.

  1. "AI-written base copy" is now a checkbox, not a red flag

We're upfront that our cheapest tier uses AI-generated placeholder copy that clients edit themselves. Two years ago that might've sounded lazy. Now it's just accurate — nobody expects hand-crafted copywriting for a $250 landing page, and pretending otherwise just creates friction later.

  1. Verified reviews beat testimonials on your own site

We link out to a third-party freelance platform for review verification instead of only showing quotes we control. It's a small thing, but trust signals you don't own are worth more than the ones you do.

None of this is groundbreaking. But I think there's a quiet lesson in it for devs who assume "boring" tech and "unsexy" niches aren't worth optimizing for. There's a lot of unglamorous, repeatable value in getting the fundamentals — speed, honesty about scope, and a clean handoff — right, over and over.

Happy to answer questions about running a small dev shop long-term, or about when it actually makes sense to reach for a page builder vs. custom code.

Top comments (0)