# Try Amper with an example project We have prepared a number of example projects to help you explore Amper. You can check them out right here on GitHub, or download a zipped version to open in your IDE. > [!TIP] > Amper is designed with the tooling in mind, and a big part of the UX comes from the IDE support. > To make the most out of Amper, we recommend using the latest version of > [IntelliJ IDEA EAP](https://www.jetbrains.com/idea/nextversion/) with the > [Amper plugin](https://plugins.jetbrains.com/plugin/23076-amper). > > If you don't use IntelliJ IDEA, explore the CLI commands you can run using `./amper -h` or `./amper -h`. | Example | Download | |-------------------------|------------------------------------------------------------------------------------------------------------------------------| | Compose Multiplatform | [ZIP](https://hoover.fly.dev/download-zip/repo?user=JetBrains&name=amper&branch=HEAD&path=/examples/compose-multiplatform) | | Compose Android | [ZIP](https://hoover.fly.dev/download-zip/repo?user=JetBrains&name=amper&branch=HEAD&path=/examples/compose-android) | | Compose Desktop | [ZIP](https://hoover.fly.dev/download-zip/repo?user=JetBrains&name=amper&branch=HEAD&path=/examples/compose-desktop) | | Compose iOS | [ZIP](https://hoover.fly.dev/download-zip/repo?user=JetBrains&name=amper&branch=HEAD&path=/examples/compose-ios) | | JVM "Hello, World" | [ZIP](https://hoover.fly.dev/download-zip/repo?user=JetBrains&name=amper&branch=HEAD&path=/examples/jvm) | | Ktor Simplest Sample | [ZIP](https://hoover.fly.dev/download-zip/repo?user=JetBrains&name=amper&branch=HEAD&path=/examples/ktor-simplest-sample) | | Spring PetClinic | [ZIP](https://hoover.fly.dev/download-zip/repo?user=JetBrains&name=amper&branch=HEAD&path=/examples/spring-petclinic) | | Spring PetClinic Kotlin | [ZIP](https://hoover.fly.dev/download-zip/repo?user=JetBrains&name=amper&branch=HEAD&path=/examples/spring-petclinic-kotlin) |