Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

Β© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

yousseflourate165-coder/ecoatlantis-africa

Domain:

environment and energy

Record type:

software
Creator:
you
Host:
# 🌍 EcoAtlantis Africa - Ocean Intelligence Platform An AI-powered environmental monitoring system for African coastal regions, designed to scale globally. ## Overview EcoAtlantis Africa leverages artificial intelligence and satellite data to monitor pollution and environmental threats across African ocean regions in real-time. The platform provides: - **Real-time Alerts**: Live pollution detection across African coastal zones - **AI-Powered Analysis**: Machine learning models for environmental threat detection - **Regional Monitoring**: Coverage across 20+ African coastal regions - **Scalable Architecture**: Built to expand globally ## Features βœ… Africa-first regional focus with global scalability βœ… Real-time pollution alerts system βœ… AI-powered environmental intelligence βœ… Interactive dashboard with region filtering βœ… Supabase backend integration βœ… Responsive UI with Framer Motion animations ## Tech Stack - **Frontend**: Next.js 14 + React 18 + TypeScript - **Styling**: Tailwind CSS + Framer Motion - **Backend**: Supabase (PostgreSQL) - **Deployment**: Vercel (recommended) ## Quick Start ### Prerequisites - Node.js 18+ - npm or yarn - Supabase account (free tier available) ### Installation ```bash # Clone the repository git clone github.com cd ecoatlantis-africa # Install dependencies npm install # Create environment file cp .env.local.example .env.local # Add your Supabase credentials to .env.local # Run development server npm run dev ``` Open localhost in your browser. ## Project Structure ``` ecoatlantis-africa/ β”œβ”€β”€ src/ β”‚ β”œβ”€β”€ app/ β”‚ β”‚ β”œβ”€β”€ page.tsx # Main application component β”‚ β”‚ β”œβ”€β”€ layout.tsx # Root layout β”‚ β”‚ └── globals.css # Global styles β”‚ β”œβ”€β”€ lib/ β”‚ β”‚ β”œβ”€β”€ supabase.ts # Supabase client configuration β”‚ β”‚ └── types.ts # TypeScript type definitions β”‚ └── components/ # Reusable React components β”œβ”€β”€ pu …

Visit

github.com