Publish is a static site generator built specifically for Swift developers that enables entire websites to be created using native Swift code rather than traditional templating languages. It treats each website as a Swift package, allowing developers to define structure, metadata, and behavior using strongly typed APIs that integrate seamlessly with the Swift ecosystem. The framework supports themes, plugins, and full customization of the publishing pipeline, giving users granular control over how content is transformed into HTML output. It includes built-in functionality for generating additional assets such as RSS feeds, sitemaps, and podcast feeds, making it suitable for content-driven websites and blogs. Publish is designed to scale from simple personal sites to more complex projects by allowing developers to progressively customize only the parts they need.
Features
- Static site generation entirely in native Swift code
- Type-safe website configuration using Swift packages
- Plugin and theme system for customization
- Automatic generation of RSS feeds and sitemaps
- Seamless integration with Markdown and HTML tooling
- Flexible publishing pipeline with full control over output