{"id":48231019,"url":"https://github.com/aeryflux/lumos","last_synced_at":"2026-04-04T19:36:57.095Z","repository":{"id":341936617,"uuid":"1171838238","full_name":"aeryflux/lumos","owner":"aeryflux","description":"Modern landing page with 3D globe visualization - AeryFlux showcase","archived":false,"fork":false,"pushed_at":"2026-03-30T15:57:17.000Z","size":33081,"stargazers_count":2,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-30T17:40:34.703Z","etag":null,"topics":["3d-globe","3d-visualization","landing-page","react","threejs","typescript","vite"],"latest_commit_sha":null,"homepage":"https://aeryflux.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aeryflux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2026-03-03T17:00:32.000Z","updated_at":"2026-03-24T06:21:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aeryflux/lumos","commit_stats":null,"previous_names":["aeryflux/lumos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aeryflux/lumos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeryflux%2Flumos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeryflux%2Flumos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeryflux%2Flumos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeryflux%2Flumos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aeryflux","download_url":"https://codeload.github.com/aeryflux/lumos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeryflux%2Flumos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31411348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T19:29:44.979Z","status":"ssl_error","status_checked_at":"2026-04-04T19:29:11.535Z","response_time":60,"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":["3d-globe","3d-visualization","landing-page","react","threejs","typescript","vite"],"created_at":"2026-04-04T19:36:54.212Z","updated_at":"2026-04-04T19:36:56.990Z","avatar_url":"https://github.com/aeryflux.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lumos\n\n[![Deploy](https://github.com/aeryflux/lumos/actions/workflows/deploy.yml/badge.svg)](https://github.com/aeryflux/lumos/actions/workflows/deploy.yml)\n![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)\n![License](https://img.shields.io/badge/license-MIT-green.svg)\n![React](https://img.shields.io/badge/React-19-61DAFB.svg)\n\n**Live**: [aeryflux.com](https://aeryflux.com)\n\nModern landing page with 3D globe visualization.\n\n## Features\n\n- Interactive 3D globe with real-time data visualization (422 countries, 200 cities)\n- Minimalist dark theme inspired by OpenClaw\n- SmartInput with Kaspersky-style aura effect\n- Multi-mode search: News, Wiki, Weather, Economy, Sports\n- Internationalization (EN, FR, ES, DE)\n- HexLoader honeycomb animation\n- Responsive design\n\n## Quick Start\n\n```bash\n# Clone\ngit clone https://github.com/aeryflux/lumos.git\ncd lumos\n\n# Install\nnpm install\n\n# Development\nnpm run dev\n```\n\nOpen http://localhost:3001\n\n## Tech Stack\n\n- **Framework**: React 19\n- **Build**: Vite 5\n- **3D**: Three.js\n- **Styling**: Tailwind CSS\n- **Testing**: Vitest + Playwright\n\n## Project Structure\n\n```\nlumos/\n├── src/\n│   ├── components/     # React components\n│   │   ├── SmartInput.tsx\n│   │   ├── HexLoader.tsx\n│   │   └── ...\n│   ├── pages/          # Page components\n│   ├── services/       # API services\n│   └── App.tsx\n├── public/             # Static assets\n├── tests/              # E2E tests\n└── index.html\n```\n\n## Components\n\n### Globe\n\nInteractive 3D globe via [@aeryflux/globe](https://www.npmjs.com/package/@aeryflux/globe).\n\n```tsx\nimport { Globe } from '@aeryflux/globe/react';\n\n\u003cGlobe\n  surface=\"green\"\n  modelUrl=\"/models/atlas_hex_subdiv_7.glb\"\n  countryData={{ france: { scale: 0.8, color: '#00ff88' } }}\n  cityData={{ paris: { scale: 1.0, color: '#00d4ff' } }}\n/\u003e\n```\n\n### SmartInput\n\nSearch input with animated aura effect.\n\n```tsx\n\u003cSmartInput\n  mode=\"news\"\n  onSearch={(query) =\u003e handleSearch(query)}\n/\u003e\n```\n\n### HexLoader\n\nHoneycomb loading animation.\n\n```tsx\n\u003cHexLoader /\u003e\n```\n\n## Scripts\n\n```bash\nnpm run dev       # Start dev server\nnpm run build     # Build for production\nnpm run preview   # Preview production build\nnpm run test      # Run unit tests\nnpm run test:e2e  # Run E2E tests\n```\n\n## Environment\n\nCreate `.env` for API configuration:\n\n```env\nVITE_API_URL=http://localhost:3000\n```\n\n## Design System\n\n### Colors\n\n| Name | Hex |\n|------|-----|\n| Primary Green | `#00ff88` |\n| Cyan | `#00d4ff` |\n| Background | `#050508` |\n\n### Mode Colors\n\n| Mode | Color |\n|------|-------|\n| News | `#ef4444` |\n| Weather | `#3b82f6` |\n| Wiki | `#888888` |\n| Economy | `#10b981` |\n| Sports | `#f59e0b` |\n\n### Typography\n\n- Headings: HemiHead\n- Body: Inter\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and guidelines.\n\nSee [CHANGELOG.md](CHANGELOG.md) for version history.\n\n## Related Projects\n\n- [geojsonto3D](https://github.com/martinbaud/geojsonto3D) - GeoJSON to 3D globe converter\n- [AeryFlux](https://github.com/aeryflux) - Full platform\n\n## License\n\nMIT - see [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeryflux%2Flumos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeryflux%2Flumos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeryflux%2Flumos/lists"}