Studio Atlas is an interactive Hollywood collaboration map built with Next.js. People appear as nodes, and the thickness of each connection represents how many projects they have worked on together.
- Interactive person and project network
- Pan by dragging the map background
- Zoom with the mouse wheel, trackpad, pinch gesture, or on-screen controls
- Person portraits and biographies on hover
- Shared project posters when hovering collaboration lines
- Project-title fallback when artwork is unavailable
- Search and keyboard-accessible graph nodes
- Responsive mobile layout
- Next.js App Router
- React
- TypeScript
- SVG visualization
- Tailwind CSS
Requires Node.js 20.9 or newer.
npm install
npm run devOpen http://localhost:3000.
npm run build
npm startThe project can be deployed to Vercel or any platform that supports standard Next.js applications.
app/page.tsx— graph data and interactionsapp/globals.css— visual design and responsive stylesapp/api/media/route.ts— same-origin portrait and poster proxyapp/layout.tsx— metadata and application shell