An interactive supply chain visualization for Agrion's biomass energy network, showcasing feedstock sources, storage facilities, and transportation routes across regions.
- Interactive Map: Built with Leaflet.js, displaying facilities across the United States
- Facility Types:
- Feedstock Sources (green markers): Agricultural and forestry biomass collection points
- Storage Facilities (blue markers): Regional distribution centers for biomass storage
- Processing Plants (amber markers): Primary and secondary biomass processing facilities
- Toggleable Layers:
- Transportation routes with distance and frequency information
- Storage location visibility control
- Seasonal availability patterns (Spring, Summer, Fall, Winter)
- Detailed Facility Information:
- Capacity metrics
- Redundancy scores
- Seasonal availability charts
- Feedstock types
- Interactive Features:
- Click on markers to view detailed facility information
- Hover over routes to see transportation details
- Responsive design with side panel for detailed metrics
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
- Next.js 16: React framework with App Router
- TypeScript: Type-safe development
- Leaflet.js: Interactive mapping library (no API key required)
- React Leaflet: React components for Leaflet
- Tailwind CSS: Utility-first styling
- OpenStreetMap: Free tile provider
app/
├── components/
│ └── SupplyChainMap.tsx # Main interactive map component
├── data/
│ └── supplyChainData.ts # Facility and route data
├── layout.tsx # Root layout
├── page.tsx # Home page with dynamic import
└── globals.css # Global styles
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.