Hey HN! I'm a mobile developer who got tired of setting up the same GitHub Actions CI/CD workflows from scratch for every iOS and Android project. Mobile CI/CD is harder than web — you need macOS runners, correct Xcode versions, code signing, provisioning profiles, Gradle caching, etc.
So I built a visual configurator that generates production-ready .yml files. Pick your platform, choose distribution (TestFlight, Firebase, Play Store), and download a working workflow. No account needed, completely free.
Stack: Spring Boot + Kotlin backend, SvelteKit frontend, Mustache templates for YAML generation.
Would love feedback on the generated workflows — are they covering the right cases?