The Tech Behind Your Website (And Why You Should Care)
Most agencies do not tell you what your website is built with. You get a finished product and a login to something. If you ever want to move, you find out the hard way what is portable and what is locked in.
We think you should know what is under the bonnet. Not because you need to understand it in detail, but because the technology choices behind your site directly affect how fast it loads, how reliable it is, and how easy it is to change things later.
Here is the stack, in plain English.
Next.js - the framework
Your website is built with Next.js, the most widely used React framework in production. It is what Vercel (the company behind it), Nike, Notion, and thousands of other companies use to build fast, modern websites.
What this means for you:
- Pages load fast. Next.js pre-builds pages at deploy time so visitors get near-instant load times. No waiting for a server to assemble the page on every visit.
- Search engines love it. Every page is server-rendered with proper meta tags, structured data, and clean URLs out of the box. This is the foundation that SEO is built on.
- Changes are safe. We can update one page without risking the rest of the site. The framework handles routing, caching, and rebuilding automatically.
You will never need to think about Next.js directly. But if you ever move to another developer, your site is built on the most popular framework in the world. Finding someone who can work on it will never be a problem.
Vercel - hosting and deployment
Your site is hosted on Vercel, the platform built by the same team that makes Next.js. This is not a coincidence - it means the hosting is specifically optimised for the framework your site runs on.
What this means for you:
- Global CDN. Your site is served from data centres around the world. A visitor in London gets it from London. A visitor in Sydney gets it from Sydney. Fast everywhere, not just near one server.
- Automatic SSL. The padlock in the browser, the HTTPS in the address bar - it is provisioned automatically and renews itself. You never have to think about certificates.
- Zero-downtime deploys. When we push a change to your site, the old version keeps running until the new one is fully ready. Visitors never see a broken page or a maintenance screen.
- Preview deployments. Every change we make generates a preview URL before it goes live. If you are reviewing something, you see the real thing in a real browser - not a static mockup.
Supabase - the database
Behind your portal, your project data, messages, invoices, and domain records live in Supabase. It is an open-source platform built on PostgreSQL, the same database technology that runs Instagram, Spotify, and most of the serious internet.
What this means for you:
- Your data is yours. PostgreSQL is open source. Your data is not locked into a proprietary system that only one vendor can access. If you ever need an export, it is a standard database dump.
- Row-level security. When you log into your portal, you can only see your projects, your invoices, your messages. This is enforced at the database level, not just in the application code. It is the same security model banks use.
- Real-time updates. When we send you a message or update a milestone, your portal updates instantly. No refreshing the page, no polling.
Stripe - payments
All billing goes through Stripe. It is the payment infrastructure behind Shopify, Amazon, and most of the internet's commerce. We chose it because it is the most reliable, most secure option available.
What this means for you:
- Card details never touch our servers. When you pay an invoice, your card information goes directly to Stripe. We never see it, never store it, never handle it.
- Invoices you can pay in one click. Every invoice in your portal has a pay button. Click it, confirm, done. No bank transfers, no "please reference invoice number 47."
- Automatic receipts. Stripe generates receipts for every payment. They are in your portal and in your email.
Vercel domains - registration
When you purchase a domain through your portal, we register it through Vercel's domain registrar. The domain is registered in your name with your contact details.
What this means for you:
- You own the domain. Your name is on the registration. If you ever leave, the domain is yours to take.
- DNS auto-configures. Because Vercel is both the registrar and the host, the domain points to your site automatically. No manual DNS configuration, no waiting for propagation.
- SSL is automatic. Your domain gets an SSL certificate issued and renewed without anyone lifting a finger.
If you already have a domain elsewhere, your portal walks you through connecting it with specific DNS records and registrar guides.
Why this combination works
These are not obscure tools stitched together with custom glue. Each one is a market leader in its category, maintained by large teams, used by millions of sites. They are designed to work together, and they do.
The practical result:
- Your site loads in under a second, globally
- Changes deploy in under a minute with no downtime
- Your data is secure, portable, and properly backed up
- Payments are handled by the same infrastructure that processes billions of pounds a year
- If you ever leave, nothing is locked in - your code, your data, your domain, all portable
What you do not need to think about
The whole point of this stack is that you should not have to think about it. You should not be worrying about SSL renewals, server patches, database backups, or CDN configuration.
Your job is to run your business. Our job is to make sure the technology behind your website is reliable, fast, and secure. The stack we have chosen lets us do that without cutting corners.
If you have questions about any of this, your portal has a message button. We are happy to go deeper on anything.
Small business notes
Occasional notes on websites, hosting, and running a small business online - no spam.
More Posts
You Are Paying Monthly for a Site You Built Yourself
DIY website builders charge you every month and make you do all the work. That is not a good deal. Here is what you are actually paying for, and what you could get instead.
Which of Our Plans Is Right for You (and Why Each One Exists)
Starter, Standard, and Studio. A plain-English walkthrough of what each plan is for, what it costs, and how to figure out which one you actually need.
What You Actually Get for £79 a Month
A friend recently told me £79 a month for a website sounded expensive. Here is the full breakdown of what the Standard plan actually covers, and why it is one of the cheapest serious things a small business will ever pay for.