diff --git a/content/roadmaps/103-react/content/102-react-ecosystem/102-ssg/readme.md b/content/roadmaps/103-react/content/102-react-ecosystem/102-ssg/readme.md
index fdf447848..5493f99e9 100644
--- a/content/roadmaps/103-react/content/102-react-ecosystem/102-ssg/readme.md
+++ b/content/roadmaps/103-react/content/102-react-ecosystem/102-ssg/readme.md
@@ -1 +1,9 @@
-# Ssg
\ No newline at end of file
+# Static Site Generators
+
+A static site generator is a tool that generates a full static HTML website based on raw data and a set of templates. Essentially, a static site generator automates the task of coding individual HTML pages and gets those pages ready to serve to users ahead of time. Because these HTML pages are pre-built, they can load very quickly in users' browsers.
+
+Free Content
+What is a static site generator?
+Next.js SSG
+Gatsby SSG
+SSG — An 11ty, Vite And JAM Sandwich