{"id":34691333,"url":"https://github.com/robofinsystems/robosystems-app","last_synced_at":"2026-04-26T02:02:32.584Z","repository":{"id":328577671,"uuid":"1035641782","full_name":"RoboFinSystems/robosystems-app","owner":"RoboFinSystems","description":"RoboSystems App is the web interface for the RoboSystems financial intelligence platform — unifying knowledge graphs, document search, and AI-powered insights in one application. Next.js 16+ with complete AWS infrastructure and GitHub Actions CI/CD—fork and deploy to your own AWS account. ","archived":false,"fork":false,"pushed_at":"2026-04-14T19:25:26.000Z","size":14575,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-14T21:23:54.450Z","etag":null,"topics":["ai","aws","cloudformation","financial-data","github-actions","graph-api","knowledge-graph","mcp","nextjs","robosystems","typescript"],"latest_commit_sha":null,"homepage":"https://robosystems.ai","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RoboFinSystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2025-08-10T20:38:32.000Z","updated_at":"2026-04-07T02:03:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/RoboFinSystems/robosystems-app","commit_stats":null,"previous_names":["robofinsystems/robosystems-app"],"tags_count":56,"template":false,"template_full_name":null,"purl":"pkg:github/RoboFinSystems/robosystems-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoboFinSystems%2Frobosystems-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoboFinSystems%2Frobosystems-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoboFinSystems%2Frobosystems-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoboFinSystems%2Frobosystems-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RoboFinSystems","download_url":"https://codeload.github.com/RoboFinSystems/robosystems-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoboFinSystems%2Frobosystems-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31825515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ai","aws","cloudformation","financial-data","github-actions","graph-api","knowledge-graph","mcp","nextjs","robosystems","typescript"],"created_at":"2025-12-24T21:59:36.314Z","updated_at":"2026-04-15T04:01:09.579Z","avatar_url":"https://github.com/RoboFinSystems.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RoboSystems App\n\nRoboSystems App is the web interface for the RoboSystems financial intelligence platform — unifying structured data, document search, and AI-powered insights in one application.\n\n- **Knowledge Graph Management**: Create and manage multiple isolated graph databases with tiered infrastructure\n- **Document Search**: Full-text and semantic search across SEC filings, uploaded documents, and connected sources\n- **AI Console**: Natural language and Cypher query terminal with streaming results and MCP integration\n- **Schema Explorer**: Inspect node labels, relationships, constraints, and indexes\n- **Subgraph Workspaces**: Create isolated environments for development, testing, and collaboration\n- **Data Lake**: DuckDB staging tables for data validation and bulk ingestion\n- **Shared Repository Access**: Subscribe to and query SEC XBRL filings and public financial data\n- **Backup Management**: Create, download, and restore graph database backups\n- **Billing \u0026 Usage**: Manage subscriptions, view invoices, and track credit usage\n- **Organization Management**: Manage team members and organization settings\n\n## Quick Start\n\n```bash\nnpm install              # Install dependencies\ncp .env.example .env     # Configure environment (edit with your API endpoint)\nnpm run dev              # Start development server\n```\n\nThe application will be available at http://localhost:3000\n\n## Development Commands\n\n### Core Development\n\n```bash\nnpm run dev              # Start development server (port 3000)\nnpm run build            # Production build\n```\n\n### Testing\n\n```bash\nnpm run test:all         # All tests and code quality checks\nnpm run test             # Run Vitest test suite\nnpm run test:coverage    # Generate coverage report\n```\n\n### Code Quality\n\n```bash\nnpm run lint             # ESLint validation\nnpm run lint:fix         # Auto-fix linting issues\nnpm run format           # Prettier code formatting\nnpm run format:check     # Check formatting compliance\nnpm run typecheck        # TypeScript type checking\n```\n\n### SDLC Commands\n\n```bash\nnpm run feature:create   # Create a feature branch\nnpm run pr:create        # Create pull request\nnpm run release:create   # Create GitHub release\nnpm run deploy:staging   # Deploy to staging environment\nnpm run deploy:prod      # Deploy to production\n```\n\n### Core Subtree Management\n\n```bash\nnpm run core:pull        # Pull latest core subtree updates\nnpm run core:push        # Push core subtree changes\nnpm run core:add         # Add core subtree (initial setup)\n```\n\n### Prerequisites\n\n#### System Requirements\n\n- Node.js 22+ (LTS recommended)\n- npm 10+\n- 4GB RAM minimum\n- Modern browser (Chrome, Firefox, Safari, Edge)\n\n#### Required Services\n\n- RoboSystems API endpoint (local development or production)\n\n#### Deployment Requirements\n\n- Fork this repo (and the [robosystems](https://github.com/RoboFinSystems/robosystems) backend)\n- AWS account with IAM Identity Center (SSO)\n- Run `npm run setup:bootstrap` to configure OIDC and GitHub variables\n\nSee the **[Bootstrap Guide](https://github.com/RoboFinSystems/robosystems/wiki/Bootstrap-Guide)** for complete instructions including access modes (internal, public).\n\n## Architecture\n\n**Application Layer:**\n\n- Next.js 16 App Router\n- TypeScript 5 for type safety\n- Flowbite React with Tailwind CSS for UI components\n- RoboSystems Client SDK for API communication\n\n**Core Library (`/src/lib/core/`):**\n\nShared modules maintained as a git subtree across RoboSystems frontend apps:\n\n- Auth components (login, register, password reset)\n- Session management and JWT handling\n- Graph creation wizard and shared components\n- Layout, forms, chat, and settings components\n- Graph, organization, and entity contexts\n- SSE-based background job progress tracking\n\n**Infrastructure:**\n\n- AWS App Runner with auto-scaling\n- S3 + CloudFront for static asset hosting\n- CloudFormation templates in `/cloudformation/`\n\n## CI/CD\n\n- **`prod.yml`**: Production deployment to robosystems.ai\n- **`staging.yml`**: Staging deployment to staging.robosystems.ai\n- **`test.yml`**: Automated testing on pull requests\n- **`build.yml`**: Docker image building for ECR\n\n## Support\n\n- [Issues](https://github.com/RoboFinSystems/robosystems-app/issues)\n- [Wiki](https://github.com/RoboFinSystems/robosystems/wiki)\n- [Projects](https://github.com/orgs/RoboFinSystems/projects)\n- [Discussions](https://github.com/orgs/RoboFinSystems/discussions)\n\n## License\n\nApache License 2.0 - see [LICENSE](LICENSE) for details.\n\nApache-2.0 © 2026 RFS LLC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobofinsystems%2Frobosystems-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobofinsystems%2Frobosystems-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobofinsystems%2Frobosystems-app/lists"}