What is Static Site Generator?
A tool that takes ready-made content and templates and turns them into fixed web pages ready to be presented to the user.
Overview
Traditional websites pull information from the database for each visitor. Static site generator, on the other hand, does this process once, creates the pages in advance and sends only the ready files to the visitor. This ensures that your site loads very quickly and is more secure.
How it works
You write your content in Markdown or similar files. The tool combines these contents with design templates and produces HTML files. You also upload these files to the internet.
Where it is used
It is frequently preferred in blogs, documentation sites and personal portfolios.
Commonly confused with
It is mixed with CMS (Content Management System); CMS uses a database, while this tool only produces files.
Frequently asked questions
How do I update my site?
By changing the content and running the tool again, you generate and upload new files.
No database required?
No, it doesn't require a database, making it very fast.
Related terms
This explanation was written in plain language for TreScout and machine-translated from the Turkish original · the Turkish version prevails. If something looks wrong or missing, write to hello@trescout.com. Read in Turkish →