THE LEXICON

Every technical term we use — decoded. No developer background required. This is the same technology working inside your project, explained the way we'd explain it over coffee.

FRAMEWORK

Astro

The construction system behind the site. Astro delivers every page as lean, ready-to-render HTML instead of shipping a heavy app the browser has to assemble first.

YOUR ADVANTAGE → Your site loads noticeably faster than typical website-builder sites — less to download, and far less for the phone to run before the page is usable.

CODE

Vanilla JS

Pure, hand-written JavaScript without heavy add-on libraries. Every line of code has a job.

YOUR ADVANTAGE → Nothing bloated to download, and no dependency stack ageing in the background — the only code that ever needs maintenance is the code we wrote on purpose.

DESIGN

Custom CSS

All styling is written specifically for this site instead of adapting an off-the-shelf theme.

YOUR ADVANTAGE → A look no template can copy — and no unused design code slowing things down.

HOSTING

Cloudflare Pages

Where the site lives. Your pages are stored on hundreds of servers around the world at once — every visitor is served from the one closest to them.

YOUR ADVANTAGE → Fast loading in Bangkok, Berlin and New York alike — hundreds of locations, none of them carrying your site on its own.

Vercel

A global hosting platform. Instead of sitting on a single server, the site is delivered from a worldwide network — always from the location nearest to the visitor.

YOUR ADVANTAGE → The distance between visitor and server stops being the thing that slows a page down.

Cloudflare Workers

Small programs that run on Cloudflare's global network — the server-side brain of a project. Here they hold the AI logic and API keys, which never reach the browser.

YOUR ADVANTAGE → Business logic and secrets stay protected — and responses come from a server near the visitor, not across the world.

IMAGE FORMAT

WebP

A modern image format that stores the same photo smaller than a classic JPG — depending on the picture, usually a quarter to a third lighter at the same visual quality.

YOUR ADVANTAGE → Images appear faster and use less mobile data.

VIDEO

HTML5 Video

The browser's built-in video player. Videos play right in the page, without YouTube embeds or third-party plugins.

YOUR ADVANTAGE → No cookie banners from video providers, no tracking, full control over the look.

SOUND

Web Audio API

The browser's native sound engine, used here for the ambient soundtrack.

YOUR ADVANTAGE → Atmosphere on demand — visitors opt in with one click, nothing plays uninvited.

MAPS

Mapbox GL JS

An interactive map styled to match the design exactly — instead of a pasted-in standard Google map.

YOUR ADVANTAGE → The map feels like part of the brand, not a foreign object.

LANGUAGES

4-Language i18n

The site exists in four languages, and visitors are shown the right one. ("i18n" is developer shorthand for internationalization.)

YOUR ADVANTAGE → Customers shop in their own language — trust goes up, support requests go down.

NAVIGATION

GPX Tracks

A universal file format for GPS routes. Riders load them into any navigation app or device they already use.

YOUR ADVANTAGE → Routes work on the gear customers already own — no special app required.

Offline Maps

Map data is stored on the device in advance, so navigation keeps working with no signal at all.

YOUR ADVANTAGE → Reliable guidance even in remote mountains — exactly where it matters most.

CONTENT

Headless CMS

A content editor that lives separately from the website itself. Your team edits text and images in a friendly interface; the site pulls the content in automatically.

YOUR ADVANTAGE → Non-technical team members can update the site — without ever being able to break the design.

SEARCH

SEO

Search Engine Optimization — making a site easy for Google to find, read and rank for the searches your customers actually type.

YOUR ADVANTAGE → Visitors who are already looking for what you sell can find you — without you paying for every click.

Google Business Profile

The public record of your business on Google — what Maps and Search show for name, address, opening hours, phone and website. Whoever controls it can edit it, and Google itself adjusts it from user suggestions and third-party data.

YOUR ADVANTAGE → The website link and phone number in this record are what Google shows people who look you up — which is why the person controlling it should be you.

Ownership Request

Google's official process for claiming a Business Profile someone else has verified: Google notifies the current holder, gives them a few days to respond, and offers further claim or appeal steps depending on the answer.

YOUR ADVANTAGE → There is a documented, no-cost route to request a hijacked or orphaned listing back — many owners never learn it exists.

NAP Consistency

Name, Address, Phone — the same three facts stated identically on your website, your Google listing and the directories that list you. Systems that aggregate business data compare these records to judge whether they describe the same business.

YOUR ADVANTAGE → Consistent facts make it easier for search engines and assistants to connect your listing, your website and your reviews into one business instead of three guesses.

Search Console

Google's free owner's dashboard for a website: it shows how Google crawls and indexes the site — and verifying it requires proving you control the domain.

YOUR ADVANTAGE → It proves you control the website — not that you own the business, but a document Google’s own verification can build on, and it hangs on the domain rather than on a directory listing.

AI SEARCH

GEO

Generative Engine Optimization — the work of making your business findable and understandable for AI answers from ChatGPT, Perplexity and Google AI Overviews, the way SEO does for classic search results.

YOUR ADVANTAGE → When customers ask an AI for a recommendation, your name is in the running — not invisible.

AEO

Answer Engine Optimization — structuring your content so AI assistants can quote it directly when they answer a question.

YOUR ADVANTAGE → Your expertise is shaped so it can stand on its own as an answer — not buried in a page that only makes sense as a whole.

llms.txt

A plain-text summary of your business that lives on your site, written specifically for AI systems to read — like a business card for ChatGPT and friends.

YOUR ADVANTAGE → AI assistants get a first-hand, machine-readable source on your business — instead of having to guess.

Structured Data

Invisible labels in the page code that give supported search engines and machine-readable systems explicit context about what is on the page: this is a service, this is a price, this is a review.

YOUR ADVANTAGE → Makes your pages eligible for richer search listings — and puts your facts in a form a machine can take straight from the source rather than guess at.

LocalBusiness Schema

Structured data for a business with a physical presence: opening hours, address, geo-coordinates and contact details written into the page code in the schema.org format search engines document support for.

YOUR ADVANTAGE → Your website states the same facts as your listing in machine-readable form — a first-party source instead of leaving machines to scrape and guess.

AI SYSTEMS

Claude API

Direct access to Claude, Anthropic's AI model — built into a project as a component, with our own rules and guardrails, instead of a generic chatbot bolted on.

YOUR ADVANTAGE → AI that behaves like part of your product — on-brand, on-task, under your control.

Catalog-Constrained AI

The AI can only recommend products that actually exist in the shop catalog — and the server double-checks every recommendation before it reaches the page.

YOUR ADVANTAGE → No invented products, no out-of-stock suggestions — AI you can trust near revenue.

Concept Build

A self-built, fully deployed demonstration — not a paid client project. Everything works; nothing about its results is invented.

YOUR ADVANTAGE → You can click through and verify the capability yourself instead of trusting a case-study number.

AI Content System

A repeatable workflow that produces on-brand content — social posts, articles, email sequences — with AI doing the heavy lifting and rules keeping the voice consistent.

YOUR ADVANTAGE → Content output scales without hiring — and without sounding like a robot wrote it.

AUTOMATION

Automation Workflow

A chain of steps that runs by itself: a form submission becomes a CRM entry, triggers an email, and posts a notification — no human copy-pasting in between.

YOUR ADVANTAGE → Routine work happens at 3 a.m. without you — fewer errors, faster follow-ups.

Webhook

A digital doorbell between two tools: when something happens in one system, it instantly notifies another — the moment a customer pays, your fulfillment starts.

YOUR ADVANTAGE → Your tools talk to each other in real time instead of waiting for someone to check.

Questions the lexicon doesn't answer?

START A PROJECT →