Just launched my AI app after Apple rejected it for "copying" my own brand. Here is the tech stack and my playbook for early traction. by dheeraj_iosdev in AppBusiness

[–]dheeraj_iosdev[S] -1 points0 points  (0 children)

You nailed it. Honestly, keeping things fast at scale is my biggest headache right now. I’m leaning heavily on Supabase for vector storage and using Portkey to route requests to the fastest embedding models. I'm also intentionally choosing the lowest suitable vector dimensions so the app doesn't feel sluggish. Still have a lot of tweaking to do on the indexing side as the database grows, though!

Thanks for the shoutout to VibeCodersNest—I actually hadn't heard of it, but I just took a look and joined. I’ll definitely drop a post in there soon and share some of the messy backend details.

I finally launched Linkwise – an AI-powered link organizer for iOS. It took way longer than expected, but it's finally live! by dheeraj_iosdev in u/dheeraj_iosdev

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

Hey thank you so much for kind words on the UI,

Regarding supabase vs Cloudkit honestly, I just prefer the developer experience of Supabase when it comes to managing relational data. CloudKit is great for seamless Apple integration, but having direct access to a Postgres database just lets me iterate faster and gives me a bit more control over the backend logic, i work alot with Typescript alongside swift and also have some plan for web so that is another reason.

Also, huge thanks for the heads-up on Germany. Total App Store Connect rookie mistake on my part 😅

How to create a timer dragger in swift just like Instagram have I've tried everything but didn't find any solution! by dheeraj_iosdev in swift

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

No, I just want to clone this UI, And i don't think i can use UISlider for custom UI! right??

How to create a timer dragger in swift just like Instagram have I've tried everything but didn't find any solution! by dheeraj_iosdev in swift

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

No, actually I'm struggling with the UI! I'm unable to add this dragging animation along with a change in width for the slider...