Skip to content

Free Tool

Config Generator

Generate valid Squarespace Dev Mode configuration files. No more JSON typos or missing fields.

Why this matters

Every Squarespace Dev Mode site needs configuration files to tell Squarespace how your site is structured. Get them wrong, and your site won't load. This tool generates perfectly formatted config files so you can skip the guesswork and get straight to building.

Global template configuration — stylesheets, layouts, navigations

base.less

Each file compiles independently. @import is broken on Squarespace — use this array instead.

template.conf
{
  "name": "My Template",
  "author": "Developer",
  "layouts": {
    "default": {
      "name": "Default",
      "regions": [
        "site"
      ]
    }
  },
  "navigations": [
    {
      "title": "Main Navigation",
      "name": "mainNav"
    }
  ],
  "stylesheets": [
    "base.less"
  ],
  "systemCollections": [
    "products",
    "gallery",
    "events",
    "album",
    "blog"
  ]
}

A little over your head?

No shame — this stuff is hard. Let the pros handle it.

Long Drive MarketingTalk to Long Drive Marketing →