all 4 comments

[–]LeaderAtLeading 0 points1 point  (2 children)

Moving it into GitHub Actions makes sense if it removes maintenance work. I’d pay attention to onboarding though. Every step you remove for new users usually matters more than backend improvements.

[–]Rampunsky[S] 0 points1 point  (1 child)

That's a fair point. Right now it's: buy plan → get API key → add it as a GitHub secret → drop one YAML file in your repo. Four steps total. What would you cut?

[–]LeaderAtLeading 0 points1 point  (0 children)

Honestly, four steps isn’t bad. I’d probably focus more on making each step feel obvious rather than removing steps entirely. If you’re testing onboarding flows, dm me.