{"id":49984440,"url":"https://github.com/unreal-art/console","last_synced_at":"2026-05-18T19:52:04.658Z","repository":{"id":306364779,"uuid":"1014035330","full_name":"unreal-art/console","owner":"unreal-art","description":"Console of Unreal OpenAI","archived":false,"fork":false,"pushed_at":"2025-11-12T07:47:23.000Z","size":3999,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-12T09:24:54.454Z","etag":null,"topics":["consol","console","unreal","unrealai"],"latest_commit_sha":null,"homepage":"https://console.unreal.art","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/unreal-art.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":"2025-07-04T23:24:55.000Z","updated_at":"2025-11-09T17:25:22.000Z","dependencies_parsed_at":"2025-09-07T16:09:14.638Z","dependency_job_id":"5dc4752d-27f0-4fb1-8890-4e1eb9970e54","html_url":"https://github.com/unreal-art/console","commit_stats":null,"previous_names":["unreal-art/console"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/unreal-art/console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unreal-art%2Fconsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unreal-art%2Fconsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unreal-art%2Fconsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unreal-art%2Fconsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unreal-art","download_url":"https://codeload.github.com/unreal-art/console/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unreal-art%2Fconsole/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33189279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["consol","console","unreal","unrealai"],"created_at":"2026-05-18T19:52:03.920Z","updated_at":"2026-05-18T19:52:04.646Z","avatar_url":"https://github.com/unreal-art.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unreal Console\n\n**Developer Dashboard for API Management \u0026 Integration**\n\nUnreal Console is a sleek, modern React-based dashboard that enables businesses and developers to authenticate, generate API keys, and seamlessly integrate their applications with Unreal's OpenAI-compatible backend. It serves as the front-end interface for the OpenAI Router, providing intuitive tools for API management and usage monitoring.\n\n\u003e 🔾 Connect, authenticate, and deploy AI in minutes.\n\n---\n\n## ✨ Key Features\n\n• **Web3 Authentication** – Secure wallet-based login\n• **API Key Management** – Generate, view, and revoke API keys\n• **Usage Dashboard** – Real-time monitoring of API consumption\n• **Chat Playground** – Test API functionality directly in the console\n• **Multi-Page Architecture** – Organized workflow with dedicated sections\n• **Interactive Onboarding** – Guided setup for new developers\n• **Token-Based Access** – On-chain payment and authentication\n\n---\n\n## 🗺️ Application Structure\n\n```\nunreal-console/\n├─ src/\n│  ├─ components/     # Reusable UI components\n│  ├─ pages/         # Application pages\n│  ├─ lib/           # Core functionality and context\n│  ├─ hooks/         # Custom React hooks\n│  ├─ abis/          # Blockchain contract ABIs\n│  └─ config/        # Application configuration\n├─ public/          # Static assets\n└─ tests/           # Playwright E2E tests\n```\n\n---\n\n## 📡 Key Pages\n\n| Page      | Description                                       |\n|-----------|---------------------------------------------------|\n| Home      | Landing page with onboarding flow                 |\n| Login     | Wallet connection and authentication              |\n| Dashboard | API key status and usage statistics               |\n| Chat      | Interactive chat completion API testing           |\n| Settings  | API key management and account settings           |\n\n---\n\n## 🛠️ Tech Stack\n\n- **Frontend Framework**: React with Vite\n- **Styling**: Tailwind CSS with shadcn/ui components\n- **State Management**: React Context API\n- **Authentication**: Web3 wallet integration via Viem\n- **Routing**: React Router\n- **Testing**: Playwright for E2E testing\n\n---\n\n## 🧩 Development\n\n```bash\n# Setup development environment\nnpm run setup:min\n\n# Start development server\nnpm run dev\n\n# Build for production\nnpm run build\n\n# Run tests\nnpm run test\n```\n\n---\n\n## 🔌 Integration Flow\n\nUnreal Console works as part of a complete API management solution:\n\n1. **Connect** your wallet to authenticate\n2. **Configure** your API access with custom keys\n3. **Test** API functionality in the playground\n4. **Monitor** usage and manage costs\n5. **Integrate** your applications with the OpenAI-compatible API\n\n---\n\n## 📜 License\n\nMIT © Unreal AI contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funreal-art%2Fconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funreal-art%2Fconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funreal-art%2Fconsole/lists"}