Logo Lanfrica

paideia-camp/paideia-camp-app

Domaine:

education

Type de record:

software
Créateur:
pai
Hôte:
Paideia app is an Africa's first AI powered platform designed to help users prepare for fellowships, scholarships, talent programs, and accelerators. Built as part of the CAMP Network, # Paideia — CAMP Readiness Engine **Paideia** is Africa's first AI-powered platform designed to help users prepare for fellowships, scholarships, talent programs, and accelerators. Built as part of the CAMP Network, Paideia provides comprehensive diagnostic assessments, program matching, AI-powered coaching, and mindset development resources. ## 🌟 Overview Paideia addresses the challenge of African leaders and students navigating the complex landscape of global opportunities. The platform combines artificial intelligence, curated program intelligence, and community mentorship to provide personalized guidance and preparation support. ### Key Features - **🎯 Diagnostic Assessment Engine**: Evaluate readiness levels, identify strengths and weaknesses - **🎓 Program Intelligence Library**: Curated database of fellowships, scholarships, and accelerators - **🤖 AI Application Coach**: Real-time feedback on essays, statements, and application materials - **📚 Mindset Micro-Courses**: Interactive lessons on leadership, systems thinking, and global citizenship - **👥 Mentor Network**: Connect with experienced fellows and program alumni - **📊 Analytics & Progress Tracking**: Monitor readiness metrics and improvement over time ## 🚀 Quick Start ### Prerequisites - Node.js 16+ and npm - Supabase account (for backend features) - OpenAI or HuggingFace API key (for AI coaching features) ### Installation 1. **Clone the repository** ```bash git clone cd paideia-camp-readiness ``` 2. **Install dependencies** ```bash npm install ``` 3. **Set up environment variables** Create a `.env` file in the root directory: ```env VITE_SUPABASE_URL=your_supabase_url_here VITE_SUPABASE_ANON_KEY=your_supabase_anon_key_here ``` 4. **Start the development server** ```bash npm run dev ``` 5. **Open your browser** Navigate to `localhost` ## 🏗️ Project Structure ``` paideia-camp-readiness/ ├── src/ │ ├── components/ │ │ ├── layouts/ │ │ │ └── DashboardLayout.tsx │ …