# Static vs Dynamic
Static site generator = SSG
### Static
- store info on a server (typically whoever is the "host")
- Pros
- fast
- file sizes are small
- secure (no sending info)
- cheaper - typically just pay for the host
### Static Site Generated Static Sites
SSG examples:
- [[Next.js]]
- [[Jekyll]]
- [[Eleventy]] ([[Nodedotjs]])
### Dynamic
-
### Source
https://www.tatianamac.com/posts/beginner-eleventy-tutorial-parti/