---
title: Sample Projects
description: Browse sample projects that demonstrate how to build iOS and Android apps in the cloud with Capawesome Cloud Native Builds.
---

# Sample Projects

The following sample projects demonstrate how to build iOS and Android apps in the cloud with [Capawesome Cloud](/){:target="_blank"} Native Builds.
Each repository contains a ready-to-use GitHub Actions workflow that triggers a cloud build on every push using the [Capawesome CLI](../cli/index.md).

Fork any of these repositories to try Capawesome Cloud with a working setup in minutes.

## Capacitor

- [**cloud-capacitor-cocoapods-demo**](https://github.com/capawesome-team/cloud-capacitor-cocoapods-demo){:target="_blank"} — Capacitor app using [CocoaPods](https://cocoapods.org/){:target="_blank"} for iOS dependencies.
- [**cloud-capacitor-spm-demo**](https://github.com/capawesome-team/cloud-capacitor-spm-demo){:target="_blank"} — Capacitor app using [Swift Package Manager](https://www.swift.org/documentation/package-manager/){:target="_blank"} for iOS dependencies.
- [**cloud-capacitor-pnpm-demo**](https://github.com/capawesome-team/cloud-capacitor-pnpm-demo){:target="_blank"} — Capacitor app managed with the [pnpm](https://pnpm.io/){:target="_blank"} package manager.
- [**cloud-nx-demo**](https://github.com/capawesome-team/cloud-nx-demo){:target="_blank"} — Capacitor app inside an [Nx](https://nx.dev/){:target="_blank"} monorepo, configured via a custom [`capawesome.config.json`](./configuration.md).

## Cordova

- [**cloud-cordova-demo**](https://github.com/capawesome-team/cloud-cordova-demo){:target="_blank"} — Plain [Apache Cordova](https://cordova.apache.org/){:target="_blank"} app.
- [**cloud-cordova-ionic-demo**](https://github.com/capawesome-team/cloud-cordova-ionic-demo){:target="_blank"} — Apache Cordova app with [Ionic Framework](https://ionicframework.com/){:target="_blank"} and [Angular](https://angular.dev/){:target="_blank"}.

## Native

- [**cloud-android-kotlin-demo**](https://github.com/capawesome-team/cloud-android-kotlin-demo){:target="_blank"} — Native [Android](https://developer.android.com/){:target="_blank"} app written in [Kotlin](https://kotlinlang.org/){:target="_blank"}.
- [**cloud-ios-swift-demo**](https://github.com/capawesome-team/cloud-ios-swift-demo){:target="_blank"} — Native [iOS](https://developer.apple.com/ios/){:target="_blank"} app written in [Swift](https://www.swift.org/){:target="_blank"}.

## Suggest a Sample

Missing a setup you would like to see? [Get in touch](/contact/) and we will consider adding it.
