Freezed is a static site generator written in PHP and built around the TYPO3 Fluid template engine.
It takes content and one or more themes and compiles them into a directory containing ordinary HTML and assets, leaving no application runtime or database on the deployed site. Its structure will feel familiar to developers who already work with Fluid: layouts, partials, sections and ViewHelpers are used to compose pages, while site content is represented by folders and templates. Freezed separates source content, themes, copied static files and generated output into distinct directories, making the build process straightforward to inspect and version-control.
This is free and open source software.
Key Features
- Uses TYPO3 Fluid for layouts, partials, sections and ViewHelpers.
- Supports stackable themes that can layer and override each other.
- Represents each page as a content folder containing a template and PHP variables.
- Provides an asset pipeline for CSS, JavaScript and images through its resource ViewHelper.
- Resolves internal content references to page URLs at build time with a dedicated link ViewHelper.
- Can generate an XML sitemap from site pages, including per-page modification metadata.
- Copies files placed in the static directory directly into the generated site.
- Supports shell commands that run before and after a build.
- Provides configurable content types and default variables.
- Allows custom ViewHelpers to extend template behaviour.
- Exposes command-line build options to templates as build variables.
- Generates a plain public directory that can be hosted on any static web server or CDN.
Website: github.com/neuedaten/freezed
Support:
Developer: Bastian Schwabe
License: GNU General Public License v2.0
Freezed is written in PHP. Learn PHP with our recommended free books and free tutorials.
Related Software
| PHP Static Site Generators | |
|---|---|
| HydePHP | Content-first Laravel-powered static site generator |
| Jigsaw | Framework for rapidly building static sites |
| Spress | Blog-aware application that transform your plain text files in static sites |
| Sculpin | Can be used to create any type of static website |
| Cecil | Simple and powerful content-driven static site generator |
| Couscous | Turns Markdown documentation into beautiful websites |
| Ata’s SSG | Static site generator for GitHub pages. |
| WP2Static | WordPress plugin for static site generation and deployment |
| Capro | Uses the Blade template engine |
| StaticForge | Processes Markdown and HTML content files through an event-driven pipeline |
| Crossroads | Builds static websites from Markdown-based content with front matter metadata |
| PHPSSG | Personal Home Page Static Site Generator |
| Basildon | Builds sites from text content files with YAML frontmatter and body conten |
Read our verdict in the software roundup.
Explore our carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.