# Welcome

<p><img src="/static/images/welcome/solodev-cloud-banner.jpg" alt="Solodev Cloud banner that reads Connect apps, launch containers, and develop your own marketplace in the cloud"></p>

Solodev Cloud is the best-of-breed cloud-based solution for almost anything you can imagine. Whether you’re a single developer (Solodev) creating a custom app or a CTO looking to build a robust enterprise stack, Solodev Cloud has you covered. Our ever-growing Marketplace already has more than 100 options, from AI/ML, Web3, marketing, e-commerce, content management, SEO and so much more. Powered by AWS, Solodev Cloud is a turnkey solution where you can unify your digital ecosystem with single-sign-on (SSO) and centralized billing with little to no coding.

## Platform

<div class="row" style="margin-bottom: 2.5rem;">
  <div class="col">
    <div class="card text-center">
      <img src="/static/images/icons/icons-thin-cloud.svg" alt="Cloud icon" class="dark-mode">
      <h2>Cloud</h2>
      <p class="content">Deploy and host on AWS and integrate with the most secure and scalable cloud services.</p>
      <p style="margin-bottom: 10px;"><a href="/quickstart/cloud" class="no-link">ACCESS</a></p>
    </div>
  </div>
  <div class="col">
    <div class="card text-center">
      <img src="/static/images/icons/icons-thin-cms.svg" alt="CMS icon" class="dark-mode">
      <h2>CMS</h2>
      <p class="content">Power frontends in any framework, build headless apps, and create custom experiences with code.</p>
      <p style="margin-bottom: 10px;"><a href="/quickstart/cms" class="no-link">ACCESS</a></p>
    </div>
  </div>
  <div class="col">
    <div class="card text-center">
      <img src="/static/images/icons/icon-ai.svg" alt="AI icon" class="dark-mode">
      <h2>AI</h2>
      <p class="content">Deploy with containers and serverless on AWS.</p>
      <p style="margin-bottom: 10px;"><a href="/quickstart/ai" class="no-link">ACCESS</a></p>
    </div>
  </div>
  <div class="col">
    <div class="card text-center">
      <img src="/static/images/icons/icon-blockchain.svg" alt="Blockchain icon" class="dark-mode">
      <h2>Blockchain</h2>
      <p class="content">Enterprise blockchain service with fast, trusted blockchain transactions and optimized for total cost of ownership.</p>
      <p style="margin-bottom: 10px;"><a href="/quickstart/blockchain" class="no-link">ACCESS</a></p>
    </div>
  </div>
  <div class="col">
    <div class="card text-center">
      <img src="/static/images/icons/icon-digital.svg" alt="Digital icon" class="dark-mode">
      <h2>Digital</h2>
      <p class="content">Manage SSO, martech, and commerce apps.</p>
      <p style="margin-bottom: 10px;"><a href="/quickstart/digital" class="no-link">ACCESS</a></p>
    </div>
  </div>
  <div class="col">
    <div class="card text-center">
      <img src="/static/images/icons/icon-mobile.svg" alt="Mobile icon" class="dark-mode">
      <h2>Mobile</h2>
      <p class="content">Manage your mobile apps and listings with a cloud-based solution or scale your enterprise strategy.</p>
      <p style="margin-bottom: 10px;"><a href="/quickstart/mobile" class="no-link">ACCESS</a></p>
    </div>
  </div>
</div>

!!!Tip:
Need help with a custom enterprise deployment with unique requirements? [:icon-mail: Contact our professional services team](mailto:sales@solodev.com).
!!!

<style>
  /* Cards */
  .card {
    border: 1px solid #dee2e6;
    height: 100%;
    box-sizing: content-box;
    padding: 1.5rem;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
    border-radius: 1.5rem;
  }
  .card h2 {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .card a {
    margin-top: .7rem;
    padding: .5rem 2.5rem;
    font-size: .9rem;
    border-radius: 25px;
    background-color: #0488ce;
    color: #fff!important;
  }
  .card img {
    height: 80px;
  }
  .card p.content {
    height: 100px;
    font-size: .9rem;
  }
  .dark img.dark-mode {
    filter: invert(1);
  }
</style>
