northdan.
Vezi pagina în română

IT Glossary

What is SSG (static site generation)?

Static site generation builds every page once, at publish time, then serves visitors ready-made files — extremely fast and cheap to run.

A brochure site changes a few times a month, so why should a server rebuild the same pages on every single visit? Static site generation starts from exactly that observation: pages are produced once, at the moment of publishing, and visitors receive finished files served at speed from anywhere in the world through a content delivery network. There is no database to query on each request and no code executing on a server, which removes both the waiting time and the classic vulnerability surface of dynamic platforms. Translated into business terms that means a marketing site or blog loading almost instantly, which matters to search engines and to visitor patience alike; hosting costs that fall to a rounding error even at substantial traffic; and almost nothing to break into, because there is no administration panel exposed to the internet and no plugin ecosystem to keep patched. Content still changes normally — an editor works in a friendly interface and the site regenerates automatically within minutes of saving — so the constraint people fear rarely materialises in practice. The honest limit is genuinely dynamic content: baskets, customer accounts and live stock belong in interfaces called from the browser, or on pages rendered per request, which modern frameworks let you choose page by page rather than as an all-or-nothing decision.

Let’s talk about your project

Message us on WhatsApp or send an email — you talk directly to a developer.

office@northdan.com · +40 752 070 247

Why it matters for your business

Speed that is hard to match

Static files served from a distribution network load in fractions of a second worldwide, producing excellent performance scores without a later optimisation project.

Hosting that costs almost nothing

With no database and no server-side code, the site runs on minimal infrastructure, so monthly hosting stays negligible even under heavy traffic.

Security by construction

There is no publicly exposed administration panel and no plugins to update, which removes precisely the routes through which most conventional sites get compromised.

Frequently asked questions

What kind of site suits static generation?

Marketing sites, portfolios, blogs, documentation and campaign pages — content that changes on a scale of days or weeks rather than seconds. Anything genuinely live, such as a basket, a customer account or real-time stock, is combined with interfaces called from the browser or moved onto pages rendered per request. Most real projects end up a mixture, and choosing per page is ordinary practice rather than an exotic compromise.

If the site is static, how do we edit the content?

Through a headless content system or structured content files: an editor changes text in a friendly interface, and on save the site rebuilds and republishes automatically within minutes. For the person writing, the experience is as simple as with a conventional platform; only the mechanism behind it differs, and the one practical difference they notice is that publishing takes a couple of minutes instead of being instantaneous.

Does static generation help search rankings?

Yes, along two concrete routes: excellent loading speed, which is a confirmed ranking signal, and complete markup delivered on the first request, which a crawler indexes without having to execute scripts. At equal content quality a well-structured static site starts with a technical advantage over a slow one built on a heavy platform — an advantage, though never a substitute for having something worth reading.