A dark-mode interactive map for exploring job opportunities from tech companies worldwide. Built with Next.js, React, TypeScript, and Mapbox GL.
It helps you discover jobs from leading tech companies like OpenAI, Anthropic, Google, Apple, Microsoft, and more. Filter by location, company, and job title with filters or discuss with the built-in assistant.
- Node.js 18+ (LTS recommended)
- npm (comes with Node)
- Sign up for a free account at Mapbox
- Create an access token from your account dashboard
- Copy the token
Create a local env file from the example:
cp env.example .env.localEdit .env.local and set at least:
NEXT_PUBLIC_MAPBOX_TOKEN=pk.eyJ1IjoieW91ciIsImEiOiJ0b2tlbiJ9...
NEXT_PUBLIC_BASE_URL=http://localhost:3000Optional variables:
MISTRAL_API_KEY– enables the AI assistant for search and explanations
From the map directory:
npm installnpm run devThe app will be available at http://localhost:3000.
Contributions! Here's how you can help:
- Suggest Companies: Found a tech company that should be on the map? Open an issue and let us know!
- Request Features: Have ideas for new features or improvements? Share them in the issues.
Your feedback and contributions help make this project better for everyone.
MIT
