Jephph
Jephph
CCConvex Community
Created by Jephph on 9/27/2024 in #show-and-tell
Skiva: The Pickleball Tracking App
We built Skiva to give pickleball players an easy way to track their progress, analyze their performance, and connect with other players — all in one app. Download here: https://apps.apple.com/us/app/skiva/id6503680458 More deets: https://skiva.app What Is Skiva? Skiva is a pickleball tracking app designed specifically for players who want to improve their game and connect with others in the community. Whether you’re just getting started or have been playing for years, Skiva helps you keep track of your stats, gear, and progress in a simple, intuitive way. What Skiva Does: - Track Your Matches: Log your pickleball sessions with real-time stats like heart rate, calories burned, match duration, and more. Skiva syncs directly with Apple Health, so you can track your performance effortlessly. - Analyze Your Progress: Skiva helps you spot trends in your gameplay. Whether you’re trying to improve your serve, boost your stamina, or see how you’ve been performing over time, Skiva makes it easy to get detailed insights. - Gear Tracking: Keep track of your equipment’s performance. Know how long you’ve been using your paddle or shoes and when it might be time to upgrade. - Connect with the Community: Skiva lets you connect with other pickleball players, whether it’s sharing your progress, joining challenges, or simply finding new players to play with.
2 replies
CCConvex Community
Created by Jephph on 6/8/2024 in #support-community
Convex + Expo Production Deployment
Any advice on the best way to deploy to production? I’ve been thinking about this a lot while my app is in development and have messed up my test flight build a few times (it’s pointing to my dev instance) If I want to make production db changes that could be breaking what’s the best way to ensure that my app frontend is also updated simultaneously? I’ve considered OTA updates and trying to time it with my convex prod deploy maybe through a GitHub action ? Either way there’s a chance that there’s some down time if one or the other fails for some reason. I appreciate any insights or advice! 🙏
4 replies
CCConvex Community
Created by Jephph on 6/1/2024 in #support-community
Strategies to reduce file bandwidth?
Currently on the free plan and am using Convex to store my user's profile images (as well as all other data because its awesome). I hit the file bandwidth limit pretty quickly this month and am concerned that even the pro plan might not be enough when I put my app out to the public. Image urls are stored on a user as profileImage. I have a feed type UI that renders cards with user profiles. Hoping to allow users to add images outside of profile images as well so the demand will only increase. Using Convex with React Native Expo
15 replies