# Get support

There are virtually no restrictions to you deploying any kind of application on Upsun, and we're excited to hear about your experiments!
Follow the links below to share your work, ask the community for help, and peek in on what others are working on.

Welcome to the Upsun community!

    <a
      >Join us on Discord
    <a
      >Ask a question on the forum

    .cta-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem;  
      margin-top: 3rem;
    }

    .start-cta,
    .info-cta {
      text-decoration: none !important;
      font-size: 16px !important;
      font-weight: 700 !important;
      letter-spacing: 0.48px !important;
      border-radius: 80px !important;
      padding: 10px 16px !important;
      white-space: nowrap;  
    }

    .start-cta {
      color: white !important;
      background: #6046FF !important;
      border: none;
    }

    .start-cta:hover {
      background: #4D38CC !important;
      color: white !important;
    }

    .info-cta {
      color: #191C1E !important;
      background: white !important;
      border: 2px solid #191C1E !important;
    }

    .info-cta:hover {
      background: #191C1E !important;
      color: white !important;
    }

    @media (max-width: 600px) {
      .cta-container {
        flex-direction: column;
        align-items: center;
      }

      .start-cta,
      .info-cta {
        width: 80%;
        text-align: center;
      }
    }

  
