Renewably is a renewable energy optimization platform for exploring wind and solar suitability, selecting candidate development areas, and generating optimized site recommendations.
Live app: https://renewably-1.onrender.com
src/app/frontend: Vite + React frontend for the interactive map and optimization workflowsrc/python/backend: FastAPI and Modal-powered optimization APIsrc/python/ml: training assets, models, notebooks, and supporting data pipelines
- Search by city, state, or address
- Toggle solar, wind, topography, and infrastructure layers
- Draw a polygon and optimize for budget or target power
- Review recommended sites and export results as GeoJSON
Frontend:
cd src/app/frontend
npm install
npm run devBackend:
cd src/python
uv sync
uv run python backend/main.py