Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Luminous-Dynamics/terra-atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

60 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

🌍 Terra Atlas MVP - The ONE Unified Version

⚠️ IMPORTANT: This is THE version we work on!

Stop creating new demos! This is the main Terra Atlas with the 3D globe that you liked. All improvements should be made HERE, not in new files.

Democratizing Global Energy Investment - 4M+ Renewable Opportunities Worldwide

Live Platform License Next.js Supabase

πŸš€ The Platform

Terra Atlas is revolutionizing energy investment by connecting everyday investors with renewable energy opportunities globally. Starting with 87,000 untapped dams in the US ready for hydroelectric retrofitting, we're building the infrastructure for community-owned energy.

πŸ’‘ Key Features

  • 🌐 Interactive 3D Globe - Visualize energy projects worldwide
  • πŸ“Š Real-Time Data - FERC queue tracking (11,547 active projects)
  • πŸ’° Investment Calculator - Project ROI with transparency
  • πŸ›οΈ Regenerative Exit Model - 7-year path to community ownership
  • πŸ‡¨πŸ‡­ Swiss Foundation - Immutable mission via Luminous Chimera structure
  • πŸ“ˆ Portfolio Management - Track and manage your energy investments

🎯 The Opportunity

Immediate Impact

  • $60B opportunity in US dam retrofitting alone
  • 87,000 existing dams ready for hydroelectric conversion
  • 4M+ global renewable energy sites identified
  • 11-14% IRR for investors with tax optimization

Revolutionary Model

  • Luminous Chimera: Swiss foundation ensures mission permanence
  • Community Ownership: Platform transitions to users over 7 years
  • Tax Efficiency: 30-40% more capital to communities
  • Democratic Access: Invest from $10 to $10M

πŸ› οΈ Tech Stack

  • Frontend: Next.js 15.5, React 19, TypeScript, Tailwind CSS
  • Backend: Supabase (PostgreSQL), Prisma ORM, Drizzle
  • Maps: Mapbox GL for interactive visualizations
  • Deployment: Vercel with edge functions
  • Data Sources: FERC, USACE, SMR pipelines, GIS databases

πŸ—οΈ Development Setup

Prerequisites

  • Node.js 20+
  • npm or yarn
  • Supabase account (for database)

Quick Start

# Clone the repository
git clone https://github.com/Luminous-Dynamics/terra-atlas.git
cd terra-atlas

# Install dependencies
npm install

# Set up environment variables
cp .env.example .env.local
# Edit .env.local with your Supabase credentials

# Run development server
npm run dev

# Open http://localhost:3000

Environment Variables

NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_anon_key
SUPABASE_SERVICE_ROLE_KEY=your_service_key
DATABASE_URL=your_postgres_connection_string

πŸ“ Project Structure

terra-atlas/
β”œβ”€β”€ app/                    # Next.js app directory
β”‚   β”œβ”€β”€ api/               # API routes
β”‚   β”œβ”€β”€ dashboard/         # User dashboard
β”‚   └── projects/          # Project pages
β”œβ”€β”€ components/            # React components
β”‚   β”œβ”€β”€ Globe3D.tsx       # Interactive 3D visualization
β”‚   β”œβ”€β”€ ProjectCard.tsx   # Project display cards
β”‚   └── ROICalculator.tsx # Investment calculator
β”œβ”€β”€ lib/                   # Utilities and helpers
β”‚   β”œβ”€β”€ supabase/         # Database client
β”‚   └── utils/            # Helper functions
β”œβ”€β”€ data/                  # Static data files
β”‚   β”œβ”€β”€ ferc-queue.json  # FERC project data
β”‚   └── dam-sites.json   # USACE dam database
└── public/               # Static assets

πŸ—ΊοΈ Roadmap

Phase 1: MVP (Complete βœ…)

  • Interactive globe with 250+ demo projects
  • Basic investment calculator
  • User authentication
  • Project search and filtering

Phase 2: Data Integration (In Progress 🚧)

  • FERC queue real-time updates
  • USACE dam database integration
  • SMR project pipeline tracking
  • Weather and grid data layers

Phase 3: Investment Features (Q1 2025)

  • Pledge system for projects
  • Portfolio management
  • Community forums
  • Smart contract integration

Phase 4: Community Ownership (Q2 2025)

  • DAO governance structure
  • Token economics design
  • Voting mechanisms
  • Revenue sharing system

🀝 Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines.

Areas We Need Help

  • Data integration from energy databases
  • UI/UX improvements
  • Smart contract development
  • Community features
  • Documentation
  • Testing

πŸ“Š Current Stats

  • 250+ demonstration projects live
  • 11,547 FERC queue projects tracked
  • 87,000 potential dam sites mapped
  • $60B investment opportunity identified

πŸ›οΈ Governance

Terra Atlas operates under the Luminous Chimera model:

  • Swiss Foundation holds golden share
  • Mission legally immutable
  • 7-year transition to community ownership
  • Transparent governance via DAO

πŸ“„ License

MIT License - We're building public good infrastructure for energy democracy.

πŸ”— Links

πŸ’¬ Contact


Built with consciousness-first principles and love for our planet πŸŒπŸ’š

Terra Atlas - Where energy meets democracy, and investment serves community.

About

🌍 Global energy investment platform - Democratizing access to 4M+ renewable energy opportunities. Built with Next.js, Three.js, Supabase. Live at atlas.luminousdynamics.io

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors