This startup provides a cloud infrastructure delivery platform that helps developers plan, release, and observe cloud operations. It offers tools for coding infrastructure, a cloud development framework, and cloud advisory services to streamline cloud deployments.
Funding
Funding not disclosed
Founders
Product
Problem
Building and managing cloud infrastructure can be complex and time-consuming, often requiring specialized expertise and manual configuration. Existing Infrastructure-as-Code (IaC) solutions may lack modularity and customization options, leading to duplicated efforts and hindering collaboration between development and operations teams. This complexity slows down deployment cycles and increases the risk of errors.
Solution
OpenFABR Cloud Development Framework (CDF) provides a modular IaC framework that enables developers to build and customize cloud infrastructure more efficiently. CDF allows developers to assemble infrastructure baselines rapidly using pre-built, reusable packages and a schema-aware JSON configuration. The framework also offers inversion-of-control based custom code blocks, allowing developers to access and customize underlying cloud resources. By promoting modularity and customization, CDF facilitates collaboration between development and operations teams, accelerating deployment cycles and reducing the risk of errors.
Target Audience
OpenFABR CDF is designed for application developers and DevOps/Cloud/Platform engineers who need to build and manage cloud infrastructure efficiently and collaboratively.
Features
- Modular architecture enabling the creation of reusable infrastructure components
- JSON-based configuration for assembling infrastructure baselines
- Custom code blocks for detailed customization of underlying cloud resources
- Support for multiple IaC runtimes, including AWS CDK, Terraform CDK, and Pulumi
- Pre-built packages for common cloud infrastructure patterns
- Integration with TypeScript, with support for other languages planned
- Tools for local development and testing, including LocalStack