simplitt is a lightweight static site generation tool built around a simple idea: store all content in a single flat data file, then use a script to generate a complete static website. The documentation states that it can generate the homepage, category pages, and individual pages for each content item. It does not require a database and does not emphasize a complex installation process, making it suitable for small content sites, personal project pages, or users who want to keep their tech stack extremely minimal.
Functionally, simplitt focuses on βsingle-file content management + static page generation.β Users edit sptt-content.csv, configure sptt-config.php and .htaccess, then visit or run sptt-makesite.php to generate or update the site. It supports images: place image files in the site/img/ folder and enter the file name in the data file.
Technically, the documentation mentions that it requires a web server with PHP support; for local use, Apache and PHP are enough. It does not mention a plugin system, theme marketplace, API, SDK, or integrations with Git, CI/CD, or cloud platforms. As such, it is closer to a simple script-based generator than a full modern SSG ecosystem.
simplitt is free software under the GPL license, meaning the source code can be obtained, used, modified, and distributed. It naturally supports self-hosting: you can download it and upload it to your own server, or compile and test it on localhost and only upload the static contents of the site/ directory to the production server. The latter is the safer approach recommended in the documentation, as it helps keep local backups and reduces server-side risk.
Its advantages are an extremely simple structure, no database dependency, low deployment cost, and easier control over security and performance once static pages are generated. Being GPL open source also makes it easier to preserve and modify over the long term. The downsides are that it still requires some server knowledge, including editing PHP configuration, .htaccess, and file permissions. The documentation mentions that setting the site directory permissions to 777 can work, but this creates security risks in production. It also does not show the theme, plugin, Markdown-based workflow, or automated deployment capabilities commonly found in modern static site tools.
simplitt is best suited for individual developers, researchers, or content publishers who understand basic PHP/server operations and only need to maintain a small static website. It is less suitable for large content teams, complex permission-based collaboration, or projects that require a rich ecosystem. The documentation does not provide information about access from China, and domain connectivity cannot be determined from the crawled content alone, so this is marked as unknown. If you need a more mature ecosystem, alternatives include Hugo, Jekyll, Eleventy, Hexo, and MkDocs.
β This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on simplitt.com official site.
simplitt.com is an Unknown Dev Tools provider. TG4G tracks its product information, an overall rating of 5.0/10, and a China-accessibility score of China direct-connect friendly. Click "Visit Official Site" to reach simplitt.com directly.