Liz combines the power of Templ with modern web development practices. File-based routing, automatic refresh, and Tailwind compatibility out of the box.
package about
import "liz"
var PageMetadata = liz.Metadata{
Title: "About me",
Description: "Learn more about me",
}
templ Page() {
<h1>About Page</h1>
<p>This is the about page.</p>
}Liz provides all the modern tools and features you need to build fast, maintainable web applications.
Intuitive routing system based on your file structure. No configuration needed.
Lightning-fast development with automatic refresh. See changes instantly.
First-class Tailwind CSS support with automatic purging and optimization.
Leverages the power and type safety of Templ templates for robust applications.
Reusable components with props and composition for maintainable code.
Powerful command-line interface for scaffolding, building, and deploying.