| 1 | Monorepo Turborepo | 4 packages internos + 3 apps + workspace pnpm | turbo.json · pnpm-workspace.yaml | ✓ |
| 2 | Sitio web Next.js 15 | 78 rutas: landing, marketplace, panel, admin, legal, /pitch | apps/web/app/ | ✓ |
| 3 | PWA mobile-first /app | 18 páginas instalables + manifest + service worker | apps/web/app/app/ | ✓ |
| 4 | App nativa Expo | 27 pantallas en 3 roles (buyer · seller · admin) | apps/mobile/app/ | ✓ |
| 5 | Design system Tamagui | Tokens (color, space, radius, font), themes light/dark, primitives | packages/ui/src/ | ✓ |
| 6 | API REST | 22 endpoints con auth Bearer JWT documentados | apps/web/app/api/ | ✓ |
| 7 | Server Actions | Checkout, panel, admin · mutations server-side | apps/web/app/*/actions.ts | ✓ |
| 8 | Base de datos | 13 tablas Postgres con RLS · 6 migraciones | supabase/migrations/ | ✓ |
| 9 | Features nativos mobile | Push, cámara, biométrico, share WhatsApp | apps/mobile/lib/{push,biometric,upload,share} | ✓ |
| 10 | Integraciones | Wompi (pagos) + Resend (emails) + Expo Push API | apps/web/lib/{wompi,email,push-server} | ✓ |
| 11 | Smoke tests | 4 suites jest-expo · 30 tests verdes | apps/mobile/__tests__/ | ✓ |
| 12 | Branding | Logo SVG, OG dinámico, 6 PNG mobile assets, paleta naranja | apps/web/public/plazi-*.svg · apps/mobile/assets/ | ✓ |
| 13 | Pitches & lanzamiento | Pitch ES/EN/ZH (23 slides), keynote 500 comerciantes, guion iPad | apps/web/app/{pitch,lanzamiento,guion} | ✓ |
| 14 | Legal | Términos, Privacidad, Devoluciones en ES/EN/ZH | apps/web/app/{terminos,privacidad,devoluciones} | ✓ |
| 15 | Tutorial engine | Tours interactivos: buyer (8 steps), seller (10), admin (6) | apps/web/components/Tour/ | ✓ |
| 16 | Documentación contractual | Portal con 17 documentos navegables (este sitio) | apps/web/public/equipo/ | ✓ |