Eden Academy MVP Integration
Eden Academy MVP Integration
Overview
This project integrates three key components of the Eden ecosystem into a seamless MVP:Key Features
Navigation System
Genesis Cohort Tracking Interface
Agent Details
Each agent card displays:Project Structure
``
src/app/
├── page.tsx # Eden Academy main page
├── genesis-cohort/
│ └── page.tsx # Genesis Cohort tracking dashboard
├── home/
│ └── page.tsx # Eden Home landing page
└── agent/
└── [id]/ # Individual agent pages
`
Navigation Flow
`
Eden Home (Landing)
├── Academy (Agent Management)
│ └── Individual Agent Pages
└── Genesis Cohort (Tracking Dashboard)
`
Agent Status Types
In Academy (Green)
- Currently in 100-day training program
- Abraham (Day 95/100)
- Solienne (Day 88/100)
Concept Phase (Yellow)
- In development/planning stage
- Geppetto, Miyomi, Art Collector, DAO Manager
Open Slots (Gray)
- Available positions for future agents
- 4 slots remaining in Genesis Cohort
Key Dates
• Oct 2025: Abraham graduates with 13-year covenant
• Nov 2025: Solienne launches at Paris Photo
• Dec 2025: Miyomi + DAO Manager enter academy
• Q1 2026: Geppetto enters academy
• Q2 2026: Art Collector enters academy
Development
Running the Project
`bash
npm run dev # Start development server
npm run build # Build for production
npm run start # Start production server
`
Environment Variables
Required in .env.local:
• Supabase configuration
• API keys for external services
Future Enhancements
Database Integration
• Store cohort data in Supabase
• Real-time updates via WebSocket
• Historical tracking of agent progress
API Routes
• /api/cohort - Get/update cohort data
• /api/agents/[id]/progress - Track individual progress
• /api/timeline` - Manage graduation schedule
Additional Features
Design Philosophy
The interface follows a minimalist, terminal-inspired aesthetic:Technical Stack
Notes
This MVP demonstrates the core concept of tracking AI agents through their academy journey. Each agent represents an autonomous creative entity that will eventually operate independently, creating art, engaging with collectors, and generating revenue.
The Genesis Cohort represents the first wave of these agents, establishing the foundation for a new creative economy where "$SPIRIT holders own them all."