Systems
Backend
Plain English
The part users don’t see.
Definition
The backend is the part of a glossarySystemA system is a collection of interconnected components that work together to achieve a specific function or outcome.Open glossary term that handles glossaryData ProcessingData processing is the transformation of raw data into a usable format through cleaning, structuring, and analysis.Open glossary term, logic, and server-side operations.
In practice
Manages databases, APIs, authentication, and business logic behind the scenes.
In context
It surfaces in serviceUser ExperienceImprove journeys, reduce friction, and make digital products clearer, simpler, and easier to move through.Open service through timing and glossaryError StateAn error state is a UI condition that occurs when something goes wrong, preventing a task from being completed.Open glossary term. Most of what a user calls slow or broken is a backend glossaryBehaviourBehaviour refers to how users interact with a system, including actions, patterns, and responses.Open glossary term the interface is failing to explain.
The reality
Backend complexity increases quickly as glossarySystemA system is a collection of interconnected components that work together to achieve a specific function or outcome.Open glossary term scale and integrate with more glossaryServiceA service is a component or function that performs a specific task within a system.Open glossary term.
Compared with
Backend vs Frontend
The backend holds the glossaryDataData is raw, uninterpreted information collected and stored so it can be analysed, processed, or used to inform decisions. On its own it carries no meaning; context and interpretation are what make it useful.Open glossary term and the rules; the glossaryFrontendThe frontend is the part of a system that users interact with directly, including interfaces and visual elements.Open glossary term presents them and takes input. The split matters because it decides where logic lives, and duplicated rules on both sides is a reliable source of bugs.
FAQ
Common questions
A few practical answers to the questions that usually come up around this term.
What is the backend?
It is the server-side part of a glossarySystemA system is a collection of interconnected components that work together to achieve a specific function or outcome.Open glossary term that handles glossaryDataData is raw, uninterpreted information collected and stored so it can be analysed, processed, or used to inform decisions. On its own it carries no meaning; context and interpretation are what make it useful.Open glossary term and logic.
What does the backend do?
It glossaryProcessA process is a defined sequence of steps used to achieve a specific outcome.Open glossary term glossaryDataData is raw, uninterpreted information collected and stored so it can be analysed, processed, or used to inform decisions. On its own it carries no meaning; context and interpretation are what make it useful.Open glossary term, manages databases, and runs logic.
Why is the backend important?
It powers the functionality of applications.
What technologies are used in the backend?
Servers, databases, and APIs.
Related Services
Related Guides
Related Terms



