A web-based advisory tool that helps transportation stakeholders explore and plan edge computing implementations through tailored recommendations and roadmaps.
This project is a decision-support framework for the transportation sector, designed to:
- Capture infrastructure, goals, and constraints via an interactive form
- Generate tailored recommendations for adopting edge computing
- Provide a downloadable roadmap with clear phases
- Offer access to curated case studies and challenges
🔗 System Architecture: View Diagram
- Multi-step advisory form with validation
- Recommendation engine mapping objectives to strategies
- Visual roadmap generator (exportable as PDF with timestamp)
- Modular, reusable components (React + TypeScript)
- Backend powered by Supabase (auth, storage, database)
- Frontend: Next.js 15 (App Router), React, TypeScript
- UI: TailwindCSS (custom theme, responsive)
- Backend/DB: Supabase (Postgres + Auth)
- Deployment: Vercel
# Clone the repo
git clone https://github.com/YOUR-USERNAME/edge-advisory-framework.git
cd edge-advisory-framework
# Install dependencies
npm install
# Configure env
cp .env.example .env.local
# Run locally
npm run dev
App will be running at: 👉 http://localhost:3000
- Domain-driven design – requirements drawn from edge computing research & transport SRS
- Clean architecture – modular components, scalable recommendation logic
- Practical demo – deployed prototype showing end-to-end advisory workflow
Precious Olusola Software Engineer – Next.js | Supabase | Tailwind 📧 [email protected] 🌐 GitHub
MIT License – open for use, modification, and contribution.
✨ This project bridges research & implementation, showing how modern web technologies can deliver practical decision-support tools for complex domains.