Most small businesses are sold more website than they need. Others are sold a brochure when they needed a booking system. The difference is not the design. It is whether the site has to remember anything.
What "static" actually means
A static website is a set of finished pages. Every visitor gets the same page, straight from a server close to them. Nothing is worked out when someone opens it.
That makes it:
- Fast. Our static sites load in about a second on a mid-range phone.
- Cheap to run. Hosting often costs nothing at all.
- Hard to break. There is no database to hack and no plugin to update.
You can still change it. We connect the text and photos to a simple editor, or you send us a WhatsApp message and it is live the same day.
What "dynamic" adds
A dynamic site, or web app, works things out for each visitor. It needs a database and some code on the server. You need one when the site has to:
- let people log in (customers, staff, dealers)
- take bookings or orders against real availability
- show numbers that change during the day: stock, tables free, delivery slots
- keep records: quotes, warranties, job cards
If none of these are on your list, you do not need a web app yet.
A quick test
Ask one question: does the site need to know who is visiting, or what happened five minutes ago?
| If you need… | Choose |
|---|---|
| A menu, prices, photos, a map and a WhatsApp button | Static |
| An enquiry form that lands in your WhatsApp | Static, plus a small automation |
| Online booking against real slots | Dynamic |
| A dealer portal, quotes or warranties | Dynamic |
The middle path most businesses take
Start static. Add the one dynamic piece you actually need, and nothing else. A bakery might have a static site with a live "3 tables free tonight" badge. A dealer might have a static catalogue with a quotation system behind a login.
That way you pay for the moving parts you use, and the rest of the site stays fast.
What it costs to start
A static site takes about two weeks. A web app is quoted after a 20-minute call, because it depends on what it has to remember. Either way, you get a fixed price in writing before we start, and every login is yours.