Product → Web Applications
Website
A collection of related web pages and resources served under one or more domain names.
Motivation
Website solves the problem of publishing connected web pages under a coherent address and experience.
Where it fits
Website belongs to product web applications and uses browser, HTML, CSS, JavaScript, URL, and HTTP concepts.
Mental model
A website is a collection of resources users navigate through a browser, often backed by APIs or server-side rendering.
Common mistakes
- Equating every website with a single-page application.
- Ignoring accessibility, performance, and security.
Related concepts
Website connects to web page, URL, browser, HTML, CSS, and JavaScript.