A static website is built once into plain files (HTML, CSS, images) and served directly to visitors from a fast network. Because there's no database or admin panel processing each request, static sites are exceptionally fast and have almost no attack surface.
Modern static sites can still be dynamic where it matters — lead forms, product lists, and job postings update through an API — giving you the speed and security of static with the flexibility you need.