This is Hoverkraft

Explore the powerful features that set Hoverkraft apart—a comprehensive ecosystem designed to streamline development, accelerate deployments, and scale with your ambitions.

Streamline Your Deployments

Hoverkraft delivers a fully integrated CI/CD pipeline that accelerates your development lifecycle. With automated testing, container orchestration, and seamless cloud-native deployment, your code moves from development to production at lightning speed. Built with DevOps best practices and modern microservices, Hoverkraft lets you focus on innovation while we handle the heavy lifting.

Experience true efficiency and scalability in every release.

jobs:
  deploy:
    name: Deploy
    uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-chart.yml@0.3.1
    secrets:
      oci-registry-password: ${{ secrets.GITHUB_TOKEN }}
      github-app-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
    with:
      url: ${{ (inputs.environment == 'uat' && vars.UAT_URL) || (inputs.environment == 'production' && vars.PRODUCTION_URL) || vars.REVIEW_APPS_URL }}
      tag: ${{ inputs.tag }}
      environment: ${{ inputs.environment }}
      github-app-id: ${{ vars.CI_BOT_APP_ID }}
      deploy-parameters: |
        { "repository": "${{ github.repository_owner}}/argocd-app-of-apps" }
      images: |
        [
          {
            "name": "application",
            "context": ".",
            "dockerfile": "./docker/application/Dockerfile",
            "build-args": { "APP_PATH": "./application/" },
            "target": "prod",
            "platforms": ["linux/amd64"]
          }
        ]
      chart-values: |
        [
          { "path": ".image", "image": "application" },
          { "path": ".application.version", "value": "{{ tag }}" },
          { "path": "deploy.ingress.hosts[0].host", "value": "{{ url }}" }
        ]

An example of GitHub Action workflow, to build OCI image, release Helm Chart and deploy to a GitOps repository!

Elevate Your Dev Experience

Hoverkraft transforms the Developer Experience with self-service tools, pre-configured environments, and extensive documentation designed to simplify every step—from local development to production deployment. Enjoy intuitive dashboards, integrated debugging, and automated setups that empower your team to innovate and iterate faster. With Hoverkraft, you focus on building great features while we take care of the complexities.

Seamless Integration & Extensibility

Hoverkraft is designed to integrate effortlessly with your existing tools and platforms. Its modular architecture and open APIs let you customize and extend functionalities as your project evolves—ensuring flexibility and future-proofing your tech stack.

Scalable and Resilient Architecture

Built for the cloud-native era, Hoverkraft leverages container orchestration and microservices to offer a resilient, auto-scaling infrastructure. With real-time monitoring and fault tolerance, your applications are always prepared to handle increased demand.

Robust Support & Community Innovation

Experience the power of community-driven progress with Hoverkraft. Benefit from comprehensive documentation, expert support, and continuous contributions from a vibrant community—ensuring that the platform evolves alongside your needs.