Themis Builder Running

API Base URL: http://localhost:3001

{
  "id": "site_demo",
  "name": "Themis Demo",
  "theme": {
    "primary": "#0f172a",
    "secondary": "#38bdf8",
    "background": "#ffffff",
    "text": "#0f172a",
    "fontHeading": "Geist Sans",
    "fontBody": "Geist Sans"
  },
  "pages": [
    {
      "id": "page_home",
      "slug": "home",
      "title": "Home",
      "sections": [
        {
          "id": "section_hero",
          "type": "hero",
          "props": {
            "align": "center"
          },
          "blocks": [
            {
              "id": "block_heading",
              "type": "heading",
              "props": {
                "text": "Themis Builder"
              }
            }
          ]
        }
      ]
    }
  ]
}