import { MarketingDrawer } from '@app/components/general' import { metaSetter } from '@app/utils' import type { PageProps } from '@app/types' import { Header } from '@app/components/general/header' import { SectionContainer } from '@app/components/stateless/containers/section-container' import { companyName } from '@app/configs' import { Link } from '@app/components/stateless/typo/link' function Cloud({ name }: PageProps) { return (
{`${companyName} Cloud`}

The cloud infrastructure for the accessibility engine of the future.

Let us handle all of the heavy lifting

Our system is set to bring rich features and data that determines almost any edge case for developing accessible systems at unique variations.

Login {' '} or{' '} register {' '} now to get started. After creating an account you can use your API key anywhere.

Leverage our infrastructure and API

You can view our OSS projects at{' '} Github .

Need to handle millions of audits per minute?

We have gRPC stream integrations that can take your system to the next level of speed and efficiency. Save thousands of dollars by taking the steps needed to use the right tools for testing on the cloud. Our project made several tools that brought new capabilities to the OSS net.{' '} Contact us {' '} if you need help integrating with your backend.

) } export default metaSetter( { Cloud }, { title: `${companyName}: Accessibility cloud engine for the future.`, description: `Integrate any system into real time cutting edge inclusion handling and dedicated support across levels.`, } )