- HERENCIA-SIMCO.md actualizado con directivas v3.7 y v3.8 - Actualizaciones de configuracion Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
80 lines
2.0 KiB
Markdown
80 lines
2.0 KiB
Markdown
---
|
|
id: "VIS-001"
|
|
title: "Vision General Template SaaS"
|
|
type: "Overview"
|
|
status: "Published"
|
|
priority: "P0"
|
|
version: "1.0.0"
|
|
created_date: "2026-01-07"
|
|
updated_date: "2026-01-10"
|
|
---
|
|
|
|
# Documentacion - Vision General
|
|
|
|
**Proyecto:** template-saas
|
|
**Seccion:** 00-vision-general
|
|
|
|
---
|
|
|
|
## Contenido
|
|
|
|
Esta carpeta contiene la documentacion de vision y arquitectura del template SaaS multi-tenant.
|
|
|
|
### Documentos
|
|
|
|
| Documento | Descripcion |
|
|
|-----------|-------------|
|
|
| `ESPECIFICACION-PLATAFORMA-SAAS.md` | **Especificacion completa** - Modulos, funcionalidades, arquitectura, portales, integraciones |
|
|
| `VISION-TEMPLATE-SAAS.md` | Vision general del proyecto, objetivos, modulos y roadmap |
|
|
| `ARQUITECTURA-MULTI-TENANT.md` | Arquitectura tecnica, RLS, seguridad y escalabilidad |
|
|
|
|
---
|
|
|
|
## Resumen Ejecutivo
|
|
|
|
**template-saas** es un template de referencia para construir aplicaciones SaaS multi-tenant con:
|
|
|
|
- **12 modulos core** - Auth, Tenants, Users, Billing, Plans, AI, Notifications, Audit, Feature Flags, Webhooks, Storage, CRUD Base
|
|
- **4 portales** - Landing, App, Admin, Super-Admin
|
|
- **Multi-tenancy via RLS** - Aislamiento completo de datos
|
|
- **Integracion Stripe** - Pagos y suscripciones
|
|
- **Soporte LLM** - Claude, OpenAI, Gemini
|
|
|
|
---
|
|
|
|
## Stack Tecnologico
|
|
|
|
| Capa | Tecnologia |
|
|
|------|------------|
|
|
| Backend | Express.js / NestJS + TypeScript |
|
|
| Frontend | React + Vite + TypeScript |
|
|
| Database | PostgreSQL 16+ con RLS |
|
|
| Cache | Redis |
|
|
| Auth | JWT + OAuth 2.0 |
|
|
| Payments | Stripe |
|
|
| AI | OpenRouter (multi-provider) |
|
|
|
|
---
|
|
|
|
## Inicio Rapido
|
|
|
|
1. Clonar el template
|
|
2. Configurar variables de entorno
|
|
3. Ejecutar migraciones de database
|
|
4. Iniciar backend y frontend
|
|
5. Acceder a landing portal
|
|
|
|
Ver detalles en `../../README.md`
|
|
|
|
---
|
|
|
|
## Referencias
|
|
|
|
- Contexto del proyecto: `../../orchestration/00-guidelines/CONTEXTO-PROYECTO.md`
|
|
- Inventario master: `../../orchestration/inventarios/MASTER_INVENTORY.yml`
|
|
- Trazas de tareas: `../../orchestration/trazas/`
|
|
|
|
---
|
|
|
|
**Actualizado:** 2026-01-07
|