> ## Documentation Index
> Fetch the complete documentation index at: https://docs.komerza.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Storefront Builder

> Build your storefront visually, from the dashboard

Every store gets a storefront you build in the **Komerza Builder** - a visual editor where you assemble pages from sections, style them, and publish to your store's URL. Open it from **Online Store → Builder**.

Your real products, categories and reviews render in the canvas as you work, so what you see is what shoppers get.

## Starting a storefront

The **New storefront** picker offers three routes:

| Option              | What you get                                                                    |
| ------------------- | ------------------------------------------------------------------------------- |
| **Blank**           | The standard pages - home, products, product detail, policies - with no styling |
| **From a template** | A finished design from the gallery. Some are Premium or Business only           |
| **Import theme**    | A previously exported theme `.json`, restored as-is                             |

A storefront created from a template is an independent copy. If the template changes later you'll see an "update available" marker, but nothing is applied automatically.

## You can have several

A store can hold multiple storefronts, but only one is live at a time - see [Publishing](/guides/builder/publishing). The others sit as drafts, which makes them a safe way to try a redesign without touching what customers see.

## Deleting one

Storefront settings has a danger zone. Deleting is permanent and takes with it all page content and design, all snapshots and version history, all uploaded media, and any published deployments.

<Tip>
  You don't need to delete a storefront to try a different design. Create
  another and publish whichever you prefer.
</Tip>

## Next

<CardGroup cols={2}>
  <Card title="Sections" icon={<span className="kicon kicon-layers" />} href="/guides/builder/sections">
    The blocks your pages are built from.
  </Card>

  <Card title="Pages & SEO" icon={<span className="kicon kicon-list" />} href="/guides/builder/pages">
    Adding pages, slugs and search metadata.
  </Card>

  <Card title="Publishing" icon={<span className="kicon kicon-globe" />} href="/guides/builder/publishing">
    Save vs Publish vs Snapshots, and going live.
  </Card>

  <Card title="Integrations" icon={<span className="kicon kicon-chart-line" />} href="/guides/builder/integrations">
    Analytics, ad pixels and chat widgets.
  </Card>
</CardGroup>
