A tool to assess avalanche terrain, based on the slope parameters and regional avalanche forecast. Key advanage to the tools existing on the market is the highlight of the avalanche danger not only based on the region, but also considering the aspect and elevation relevant to the avalanche problems, specified in the bulletin. The information on the specific problems is avaiiable at a glance, looking at a particular route you are planning.
-
Avalanche Bulletin Mode: Fetches and displays real-time avalanche danger levels from official bulletins
-
Risk Mode: Highlights risky terrain, as per the regional avalanche bulletin, based on the following parameters of the relevant problems(see the matrix in the popup):
- Danger level
- Elevation range
- Aspect
- Steepness
-
Custom Mode: Interactive tools to filter terrain based on:
- Elevation range (min/max)
- Slope angle(>30°, >35°, >40°)
- Aspect
Disclaimer: This tool is for informational purposes only. It does not replace official avalanche bulletins or professional danger assessments. You are solely responsible for your safety; entering the backcountry involves significant risk.
- Framework: Vite + TypeScript
- Backend: Node.js + Express
- Map Engine: MapTiler SDK
- Data Fetching: Axios
- Data Sources:
- Avalanche Bulletins:
- Region Boundaries: regions.avalanches.org
- Node.js (v16 or higher)
- A MapTiler API Key (configure in
src/main.tsor.envif applicable)
- Clone the repository.
- Install dependencies:
npm install
Start the development environment (Backend API + Frontend):
npm run devBuild and run for production:
npm run build
npm run serverKey application settings can be found in src/config.ts, including:
- Map defaults (center, zoom)
- Visualization colors and thresholds
- Grid generation parameters
- API endpoints


