Testimonials

On our landing page, we have a testimonials section. We appreciate every positive review and feedback we receive from you and would love to use your voices to convince new users of SimpleCloud. In this section, you'll learn how to create a testimonial.

Testimonials Website Preview

Creating a Testimonial

  1. Clone the simplecloud-manifest repository.
  2. Add your Minecraft head under testimonials/skins. You can download your head from https://cravatar.eu/helmavatar/<ingamename>/16.png.
  3. Add your review to testimonials/testimonials.json.
  4. Create a pull request.

Example

{
  "username": "EgyBoy",
  "role": "Designer, Project Leader",
  "skinUrl": "https://raw.githubusercontent.com/theSimpleCloud/simplecloud-manifest/refs/heads/main/testimonials/skins/egyboy.png",
  "comment": "The beautiful website made me want to use SimpleCloud right away. The cloud is really user-friendly. The dashboard is cool too. I can easily integrate the API into my systems. Great thing, I'll recommend it!",
  "userSince": "Winter 2022",
  "testimonialDate": "10th Nov. 2024",
  "socials": {
    "x": "egyboy_",
    "bsky": "egyboyy.bsky.social",
    "github": "egyboyy"
  }
}

Was this page helpful?