Subscription analytics platform for App Store, Google Play, and Stripe.
npm install
npx convex dev
npm run devClerk will run in development mode. When prompted, click "Claim this instance" to connect it to your account.
- Sign in/up at
/sign-inusing Clerk - Connect your platforms at
/dashboard/connections - Sync data and view metrics at
/dashboard - View historical data at
/dashboard/history
- Next.js
- React
- TypeScript
- Convex (backend + database)
- Clerk (authentication)
- TanStack Query
- Tailwind CSS