VibecoderMcSwaggins's picture
fix: deploy static frontend (React + NiiVue)
176c0c0
---
title: Stroke Viewer Frontend
emoji: "🧠"
colorFrom: blue
colorTo: purple
sdk: static
pinned: false
license: apache-2.0
short_description: React frontend for DeepISLES stroke segmentation viewer
---
# Stroke Viewer Frontend
React SPA for visualizing DeepISLES stroke segmentation results using NiiVue.
## Architecture
This is a **Static SDK** Space containing pre-built React files.
The frontend connects to the backend API at:
- https://vibecodermcswaggins-stroke-deepisles-demo.hf.space
## Source Code
The source code is maintained at:
- https://github.com/The-Obstacle-Is-The-Way/stroke-deepisles-demo/tree/main/frontend
## Deployment
This Space is deployed by building the React frontend and pushing the `dist/` output:
```bash
cd frontend
npm install
npm run build # Uses .env.production for VITE_API_URL
# Push dist/* contents to this Space
```