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.
Creating a Testimonial
- Clone the simplecloud-manifest repository.
- Add your Minecraft head under
testimonials/skins
. You can download your head fromhttps://cravatar.eu/helmavatar/<ingamename>/16.png
. - Add your review to
testimonials/testimonials.json
. - 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"
}
}