Glossary · Websites and content systems
Dynamic website
A website that generates or changes responses using application logic, stored data, user state, or external services.
Also called: dynamic site, web application
Definition
A dynamic website may run code for each request, read from a database, personalize output, accept authenticated actions, or obtain data through an API. Some modern sites combine prebuilt pages with dynamic functions.
Why it matters
Dynamic behavior can support useful workflows but adds runtime, security, testing, maintenance, and recovery responsibilities.
Common misunderstanding
A site can contain animations or client-side interaction and still be delivered mostly as static files.
Related terms
Related system family: Websites & Publishing
Sources
- What is a web server? (opens in a new tab) · MDN Web Docs
- How the web works (opens in a new tab) · MDN Web Docs
Last reviewed July 16, 2026
