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

# LiteFold Enterprise

> Enterprise-grade protein folding and drug discovery platform built for security, compliance, and scale

export const Title = ({children}) => <h2 className="text-2xl font-semibold text-gray-900 dark:text-gray-100" style={{
  fontFamily: 'Google Sans, sans-serif'
}}>
    {children}
  </h2>;

export const Container = ({children}) => <div className="py-12 w-full" style={{
  fontFamily: 'Google Sans, sans-serif'
}}>
    {children}
  </div>;

<div className="px-5 divide-y divide-gray-100 dark:divide-white/10" style={{ fontFamily: 'Google Sans, sans-serif' }}>
  <Container>
    <div className="w-full flex flex-col">
      <div className="flex flex-col items-start justify-center w-full max-w-4xl text-left">
        <div className="text-gray-900 dark:text-gray-200 text-4xl tracking-tight" style={{ fontFamily: 'Google Sans, sans-serif' }}>
          LiteFold Enterprise
        </div>

        <p className="text-md text-gray-600 dark:text-gray-400 text-left mt-3 mb-4" style={{ fontFamily: 'Google Sans, sans-serif' }}>
          Enterprise-grade security, compliance, and deployment options for AI-driven drug discovery. Get the advanced capabilities you need with the control your organization requires.
        </p>

        <div className="flex flex-row gap-4 mt-5">
          <a href="https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ2lTvdb5Ufn-8aKal8ZOCRIU3NAmV2EAzMOZUzi5AaiELrM08uC3J6cx2IYt3lWMNxIJAsRfqEV">
            <button type="button" className="px-5 flex items-center font-medium text-sm rounded-full py-2 shadow-sm text-white dark:text-gray-900 bg-primary-dark dark:bg-primary-light hover:opacity-[0.9] hover:bg-primary justify-center">
              Book Demo

              <svg
                className="size-3 ml-2 bg-white dark:bg-gray-900"
                style={{
              maskImage: 'url("https://mintlify.b-cdn.net/solid/arrow-right-long.svg")',
              maskRepeat: 'no-repeat',
              maskPosition: 'center center'
            }}
              />
            </button>
          </a>

          <a href="mailto:enterprise@litefold.ai">
            <button type="button" className="px-5 flex items-center font-medium text-sm rounded-full py-2 border border-gray-300 dark:border-gray-700 text-gray-900 dark:text-gray-100 hover:bg-gray-50 dark:hover:bg-gray-800 justify-center">
              Contact Sales
            </button>
          </a>
        </div>
      </div>
    </div>
  </Container>

  <Container>
    <div className="flex flex-col w-full mb-7">
      <div className="flex items-center justify-between w-full">
        <Title>
          Enterprise Security & Compliance
        </Title>
      </div>

      <p className="text-[#5B616E] dark:text-gray-300 text-md mb-1 mt-3">
        Built with enterprise-grade security controls and industry-leading compliance certifications.
      </p>
    </div>

    <CardGroup cols={2}>
      <Card title="SOC 2 Type II Compliant" icon="shield-check">
        Comprehensive security controls with annual third-party audits, data encryption in transit and at rest, and continuous monitoring.
      </Card>

      <Card title="ISO 27001 Certified" icon="award">
        Information security management system with risk management, continuous improvement, and international security standards.
      </Card>

      <Card title="No External Training" icon="lock">
        Your proprietary research data is never used to train models for other organizations. Complete data isolation and IP protection.
      </Card>

      <Card title="Enterprise Authentication" icon="users">
        Single Sign-On (SSO), multi-factor authentication (MFA), role-based access control (RBAC), and audit logging.
      </Card>
    </CardGroup>
  </Container>

  <Container>
    <div className="flex flex-col w-full mb-7">
      <div className="flex items-center justify-between w-full">
        <Title>
          Production Ready & Scalable
        </Title>
      </div>

      <p className="text-[#5B616E] dark:text-gray-300 text-md mb-1 mt-3">
        Built for high-availability, performance, and scale with 99.9% uptime SLA and dedicated infrastructure.
      </p>
    </div>

    <CardGroup cols={3}>
      <Card title="High Availability" icon="server">
        99.9% uptime SLA with automated failover, load balancing, and 24/7 monitoring.
      </Card>

      <Card title="Auto-Scaling" icon="chart-line">
        Elastic compute resources that scale with your workloads and support high-throughput processing.
      </Card>

      <Card title="Dedicated Infrastructure" icon="microchip">
        Priority processing queues, optimized model serving, and dedicated compute clusters.
      </Card>
    </CardGroup>
  </Container>

  <Container>
    <div className="flex flex-col w-full mb-7">
      <div className="flex items-center justify-between w-full">
        <Title>
          Deployment Options
        </Title>
      </div>

      <p className="text-[#5B616E] dark:text-gray-300 text-md mb-1 mt-3">
        Deploy LiteFold in your preferred environment with complete control over your data and infrastructure.
      </p>
    </div>

    <CardGroup cols={2}>
      <Card title="On-Premise Deployment" icon="building">
        Deploy entirely within your infrastructure with air-gapped environments, custom hardware support, and complete data sovereignty.
      </Card>

      <Card title="Hybrid Cloud" icon="cloud">
        Combine cloud and on-premise resources with seamless integration, workload distribution, and unified management.
      </Card>

      <Card title="White-Label Solutions" icon="palette">
        Branded interfaces, custom domains, and tailored user experiences that match your organization's identity.
      </Card>

      <Card title="Professional Services" icon="handshake">
        Implementation support, custom model development, workflow optimization, and compliance consulting.
      </Card>
    </CardGroup>
  </Container>

  <Container>
    <div className="flex flex-col w-full mb-5">
      <Title>
        Enterprise Use Cases
      </Title>
    </div>

    <Columns cols={2}>
      <Card title="Pharmaceutical Companies" icon="flask">
        Drug discovery pipeline integration, regulatory compliance (FDA, EMA), intellectual property protection, and multi-site collaboration.
      </Card>

      <Card title="Biotechnology Companies" icon="dna">
        Protein engineering workflows, therapeutic development, custom model training, and research data management.
      </Card>

      <Card title="Academic Institutions" icon="graduation-cap">
        Large-scale research projects, student and faculty access management, grant compliance, and multi-department deployment.
      </Card>

      <Card title="Contract Research Organizations" icon="briefcase">
        Client data isolation, project-based access control, audit trail requirements, and scalable compute resources.
      </Card>
    </Columns>
  </Container>
</div>
