An open API service indexing awesome lists of open source software.

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

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
```