--- id: MAP-VISION-GENERAL title: Indice - Vision General type: Index status: Published version: 1.0.0 created_date: 2026-01-10 updated_date: 2026-01-10 --- # Vision General - Indice de Navegacion > Documentacion de vision, arquitectura y alcances del proyecto ERP Core ## Contenido Principal | Archivo | Descripcion | Estado | Prioridad | |---------|-------------|--------|-----------| | [VISION-ERP-CORE.md](VISION-ERP-CORE.md) | Vision general, alcances core, SaaS e IA | Activo | P0 | | [ARQUITECTURA-SAAS.md](ARQUITECTURA-SAAS.md) | Arquitectura de plataforma SaaS | Activo | P1 | | [ARQUITECTURA-IA.md](ARQUITECTURA-IA.md) | Arquitectura de inteligencia artificial | Activo | P1 | | [INTEGRACIONES-EXTERNAS.md](INTEGRACIONES-EXTERNAS.md) | Catalogo de integraciones externas | Activo | P1 | | [STACK-TECNOLOGICO.md](STACK-TECNOLOGICO.md) | Stack tecnologico detallado | Activo | P1 | ## Estructura del Directorio ``` 00-vision-general/ ├── _MAP.md <- Este archivo ├── VISION-ERP-CORE.md <- Documento principal ├── ARQUITECTURA-SAAS.md <- Detalles SaaS ├── ARQUITECTURA-IA.md <- Detalles IA ├── INTEGRACIONES-EXTERNAS.md <- Integraciones └── STACK-TECNOLOGICO.md <- Stack ``` ## Resumen de Contenido ### VISION-ERP-CORE.md Documento principal que define: - Proposito y alcance del proyecto - Modulos core (MGN-001 a MGN-022) - Arquitectura general - Principios de diseno - Roadmap y entregables ### ARQUITECTURA-SAAS.md Detalles de la plataforma SaaS: - Multi-tenancy con RLS - Billing y suscripciones (Stripe) - Planes y feature gating - Webhooks outbound ### ARQUITECTURA-IA.md Detalles de inteligencia artificial: - Gateway LLM (OpenRouter) - MCP Server (herramientas de negocio) - WhatsApp Business con IA - Prediccion de inventario ### INTEGRACIONES-EXTERNAS.md Catalogo de integraciones: - Stripe (billing) - SendGrid/SES (email) - OpenRouter (LLM) - Meta WhatsApp Business - S3/R2 (storage) ### STACK-TECNOLOGICO.md Stack completo: - Backend (Node.js, Express, TypeScript) - Frontend (React, Vite, Tailwind) - Database (PostgreSQL, Redis) - Servicios externos ## Navegacion | Direccion | Destino | |-----------|---------| | Padre | [docs/](../_MAP.md) | | Siguiente | [01-arquitectura/](../01-arquitectura/_MAP.md) | | Relacionado | [02-definicion-modulos/](../02-definicion-modulos/_MAP.md) | ## Historial de Cambios | Fecha | Version | Cambio | |-------|---------|--------| | 2026-01-10 | 1.0.0 | Creacion inicial con estructura SaaS/IA | --- *Actualizado: 2026-01-10*