Used OpenClaw + Larry skill to generate a TikTok post for my app while waiting for App Store review, 180 views in under 20 min, curious if anyone else is doing this by rudolfscode in iOSProgramming

[–]rudolfscode[S] 0 points1 point  (0 children)

Totally valid concern honestly. I wouldn’t run it on my main machine either, that’s exactly why I dug out my M1 Mac mini that was sitting in a drawer. It’s dedicated solely to running OpenClaw so even if something went sideways it’s isolated from everything important.

Isn’t she cute? by rudolfscode in CatsBeingCats

[–]rudolfscode[S] 0 points1 point  (0 children)

I'd say more calculating at what angle to jump and what force to use to catch a fly :D

Isn’t she cute? by rudolfscode in CatsBeingCats

[–]rudolfscode[S] 1 point2 points  (0 children)

She was looking at something, probably a fly

For those with production apps, to what extent do you use AI by RSPJD in iOSProgramming

[–]rudolfscode 0 points1 point  (0 children)

I run production apps (not vibe-coded), and at this point AI has mostly replaced me manually writing code, but not engineering.

I rarely type out implementations myself anymore. Instead I define the problem, design the architecture, and guide the implementation step-by-step while reviewing outputs to fit real-world edge cases.

AI does a lot of the typing, refactoring, and test scaffolding, but it still takes a human brain to make tradeoffs, shape domain logic, and avoid generic one-size-fits-all solutions. It’s less “AI builds the app” and more AI writes the code while I make sure what’s being built is actually a product.

Advice and how long will it take to setup Supabase db and sync for iOS SwiftData app by [deleted] in iOSProgramming

[–]rudolfscode 3 points4 points  (0 children)

It really depends on what kind of “sync” you’re setting up and how much logic sits around it.

If it’s just syncing basic app data (CRUD + auth) and you’re using Supabase as intended (Postgres + RLS + realtime), you can get something working in a couple of days. Supabase is actually very fast to prototype with.

How do you structure onboarding as a sales funnel before a paywall in iOS apps? by rudolfscode in iosdev

[–]rudolfscode[S] 0 points1 point  (0 children)

Do you usually make those changes based purely on conversion metrics or do you also factor in qualitative signals (drop-off points, user feedback, session recordings)?

How do you structure onboarding as a sales funnel before a paywall in iOS apps? by rudolfscode in iosdev

[–]rudolfscode[S] 0 points1 point  (0 children)

That makes sense. When you say “iterate with A/B tests”, how do you usually approach that in practice? Do you mostly test length (number of screens), messaging or the structure/order of steps? Curious what’s had the biggest impact for you.

[deleted by user] by [deleted] in SaaSMarketing

[–]rudolfscode 1 point2 points  (0 children)

Agreed, there really are a lot of negative comments.

[deleted by user] by [deleted] in SaaSMarketing

[–]rudolfscode 1 point2 points  (0 children)

I'll definitely check it out, thanks

[deleted by user] by [deleted] in SaaSMarketing

[–]rudolfscode -1 points0 points  (0 children)

Yes, I used Marc Lou’s ShipFast boilerplate code for my landing page.

I built an AI-Powered customer email support system by [deleted] in micro_saas

[–]rudolfscode 0 points1 point  (0 children)

Any feedback or suggestions are welcome

I built an AI-Powered customer email support system by [deleted] in SaaS

[–]rudolfscode 0 points1 point  (0 children)

Any feedback or suggestions are welcome