{
  "version": "1.0",
  "project": {
    "name": "CMS Conf",
    "type": "conference_website",
    "description": "International conference dedicated to content management systems (CMS), modern web development, digital product creation, and related technologies",
    "first_edition": {
      "dates": "2026-11-12 to 2026-11-14",
      "location": "Gdynia, Poland",
      "venue": "Pomeranian Science and Technology Park (PPNT Gdynia)"
    }
  },
  "website": {
    "domain": "https://cmsconf.com",
    "contact_email": "hello@cmsconf.com",
    "language": "en",
    "content_language": "English"
  },
  "organizer": {
    "legal_name": "Openweb S.C.",
    "type": "civil_partnership",
    "jurisdiction": "Poland",
    "address": {
      "street": "ul. kadm. X. Czernickiego 43a",
      "city": "Gdynia",
      "postal_code": "81-154",
      "country": "Poland",
      "country_code": "PL"
    },
    "tax_id": {
      "nip": "9581760590",
      "regon": "369117242"
    },
    "contact": {
      "email": "hello@cmsconf.com",
      "website": "https://cmsconf.com"
    },
    "data_controller": true,
    "data_controller_scope": "All processing activities related to CMS Conf"
  },
  "technology": {
    "framework": "Astro",
    "framework_version": "5.15.7",
    "styling": "Tailwind CSS 4.1.17",
    "languages": [
      "TypeScript",
      "JavaScript"
    ],
    "build_tool": "Vite",
    "image_optimization": "Sharp",
    "seo": "astro-seo-meta",
    "hosting": "static_deployment",
    "build_output": "/dist"
  },
  "pages": {
    "homepage": "/",
    "stay_up_to_date": "/stay-up-to-date",
    "legal_hub": "/legal",
    "legal_pages": {
      "code_of_conduct": "/legal/code-of-conduct",
      "conference_regulations": "/legal/conference-regulations",
      "privacy_policy": "/legal/privacy-policy",
      "cookie_policy": "/legal/cookie-policy",
      "impressum": "/legal/impressum",
      "ticket_sales_regulations": "/legal/ticket-sales-regulations",
      "user_account_regulations": "/legal/user-account-regulations",
      "gdpr_clauses": {
        "website_users": "/legal/website-users-information-clause",
        "event_participants": "/legal/event-participants-information-clause",
        "newsletter_subscribers": "/legal/newsletter-subscribers-information-clause",
        "media_partners": "/legal/media-partners-information-clause",
        "event_speakers": "/legal/event-speakers-information-clause",
        "volunteers": "/legal/event-volunteers-information-clause",
        "user_account": "/legal/user-account-information-clause"
      }
    }
  },
  "event": {
    "name": "CMS Conf",
    "type": "in_person_international_technology_conference",
    "focus_areas": [
      "CMS platforms",
      "web development",
      "product creation",
      "AI-assisted tooling"
    ],
    "format": [
      "talks",
      "workshops",
      "panels",
      "networking_sessions"
    ],
    "expected_attendance": 400,
    "content": {
      "workshops": 15,
      "speakers": 30,
      "technical_sessions": 50,
      "cms_representatives": 100
    }
  },
  "external_services": {
    "newsletter": "Sender.net",
    "form_handling": "StaticForms.dev",
    "video_hosting": "YouTube",
    "ticketing": "EasyTools",
    "analytics": "configurable"
  },
  "build": {
    "command": "npm run build",
    "output_directory": "/dist",
    "sitemap": {
      "index": "/sitemap-index.xml",
      "pages": "/sitemap-0.xml"
    },
    "robots": "/robots.txt"
  },
  "features": {
    "content_sections": [
      "hero_section",
      "about_section",
      "newsletter_subscription",
      "venue_slider",
      "team_section",
      "event_statistics",
      "sponsors_area"
    ],
    "technical": [
      "dark_mode",
      "mobile_first_responsive",
      "performance_optimization",
      "accessibility_features",
      "gdpr_compliant_cookie_consent",
      "seo_metadata",
      "automatic_sitemap_generation"
    ]
  },
  "ai_systems_notes": {
    "routing": "All pages in /src/pages/ are routable and discoverable",
    "sitemap": "Generated during build process",
    "llm_files": {
      "index": "llms.txt - Entry point",
      "json": "This file (llms.json) - structured data for AI systems"
    },
    "content_language": "English only",
    "legal_content": "Canonical and authoritative",
    "data_controller": "Unambiguous and consistent identification"
  },
  "last_updated": "2026-07-21",
  "schema_org": {
    "event_schema": "Available on homepage",
    "organization_schema": "Available on all pages",
    "webpage_schema": "Available on subpages"
  }
}
