TSV

Static Site Generators - TSV

Static Site Generators (SSG) are tools that pre-generate HTML files from content files like Markdown and templates. They require no database or server-side processing, offering fast delivery and high security. Various generators implemented in different languages and frameworks exist, including Next.js, Hugo, Gatsby, Jekyll, and Astro, and are used for a wide range of purposes such as blogs, documentation sites, and marketing sites.

Static Site Generator SSG Web Development Frontend Blog Documentation
code	slug	name	description	buildSpeed	framework	language	latestVersion	useCases
01	nextjs	Next.js	A React-based full-stack framework developed by Vercel.	Medium	React	JavaScript/TypeScript	16.x	["Webアプリケーション","ECサイト","マーケティングサイト","ドキュメント"]
02	hugo	Hugo	The world's fastest static site generator written in Go.	Very Fast	Go Templates	Go	0.155.x	["ブログ","ドキュメント","企業サイト","ニュースサイト"]
03	gatsby	Gatsby	A static site generator based on React and GraphQL.	Medium to Slow	React	JavaScript/TypeScript	5.x	["マーケティングサイト","ブログ","CMS連携サイト"]
04	jekyll	Jekyll	A simple blog-aware static site generator written in Ruby.	Slow	Liquid	Ruby	4.4.x	["個人ブログ","GitHub Pages","ポートフォリオ"]
05	astro	Astro	The web framework for content-driven websites.	Fast	Framework-agnostic	JavaScript/TypeScript	5.17.x	["マーケティングサイト","ブログ","eコマース","ドキュメント"]
06	eleventy	Eleventy	A simple and flexible Node.js-based static site generator.	Fast	Multiple	JavaScript	3.x	["ブログ","ドキュメント","ポートフォリオ"]
07	nuxt	Nuxt	An intuitive web development framework based on Vue.js.	Medium	Vue.js	JavaScript/TypeScript	3.x	["Webアプリケーション","企業サイト","コンテンツサイト"]
08	sveltekit	SvelteKit	A full-stack web application framework based on Svelte.	Fast	Svelte	JavaScript/TypeScript	2.x	["Webアプリケーション","インタラクティブサイト","ダッシュボード"]