https://github.com/crafter-station/codex-globe
Interactive 3D globe mapping Codex Ambassadors worldwide
https://github.com/crafter-station/codex-globe
cobe globe nextjs react shadcn-ui tailwindcss threejs typescript
Last synced: 2 months ago
JSON representation
Interactive 3D globe mapping Codex Ambassadors worldwide
- Host: GitHub
- URL: https://github.com/crafter-station/codex-globe
- Owner: crafter-station
- Created: 2026-03-25T03:33:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-25T15:07:10.000Z (3 months ago)
- Last Synced: 2026-03-26T09:26:04.402Z (3 months ago)
- Topics: cobe, globe, nextjs, react, shadcn-ui, tailwindcss, threejs, typescript
- Language: TypeScript
- Homepage: https://codex-globe.vercel.app
- Size: 85 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Codex Globe
Interactive 3D globe mapping Codex Ambassadors worldwide.
**Live:** https://codex-globe.vercel.app
## Stack
- Next.js 16, React 19, TypeScript
- [cobe](https://github.com/shuding/cobe) v2 (WebGL globe)
- Tailwind CSS v4, shadcn/ui
- flag-icons for country flags
## Features
- Interactive globe with auto-rotation (pause on hover)
- Click-to-rotate to any ambassador's location
- Continent and country filters
- Globe view + Grid view (group by continent, country, or timezone)
- Mobile responsive with swipeable drawer (vaul)
- Mask fades on scrollable areas
## Development
```bash
bun install
bun dev
```
## Deploy
```bash
vercel --prod
```