{"id":48590015,"url":"https://github.com/bacsystem/sophia-platform","last_synced_at":"2026-04-08T19:01:49.290Z","repository":{"id":350013778,"uuid":"1204903132","full_name":"bacsystem/sophia-platform","owner":"bacsystem","description":"sophia-platform software auto software","archived":false,"fork":false,"pushed_at":"2026-04-08T15:07:34.000Z","size":376,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-08T15:25:04.242Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bacsystem.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-08T12:53:31.000Z","updated_at":"2026-04-08T14:13:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bacsystem/sophia-platform","commit_stats":null,"previous_names":["bacsystem/sophia-platform"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bacsystem/sophia-platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacsystem%2Fsophia-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacsystem%2Fsophia-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacsystem%2Fsophia-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacsystem%2Fsophia-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bacsystem","download_url":"https://codeload.github.com/bacsystem/sophia-platform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bacsystem%2Fsophia-platform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31569400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-08T19:01:43.324Z","updated_at":"2026-04-08T19:01:49.271Z","avatar_url":"https://github.com/bacsystem.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sophia Platform\n\nSistema autónomo de generación de software impulsado por IA (Claude Code). Sophia orquesta agentes especializados que generan código capa por capa usando Claude con Tool Use.\n\n## Stack\n\n| Capa | Tecnología |\n|------|-----------|\n| Frontend | Next.js 15, TypeScript, Tailwind CSS, shadcn/ui, Zustand, Framer Motion, Lucide React, Recharts |\n| Backend | Node.js 22, Fastify, TypeScript, Prisma ORM |\n| Base de datos | PostgreSQL 16, Redis 7 |\n| Cola de trabajos | BullMQ (proceso worker separado) |\n| IA | Anthropic SDK — Claude con Tool Use |\n| WebSockets | @fastify/websocket |\n| Deploy | Railway (backend) + Vercel (frontend) |\n\n## Estructura\n\n```\nsophia-platform/\n├── apps/web/              # Frontend Next.js\n├── apps/api/              # Backend Fastify + BullMQ worker\n├── packages/shared/       # Tipos y constantes compartidas\n├── skills/                # Prompts de los 6 agentes (system.md + task.md)\n├── specs/                 # Specs de módulos (M1-M7)\n├── deployment/            # Dockerfiles + config de deploy\n├── projects/              # Código generado por agentes (gitignored)\n└── docs/                  # Documentación\n```\n\n## Módulos\n\n| # | Módulo | Sprint | HUs |\n|---|--------|--------|-----|\n| M1 | Auth | 1 | HU-01 → HU-05 |\n| M2 | Projects | 1 | HU-06 → HU-10 |\n| M3 | Spec Engine | 2 | HU-11 → HU-13 |\n| M4 | Agent Runner | 3 | HU-14 → HU-17 |\n| M5 | Dashboard | 4 | HU-18 → HU-22 |\n| M6 | File Manager | 4 | HU-23 → HU-25 |\n| M7 | Settings | 4 | HU-26 → HU-28 |\n\n## Quick Start\n\n```bash\n# 1. Instalar dependencias\npnpm install\n\n# 2. Levantar PostgreSQL + Redis\npnpm docker:up\n\n# 3. Copiar variables de entorno\ncp .env.example .env\n\n# 4. Ejecutar migraciones\npnpm db:migrate\n\n# 5. Desarrollo\npnpm dev\n```\n\n## Agentes (6 capas secuenciales)\n\n```\nLayer 1: Database    → dba-agent\nLayer 2: Backend     → backend-agent\nLayer 3: Frontend    → frontend-agent\nLayer 4: Testing     → qa-agent\nLayer 5: Docs        → docs-agent\nLayer 6: Deployment  → deploy-agent\n```\n\nCada agente usa Claude con Tool Use. No genera texto plano — crea archivos iterativamente a través de herramientas (`createFile`, `readFile`, `listFiles`, `taskComplete`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbacsystem%2Fsophia-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbacsystem%2Fsophia-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbacsystem%2Fsophia-platform/lists"}