
GitHub Codespaces and Gitpod provide Git-based, fully automated, integrated cloud-native development workflows. This "GitDev" approach provides a preconfigured development environment that seamlessly provides a consistent development environment for stream-aligned teams.

<div class="row">
  <div class="col-12 col-md-6 col-lg-12 col-xl-6">
    <a class="section-link icon-offset" href="codespaces/">
      <div class="head">
        <img class="icon" src="/images/develop/gitdev/codespace/codespace.png" aria-hidden="true" />
      <div class="title">Codespaces</div>
      </div>
      <div class="body">
        Use the GitHub Codespaces powered integrated development environment to build cloud-native apps with YugabyteDB
      </div>
    </a>
  </div>

  <div class="col-12 col-md-6 col-lg-12 col-xl-6">
    <a class="section-link icon-offset" href="gitpod/">
      <div class="head">
        <img class="icon" src="/images/develop/gitdev/gitpod/gitpod.png" aria-hidden="true" />
      <div class="title">Gitpod</div>
      </div>
      <div class="body">
        Use the Gitpod powered integrated development environment to build cloud-native apps with YugabyteDB
      </div>
    </a>
  </div>
</div>
