I just launched my first mobile app called PriceIt, built with Expo, Clerk, and Convex
PriceIt helps people quickly verify and compare product prices around them so they can avoid overpaying. The idea came from a common problem where the same product can have very different prices depending on the store.
With PriceIt, users can:
1. Scan a product 2. Instantly check price information 3. Compare prices from nearby sellers 4. Share price results easily
How I'm using Convex
Convex powers most of the backend logic and real-time experience:
* Database + Schemaβ storing products, scans, and price reports from users * Queriesβ fetching price records for products and returning nearby price comparisons * Mutationsβ creating new price reports when users submit or verify prices * Realtime subscriptionsβ users see updated price data instantly when new prices are added * Auth integration with Clerkβ user identity is passed to Convex to associate price submissions with accounts * Server-side functionsβ used to process scan results and coordinate price verification logic
Tech stack
* Expoβ mobile app * Clerkβ authentication * Convexβ backend, database, and realtime sync * Gemini 3 Flashβ product image analysis for scans
Itβs currently live on the Google Play Store and still evolving, so Iβd really appreciate feedback from the community.