Quick Start
Changelog
Release changes covered by the latest GoLazy guides.
Latest release changes
GoLazy v0.1.11 adds optional document metadata helpers, generated
/robots.txt and /sitemap.xml support, mailer rendering, early storage and
media building blocks, and a cleaner generated-app development toolchain.
Existing v0.1.10 applications can upgrade incrementally.
Framework
golazy.dev/lazystorage,golazy.dev/lazyfiles, andgolazy.dev/lazymediaintroduce early storage building blocks for object-style storage backends, logical file catalogs, fallback signed file URLs, and generated media variants.golazy.dev/lazymailerrenders text and HTML mailer views through the normal view system, builds standard-library MIME messages, and delivers through pluggable delivery implementations. Read Mailers And Storage.golazy.dev/lazyseoandlazycontroller.Baseprovide request-local document metadata helpers for title, language, canonical URLs, alternates, JSON-LD, Open Graph, Twitter cards, and related tags.lazyviewalso supports Rails-style view variants such asshow.svg+square.tpl. Read Template Data And Helpers.lazyapp.Configcan generate/robots.txtand/sitemap.xmlwith sane defaults, configurable crawler rules, sitemap sources, alternates, lastmod, andLast-Modifiedcache validation.
Runtime behavior
lazyhot reload no longer injects the reload client into Turbo Frame requests or HTML fragments that do not include a document body. This keeps fragment responses and Turbo-driven updates free of development-only script markup.
CLI and generated apps
lazy --versionnow reportsv0.1.11, solazy newselects the matching sample application template once the coordinated release is published.lazy newselects the matching sample application template withlazyseosetup in the app config, metadata in the sample controllers, standalone mise task scripts, and Node.js in the mise toolchain. Read Configuration, Application Structure, and Template Data And Helpers.
Read the Upgrade Guide before moving an existing application forward.