{"id":23936743,"url":"https://github.com/johnforfar/openmesh-cloud-visualizer","last_synced_at":"2026-04-20T14:06:11.637Z","repository":{"id":266631231,"uuid":"898871997","full_name":"johnforfar/openmesh-cloud-visualizer","owner":"johnforfar","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-06T03:37:04.000Z","size":614,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T02:51:01.860Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://johnforfar.github.io/openmesh-cloud-visualizer/","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/johnforfar.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}},"created_at":"2024-12-05T07:40:26.000Z","updated_at":"2025-01-09T15:41:23.000Z","dependencies_parsed_at":"2024-12-05T09:27:52.587Z","dependency_job_id":"3bc144f3-7d9f-403a-9936-1e37b7915206","html_url":"https://github.com/johnforfar/openmesh-cloud-visualizer","commit_stats":null,"previous_names":["johnforfar/openmesh-cloud-visualizer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johnforfar/openmesh-cloud-visualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnforfar%2Fopenmesh-cloud-visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnforfar%2Fopenmesh-cloud-visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnforfar%2Fopenmesh-cloud-visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnforfar%2Fopenmesh-cloud-visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnforfar","download_url":"https://codeload.github.com/johnforfar/openmesh-cloud-visualizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnforfar%2Fopenmesh-cloud-visualizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32050454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2025-01-06T01:16:20.313Z","updated_at":"2026-04-20T14:06:11.617Z","avatar_url":"https://github.com/johnforfar.png","language":"TypeScript","readme":"# Openmesh Cloud Stack Visualizer\n\nAn interactive visualization of the Openmesh Cloud infrastructure and resource allocation system. View the live demo at [https://johnforfar.github.io/openmesh-cloud-visualizer/](https://johnforfar.github.io/openmesh-cloud-visualizer/)\n\n## About Openmesh Cloud\n\nOpenmesh Cloud is a decentralized infrastructure platform that enables peer-to-peer resource sharing and consumption. The system allows users to rent out their compute and storage resources to the network, while others can consume these resources through a decentralized marketplace.\n\nTo learn more about Openmesh and its innovative decentralized cloud infrastructure, visit [https://openmesh.network/](https://openmesh.network/)\n\n## Getting Started\n\nThis is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).\n\n### Local Development\n\nFirst, run the development server:\n\nnpm install\nnpm run dev\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n### Deployment\n\nThis project is deployed on GitHub Pages. The deployment process is automated using GitHub Actions, which builds and deploys the application to the gh-pages branch whenever changes are pushed to the main branch.\n\nTo deploy manually:\n\nnpm run deploy\n\n\n## Technology Stack\n\n- Framework: Next.js 13 with App Router\n- Styling: Tailwind CSS\n- UI Components: shadcn/ui\n- Icons: Lucide React\n- Deployment: GitHub Pages\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- Next.js Documentation - learn about Next.js features and API.\n- Learn Next.js - an interactive Next.js tutorial.\n\n## Contributing\n\nContributions are welcome! Feel free to submit a Pull Request.\n\n## Features\n\n- Interactive visualization of the Openmesh Cloud Stack\n- Real-time resource allocation visualization\n- Configurable node count and allocation percentage\n- Responsive design for both desktop and mobile devices\n- Dark mode support\n- SVG-based visualization with dynamic scaling\n- Real-time updates of system resources based on configuration changes\n\n## Documentation\n\nThe visualization consists of three main layers:\n\n- Openmesh Cloud Layer - The top ring showing resource allocation\n- Virtual Machine Layer - The middle layer displaying active VMs\n- XNode Infrastructure - The bottom layer showing physical nodes\n\nResources are calculated based on:\n\n- Number of XNodes (configurable from 10-100)\n- Resource allocation percentage (1-100%)\n- Per-node resources (8 vCPU, 16GB RAM, 320GB Storage)\n\n## Maintenance\n\nThis project uses GitHub Actions for automated deployments. The workflow is configured in `.github/workflows/deploy.yml`. Any push to the main branch triggers a new deployment to GitHub Pages.\n\n## License\n\nMIT License - feel free to use this project for your own purposes.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnforfar%2Fopenmesh-cloud-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnforfar%2Fopenmesh-cloud-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnforfar%2Fopenmesh-cloud-visualizer/lists"}