A cross-platform SaaS product for Romanian entrepreneurs learning to import goods from China — with Stripe payments, affiliate commission system, and 90% shared code between web and mobile via Solito.
Romanian entrepreneurs lacked a centralized, trustworthy resource in their own language for importing goods from China. Existing solutions were scattered across blogs, forums, and expensive consultants — with no product combining education with a built-in monetization path.
A cross-platform app (web + mobile from a single codebase via Solito) delivering a comprehensive importing guide as gated PDF content, with Stripe payments, promo code support, and an affiliate referral commission system for user-driven growth.
Solito monorepo with Turborepo — shared features, components, providers, and utils between Next.js web and Expo mobile.
Payment Intents, Webhooks with signature verification, Stripe Elements — idempotent webhook processing ensures no duplicate orders.
Referral code generation, commission tracking per referral, IBAN collection for payouts, and real-time profile subscriptions.
react-pdf with server-side access control, split into two parts for performance, with lazy loading and free preview for unauthenticated users.
Supabase PostgreSQL with RLS policies ensuring users can only access their own data — security enforced at the database level.
Platform-specific file extensions (.web.tsx, .native.tsx) for behavior that must differ — navigation, PDF rendering, auth flows.

