FOR THEME DEVELOPERS
Your idea.
Your theme.
Create Loom themes that others can confidently edit. From the first file to an installable package — with code, examples and an explicit authoring contract.
Download GrowSite Skeleton (ZIP)Download the example packagesections/hero.html<section class="hero">
<h1 gs-text="section.settings.title">
Hello, world.
</h1>
<template gs-slot="blocks"></template>
</section>Schema → Editor → Website
Our own engine. An HTML authoring format.
Schemas create controls. Blocks compose pages. A shared renderer connects your theme to the builder.
From idea to installation
22 practical chapters01 / Build elements
Text and headings
From schema to text editing, typography and persistence.
Read the guide02 / Build elementsButtons and links
Labels, destinations, colors, dimensions and accessible states.
Read the guide03 / Build elementsInputs and form fields
Field types, labels, options, limits and validation.
Read the guide04 / Build elementsForms step by step
Instances, site binding, submission and error handling.
Read the guideDocumented behavior
Examples follow the current GS Loom format. Compatibility boundaries are stated explicitly.