{"id":28028407,"url":"https://github.com/vikasraparthi/human-chain","last_synced_at":"2025-05-11T07:13:39.231Z","repository":{"id":290087583,"uuid":"973312252","full_name":"VIKASRAPARTHI/Human-Chain","owner":"VIKASRAPARTHI","description":"The AI Safety Incident Dashboard is an interactive frontend application designed to enhance your frontend development skills. This project focuses on creating a user-friendly interface to view and log hypothetical AI safety incidents, aligning with HumanChain's mission of promoting AI safety","archived":false,"fork":false,"pushed_at":"2025-04-27T10:38:46.000Z","size":200,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-11T07:13:34.572Z","etag":null,"topics":["ai-safety","alerts","dashboard","data-visualization","incident-management","real-time-monitoring","user-management"],"latest_commit_sha":null,"homepage":"https://human-chain-silk.vercel.app","language":"TypeScript","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/VIKASRAPARTHI.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2025-04-26T18:05:03.000Z","updated_at":"2025-04-27T10:38:49.000Z","dependencies_parsed_at":"2025-04-26T20:29:00.145Z","dependency_job_id":null,"html_url":"https://github.com/VIKASRAPARTHI/Human-Chain","commit_stats":null,"previous_names":["vikasraparthi/human-chain"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIKASRAPARTHI%2FHuman-Chain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIKASRAPARTHI%2FHuman-Chain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIKASRAPARTHI%2FHuman-Chain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VIKASRAPARTHI%2FHuman-Chain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VIKASRAPARTHI","download_url":"https://codeload.github.com/VIKASRAPARTHI/Human-Chain/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253528978,"owners_count":21922637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-safety","alerts","dashboard","data-visualization","incident-management","real-time-monitoring","user-management"],"created_at":"2025-05-11T07:13:38.584Z","updated_at":"2025-05-11T07:13:39.225Z","avatar_url":"https://github.com/VIKASRAPARTHI.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HumanChain: AI Safety Incident Dashboard\n![Screeshot](https://github.com/VIKASRAPARTHI/Human-Chain/blob/main/Screenshot.png)\n\nHumanChain is a comprehensive dashboard designed to monitor and manage AI safety incidents. It provides a user-friendly interface for tracking incidents, analyzing trends, and ensuring compliance with safety protocols.\n\n### Github \u0026 Deploy Link:\n```bash\n   https://github.com/VIKASRAPARTHI/Human-Chain\n```\n```bash\n   https://human-chain-silk.vercel.app/\n```\n\n\n## Features\n\n- **Incident Tracking**: Log and manage AI safety incidents in real-time.\n- **Data Visualization**: Interactive charts and graphs to analyze incident trends over time.\n- **User Management**: Role-based access control for secure management of users and incidents.\n- **Automated Alerts**: Receive notifications for critical incidents and updates.\n- **Reporting Tools**: Generate detailed reports for compliance and analysis.\n\n## Getting Started\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- **Node.js** (v18.0.0 or higher)\n- **npm** (v8.0.0 or higher)\n\n### Installation\n\nTo set up the project locally, follow these steps:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/VIKASRAPARTHI/HumanChain.git\n   cd HumanChain\n\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Set up environment variables:\n   ```bash\n   cp .env.example .env\n   # Edit .env with your configuration\n   ```\n\n### Development\n\nStart the development server:\n\n```bash\nnpm run dev\n```\n\n### Building for Production\n\nBuild the application for production:\n\n```bash\nnpm run build\n```\n\nThis will create a `dist` directory with the compiled application.\n\n## Deployment\n\n### Deploying to Vercel\n\nThis application is configured for easy deployment on Vercel:\n\n1. Connect your GitHub repository to Vercel\n2. Vercel will automatically detect the configuration\n3. The build command is set to `npm run build`\n4. The output directory is set to `dist`\n\nYou can also deploy manually using the Vercel CLI:\n\n```bash\nnpm install -g vercel\nvercel\n```\n\n## Project Structure\n\n```\nAuthConnectHub/\n├── client/               # Frontend React application\n│   ├── src/              # Source code\n│   │   ├── components/   # React components\n│   │   ├── contexts/     # React contexts\n│   │   ├── hooks/        # Custom hooks\n│   │   ├── lib/          # Utility functions\n│   │   ├── pages/        # Page components\n│   │   └── App.tsx       # Main application component\n│   └── index.html        # HTML template\n├── shared/               # Shared code and types\n│   └── schema.ts         # Type definitions\n├── dist/                 # Built application (generated)\n├── package.json          # Project dependencies and scripts\n├── vercel.json           # Vercel deployment configuration\n└── README.md             # Project documentation\n```\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikasraparthi%2Fhuman-chain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikasraparthi%2Fhuman-chain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikasraparthi%2Fhuman-chain/lists"}