{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://christplan.com/#organization",
      "name": "Christ Planner",
      "alternateName": "Living with Christ - Group Planner",
      "description": "AI-powered group planning platform for churches and Christian ministries",
      "url": "https://christplan.com",
      "logo": "https://christplan.com/logo.png",
      "sameAs": [
        "https://www.christplan.com"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "contactType": "Customer Support",
        "email": "support@christplan.com",
        "availableLanguage": "en"
      },
      "foundingDate": "2025",
      "areaServed": "US",
      "knowsAbout": [
        "Church Management",
        "Small Group Ministry",
        "Christian Discipleship",
        "Group Planning",
        "AI Discussion Generation"
      ]
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://christplan.com/#product",
      "name": "Christ Planner",
      "description": "Group planning platform for churches to manage small group discipleship with AI-powered discussion generation",
      "applicationCategory": "BusinessApplication",
      "operatingSystem": "Web",
      "offers": {
        "@type": "AggregateOffer",
        "priceCurrency": "USD",
        "offers": [
          {
            "@type": "Offer",
            "name": "Free Plan",
            "price": "0",
            "priceCurrency": "USD",
            "description": "2 sermon plans per week",
            "eligibleCustomerType": "Individual"
          },
          {
            "@type": "Offer",
            "name": "Personal Plan",
            "price": "10",
            "priceCurrency": "USD",
            "priceValidUntil": "2026-12-31",
            "billingIncrement": "P1M",
            "description": "Unlimited plans, up to 50 team members",
            "eligibleCustomerType": "Individual"
          },
          {
            "@type": "Offer",
            "name": "Ministry Plan",
            "price": "19",
            "priceCurrency": "USD",
            "priceValidUntil": "2026-12-31",
            "billingIncrement": "P1M",
            "description": "Unlimited plans, up to 200 team members, advanced analytics",
            "eligibleCustomerType": "Organization"
          },
          {
            "@type": "Offer",
            "name": "Campus Pro Plan",
            "price": "99",
            "priceCurrency": "USD",
            "priceValidUntil": "2026-12-31",
            "billingIncrement": "P1M",
            "description": "Unlimited plans, unlimited team members, white-label options",
            "eligibleCustomerType": "Organization"
          }
        ]
      },
      "featureList": [
        "AI-powered discussion question generation",
        "Sermon transcript import and processing",
        "Collaborative team planning",
        "@mention notifications",
        "Real-time activity tracking",
        "Kanban board task management",
        "Calendar scheduling",
        "Email notifications",
        "Team member management",
        "Analytics dashboard"
      ],
      "creator": {
        "@type": "Organization",
        "name": "Christ Planner"
      },
      "url": "https://christplan.com"
    },
    {
      "@type": "WebSite",
      "@id": "https://christplan.com/#website",
      "url": "https://christplan.com",
      "name": "Christ Planner",
      "description": "AI-powered group planning platform for churches",
      "publisher": {
        "@id": "https://christplan.com/#organization"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://christplan.com/search?q={search_term_string}"
        }
      }
    },
    {
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What is Christ Planner?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Christ Planner is a specialized group planning platform designed for churches and Christian ministries. It combines AI-powered discussion generation with collaborative planning tools to help church leaders prepare engaging, scripture-based group studies."
          }
        },
        {
          "@type": "Question",
          "name": "How does the AI discussion generation work?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Users upload sermon transcripts or scripture passages. Our AI (Etta, trained by SysWisdom.AI) analyzes the content and generates contextual discussion questions tailored to the specific scripture and sermon themes. Leaders can then customize and refine these questions before use."
          }
        },
        {
          "@type": "Question",
          "name": "Who should use Christ Planner?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Christ Planner is designed for church administrators, small group leaders, and ministry coordinators who want to streamline their group planning process. It works best for churches with 100-5000 members seeking structured small group programs."
          }
        },
        {
          "@type": "Question",
          "name": "Is there a free version?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. Christ Planner offers a free tier that allows churches to create up to 2 sermon plans per week. Paid plans (Personal, Ministry, Campus Pro) unlock unlimited plans and additional features."
          }
        },
        {
          "@type": "Question",
          "name": "How is user data protected?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Christ Planner uses industry-standard security practices including OAuth authentication, encrypted password storage with bcrypt, SSL/TLS encryption for data in transit, and secure session management. All user data is stored in encrypted MySQL databases."
          }
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://christplan.com"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Features",
          "item": "https://christplan.com#features"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Pricing",
          "item": "https://christplan.com#pricing"
        }
      ]
    }
  ]
}
