VibeFast
Subscriptions & IAP for Expo
Prebuilt subscription flows powered by RevenueCat and Convex.
Ready-to-use Expo subscription template with RevenueCat, paywall UI, and entitlement checks.
- •Paywall UI with product cards and entitlement checks
- •Restore purchases and handle errors gracefully
- •Convex backend for history and consumables
- •Env templates for Apple/Google keys
What you get
- ✓Remote/local paywall modes for dev vs prod
- ✓Entitlement verification and restore flows
- ✓Backend endpoints for purchase history and consumables
- ✓Drop-in UI components you can rebrand fast
Integrate fast
Render the paywall
import { Paywall } from "@/features/payments";
export default function PaywallScreen() {
return <Paywall mode="remote" />;
}Ship with confidence
- ✓Error states baked into UI components
- ✓Telemetry hooks for entitlement checks
- ✓Fallback local products for sandbox testing
FAQ
Do you support Apple and Google?
Yes. Provide both API keys via env; the adapter initializes the correct platform automatically.
Can I customize pricing copy and layout?
Yes. The paywall components are modular—swap copy, add testimonials, or reorder sections.
How do I test in sandbox?
Use the local mode and sandbox products; switch to remote mode when your store configs are live.