🌐
Universal App Template
Expo · NativeWind · Convex · Cloudflare Pages
Frontend
Expo Router with file-based routing. app/ for screens, src/ for shared code. NativeWind provides Tailwind classes on iOS, Android, and web.
Backend (Convex)
Convex client is mounted. Define your schema in convex/ and call functions with useQuery and useMutation.
Web Deployment
Run pnpm build:web to export a static site to dist/. Deploy to Cloudflare Pages — Convex stays as your live backend.