Skip to main content
0 likes, 0 dislikes

Jamstack is a way of building websites in which every page is prepared in advance and stored as a finished file, then copied to servers around the world so it loads from somewhere near the visitor. The name stands for JavaScript, APIs and Markup, but the part that matters to a buyer is what is missing: there is no live database and no server code running your site day to day. Nothing gets assembled when someone visits. The page already exists.

The honest short answer for a business owner runs like this. Jamstack earns its money on sites where speed, security and uptime matter more than quick day-to-day editing: marketing sites, campaign pages, documentation, anything that must survive a traffic spike without falling over. For a small site your office manager edits every week, a conventional CMS build is usually the cheaper and saner purchase. The rest of this guide explains how to tell which side of that line your project sits on, and what to ask the developer who is quoting you.

What Jamstack means in plain English

A traditional website works like a kitchen cooking to order. When a visitor requests a page, the server looks up content in a database, combines it with a template, and sends back freshly assembled HTML. WordPress works this way, and so do most content management systems. Every single visit involves a little work behind the scenes.

A Jamstack site does all of that work before anyone arrives. A tool called a static site generator, Hugo and Next.js are the names you will hear most often, takes your content and builds the entire site into finished pages in one go. Those pages are then pushed to a content delivery network, a CDN, which keeps copies in data centres around the world. Your visitor in Leeds gets the page from a nearby server, already complete, in one step.

The catch follows directly from the design. Because pages are prepared in advance, changing anything means rebuilding. Edit a headline and the site must be regenerated and republished, which takes anywhere from seconds to several minutes depending on its size. And interactive features, contact forms, search, checkout, are handled by JavaScript in the browser talking to outside services, because there is no server of your own to handle them.

The genuine business benefits: speed, security, hosting cost

Speed first, because it is the claim you will hear most and it is true. A pre-built page starts arriving almost immediately, with a time to first byte often under 200 milliseconds, because no database query or template work stands between the request and the response. Visitors feel it, Core Web Vitals scores reflect it, and Google's page experience signals reward it modestly. One caveat belongs in the sales conversation, though: a competently built and cached WordPress site is also quick. Jamstack's advantage is that the speed is structural rather than bolted on, and it holds up when traffic surges.

Security is the quieter benefit and, for a small firm, arguably the bigger one. There is no server code to exploit and no database to inject, so whole categories of attack have no target. More practically, there is nothing to patch. A WordPress site needs its core, theme and plugins updated for as long as it exists, and a missed update is how most small business sites get hacked. A Jamstack site can sit untouched for a year and remain exactly as secure as the day it launched. That difference shows up in your maintenance bill, not just your risk register.

Hosting is where the numbers get almost silly. Static files are cheap to serve, and platforms such as Netlify, Vercel and Cloudflare Pages offer free tiers that comfortably cover a typical small business site's traffic. Just as useful: when a local news story sends ten times your normal visitors, the CDN absorbs it without the site slowing down and without anyone scrambling to upgrade a server at 11pm.

The costs the proposal may not mention

Editing is the big one. On the simplest Jamstack setups, content lives in files alongside the code, which means every text change goes through a developer. The standard fix is a headless CMS, Contentful, Sanity and Strapi are common choices, which gives your team an editing screen and feeds content into the build. It works well, but notice what just happened to the shopping list: you now need the CMS subscription, the wiring between the CMS and the build system, and training for whoever edits. Publishing is also not instant, since every change triggers a rebuild.

Dependency is the second cost. Far more developers can maintain a WordPress or PHP site than a Next.js and headless CMS stack, especially outside London day rates. If the developer who built your Jamstack site moves on, the replacement pool is smaller and dearer. Ask where the content lives, too. Content stored as plain files in a repository you own is easy to take elsewhere. Content locked inside a proprietary CMS is a migration project waiting for you.

Third, features you take for granted become separate purchases. A contact form needs a form service or a small serverless function. Site search needs a search service. Online selling means an API-based commerce platform with its own fees. None of this is a dealbreaker, and a service like Stripe handles payments better than most bespoke code ever did, but each one is a line on an invoice and a third party that can have a bad day.

When Jamstack genuinely suits a UK business site

The architecture fits when your site's job is to present rather than to change by the hour. In practice, that means projects like these:

  • Marketing and brochure sites updated monthly, not daily. The rebuild step costs you nothing if you only publish a few times a month, and you keep all the speed and security benefits.
  • Campaign and launch pages expecting spikes. A page promoted on radio, TV or a big email send gets hammered in bursts. Pre-built pages on a CDN shrug that off.
  • Documentation and large content libraries. Generators like Hugo rebuild thousands of pages in seconds, and readers get instant page loads across the whole set.
  • Sites where a breach would be expensive. Professional services firms holding client trust have more to lose from a defaced or hijacked site than from a slower editing workflow.
  • Long-life sites with no maintenance budget. If nobody will be paying for updates in year three, an architecture with nothing to patch is a genuine safeguard.

When it is developer fashion you are paying for

Here is the pattern to watch for. You run a ten-page site for a plumbing firm or a solicitor's practice. Your office manager updates the news page on Fridays. The quote in front of you proposes Next.js, a headless CMS on a monthly plan, a form service and a build pipeline, at roughly twice the price of a conventional build. Nothing in that stack is bad technology. All of it is unnecessary for the job described.

Developers reach for these tools because they are genuinely pleasant to build with, and because modern JavaScript experience looks good on a CV. Neither reason benefits you. The tell is a proposal that spends its pages on the technology rather than on your enquiries, your editing workflow and your total cost over three years. When the running theme is what the stack can do rather than what your business gets, you are funding someone's portfolio.

There is also a middle path worth knowing about. A lean custom server-rendered build can match most of Jamstack's speed while keeping instant publishing and avoiding third-party subscriptions altogether. Architecture is a menu, not a ladder. Nothing obliges you to pick the newest item on it.

Jamstack or a normal CMS build: the small business comparison

For most UK small businesses the realistic comparison is against a conventional CMS site, and the deciding questions are about people rather than technology. Who edits the site, how often, and how much developer involvement can you tolerate per change?

A CMS build wins on editing. Staff log in, change the page, press publish, done. It wins on the size of the developer pool and usually on upfront price: our own web design packages start at £599 for exactly this kind of build. It loses on maintenance, because updates and security patching are a permanent obligation, and its speed depends on how well it was built rather than on the architecture itself.

Jamstack wins on speed under load, on security, and on running costs that round to zero. It loses on editing convenience and on how easily you can change supplier later. Which CMS you would be comparing against is a separate decision, and our guide to custom CMS vs WordPress works through that half of the question.

A rough rule that has served our clients well: count the content changes you expect per month and the traffic pattern you expect per day. Frequent changes with steady, modest traffic point to a CMS. Rare changes with spiky traffic, or content that absolutely must not be tampered with, point to Jamstack. Most small firms sit firmly in the first camp, which is why most small firms are right to buy the conventional build.

Questions to ask a developer proposing Jamstack

Take these to the next meeting. A good developer answers all seven without flinching. A stack-chaser goes vague on three and six.

  1. Who edits content after launch, and what do they see? Ask for a demonstration of the editing screen, not a description of it.
  2. How long between pressing publish and the change appearing live? Seconds is fine. Twenty minutes might not be, on the day you need to correct a price.
  3. What are the monthly subscriptions, and what happens to the site if one is cancelled? Get the full list in writing: CMS, forms, search, hosting overage.
  4. What does an ordinary text change cost me if I have to come back to you for it? Multiply the answer by your expected changes per year before comparing quotes.
  5. If you disappear, who else can maintain this? Ask them to name the skills a replacement would need, then check what those people charge locally.
  6. Where does my content live, and can I export it? Files in a repository you own are portable. A proprietary CMS may hold your content hostage.
  7. Why this architecture for my site specifically? The answer should mention your traffic, your editing habits and your budget, not the technology's virtues in general.

Frequently Asked Questions

Not by itself. Google ranks pages, not architectures. Jamstack helps indirectly because pre-built HTML is fast to load and easy for crawlers to read, which supports Core Web Vitals and indexing. A fast, well-structured site of either kind still competes on content and links like everyone else, so treat any promise of rankings from architecture alone as a red flag.

Hosting, almost certainly: free tiers on the major platforms cover most small sites. The build itself usually costs more than a comparable CMS site, and a headless CMS adds a running subscription. Over several years, a rarely edited Jamstack site often comes out ahead because there is no maintenance retainer. A frequently edited one may not.

Yes, provided a headless CMS is part of the build, and this is exactly what to confirm before signing anything. Without one, every edit goes through a developer. Ask to try the editing interface your team would actually use, and check that publishing a change takes minutes rather than a support ticket.

The label may fade; the approach will not. Serving pre-built pages from a CDN is an old idea with new tooling, and that tooling is mature: Hugo has been around since 2013 and Next.js since 2016. Be wary not of the architecture but of any proposal where the architecture, rather than your requirements, is the starting point.

If you are weighing a quote and cannot tell whether the stack serves you or the developer, we will give you a straight second opinion. We build both kinds of site, so we have no fashion to defend. Get in touch and bring the proposal with you.

Comments (0)

No comments yet. Be the first to comment!

Leave your thought

Your comment will be moderated before being published.