DEV Community

InUterr0
InUterr0

Posted on

Building Websites for Tradespeople: Lessons from Swedish Construction SMBs

As a web developer working with small businesses in Sweden, I've learned a lot about what tradespeople actually need from their websites. Here are practical lessons from building sites for construction companies, painters, and home service providers.

Why Most Tradesperson Websites Fail

Most contractors still rely on word-of-mouth. But when potential customers Google "byggfirma nynäshamn" (construction company Nynäshamn), they expect to find a professional website. The problem? Many trade websites are either:

  • Over-engineered WordPress themes that load slowly
  • Generic templates with zero personality
  • Missing entirely

At Apex Studio, we've focused on building fast, mobile-first sites for local tradespeople that actually convert visitors into leads.

Case Studies from the Field

1. Construction Company Website

Totalbyggarna needed a site that showcased their renovation projects while being easy to update. We went with a lightweight Node.js setup deployed on Railway — fast, cheap, and maintainable. Key features:

  • Portfolio gallery with before/after photos
  • Clear service areas and contact info
  • SEO-optimized for local search terms

2. Niche Service Pages

Specialized trades benefit from focused single-service sites:

Each site is laser-focused on one service, which helps enormously with SEO.

3. Local Service Sites

For Hemstädning Nynäshamn, we built a simple booking-focused site. The key insight: cleaning customers want to book fast, not browse. Minimal design, maximum conversion.

The Tech Stack That Works

For small business sites in Sweden, here's what we've found works best:

  • Static/JAMstack for brochure sites (fast, cheap hosting)
  • Node.js + Express for sites needing dynamic features
  • Cloudflare for CDN and SSL
  • Railway or Netlify for deployment

Don't Forget Documentation

We also built Bygglog, a construction logging tool. It taught us that tradespeople need simple, mobile-friendly interfaces. If they can't use it with dirty hands on a phone screen, it's too complicated.

Key Takeaways for Developers

  1. Speed matters more than features — Tradespeople check sites on their phones between jobs
  2. Local SEO is everything — "service + city" keywords drive 80% of traffic
  3. Clear CTAs — Phone number and contact form above the fold
  4. Portfolio is king — Before/after photos convert better than any copy
  5. Keep it simple — These sites need to be updateable by non-technical people

Building for small businesses isn't glamorous, but it's incredibly rewarding. Every lead that comes through a site you built is tangible proof your code works in the real world.

Top comments (0)