Multi-purpose static web site generator aimed at developers.
Statik is a static website generator that aims to be simple yet powerful. Unlike other generators that force you to follow a specific data structure, Statik allows you to define your own data models in YAML format. This data is then loaded into an in-memory SQLAlchemy SQLite database. You can code up your templates using the Jinja2 templating engine and define your views in YAML format. Statik also supports querying data using SQLAlchemy's ORM syntax or the MlAlchemy library.
Statik is a flexible and powerful static website generator that allows you to define your own data models and templates. It provides features like in-memory database, support for multiple template engines, custom views, and query support. With easy deployment options via SFTP or Netlify, Statik simplifies the process of publishing your static website.