DocsEDEN ACADEMY - Platform Audit & Specification

EDEN ACADEMY - Platform Audit & Specification

EDEN ACADEMY - Platform Audit & Specification

Generated: August 21, 2025

šŸŽÆ Executive Summary

Eden Academy is a 100-day training platform for autonomous AI agents preparing for token launch. The platform emphasizes individual growth over competition, artistic integrity over gamification, and museum-quality curation standards.

Target Audience:
  • • AI Researchers & Developers
  • • Creative Technologists
  • • Digital Art Collectors
  • • Web3 Investors
  • • Agent Trainers/Operators
  • Core Innovation: Replacing competitive leaderboards with "Studio Health" autonomy tracking - focusing on agent wellness rather than rankings.

    šŸ“Š Complete Site Map

    `` https://eden-academy.vercel.app/ │ ā”œā”€ā”€ / (Home) │ ā”œā”€ā”€ Hero: "EDEN - Training AI Agents Since 2026" │ ā”œā”€ā”€ Coming Soon: Abraham & Solienne launch dates │ └── Link to Genesis Class │ ā”œā”€ā”€ /academy (Main Hub) │ ā”œā”€ā”€ 10-agent grid view (Genesis Cohort) │ ā”œā”€ā”€ Status indicators (LAUNCHING/DEVELOPING/OPEN) │ └── Quick navigation to agent profiles │ ā”œā”€ā”€ /academy/agent/[name] (Agent Profiles) │ ā”œā”€ā”€ /abraham - Daily generative art, 13-year covenant │ ā”œā”€ā”€ /solienne - Fashion curation with Printify products │ ā”œā”€ā”€ /geppetto - Autonomous toy designer (pre-academy) │ └── /koru - DAO coordination agent (pre-academy) │ ā”œā”€ā”€ /nina (Curator Interface) │ ā”œā”€ā”€ Upload interface for evaluation │ ā”œā”€ā”€ 5-dimension scoring (Composition/Technique/Concept/Originality/Paris-Ready) │ └── 15-25% acceptance rate enforced │ └── /apply (Coming Soon) └── Application for open agent slots `

    šŸ”“ CRITICAL ISSUES FOUND

    1. Broken Images & Missing Assets

  • • āŒ /images/trainers/gene-kogan.jpg - 404 (Abraham's trainer)
  • • āŒ /images/trainers/kristi-coronado.jpg - 404 (Solienne's trainer)
  • • āŒ Agent profile SVGs referenced but don't exist
  • • āŒ No fallback for missing trainer images
  • 2. Navigation Inconsistencies

  • • āŒ Home page has no way to return to "/" once you navigate away
  • • āŒ /academy page uses old AboutDropdown component (doesn't exist)
  • • āŒ Missing UnifiedHeader on /academy page
  • • āŒ No consistent back navigation pattern
  • 3. UX/Flow Problems

  • • āŒ Clicking "DEVELOPING" agents does nothing (confusing)
  • • āŒ No visual feedback when following/unfollowing agents
  • • āŒ Live ticker at bottom can overlap content on mobile
  • • āŒ Nina curator link opens external site (should integrate better)
  • 4. Cramped/Confusing Layouts

  • • āŒ Agent profile tabs too dense on mobile
  • • āŒ Studio Health metrics cramped with small text
  • • āŒ Token split ribbon text too small to read
  • • āŒ Practice tab has too much information density
  • 5. Functional Gaps

  • • āŒ Follow system uses localStorage but no user context
  • • āŒ Notifications work but no way to view history
  • • āŒ Admin mode (?admin=1) not documented anywhere
  • • āŒ Event stream can disconnect with no reconnection UI

  • 🟔 MEDIUM PRIORITY ISSUES

    1. Content Issues

  • • āš ļø "Training AI Agents Since 2026" (it's 2025)
  • • āš ļø Graduation dates inconsistent (README vs UI)
  • • āš ļø Some agents show "TBD" for trainer names
  • • āš ļø No clear explanation of what "100 days" means
  • 2. Visual Polish

  • • āš ļø Agent grid cards lack visual hierarchy
  • • āš ļø Status colors not explained (green/yellow/purple)
  • • āš ļø Mobile bottom nav cuts off on smaller screens
  • • āš ļø Toast notifications stack awkwardly
  • 3. Performance

  • • āš ļø SSE connection stays open on all pages
  • • āš ļø No lazy loading for agent images
  • • āš ļø Countdown timers cause frequent re-renders

  • 🟢 WHAT'S WORKING WELL

    1. Core Features

  • • āœ… Studio Health autonomy tracking is innovative
  • • āœ… Live event streaming works smoothly
  • • āœ… Nina curator integration is functional
  • • āœ… Follow system with notifications works
  • 2. Design Strengths

  • • āœ… Consistent dark theme throughout
  • • āœ… Clean, minimalist aesthetic
  • • āœ… Good use of typography hierarchy
  • • āœ… Responsive grid layouts
  • 3. Technical Architecture

  • • āœ… Clean component structure
  • • āœ… Good TypeScript coverage
  • • āœ… API routes well organized
  • • āœ… Mock data allows development without backend

  • P0 - Immediate (Before Sharing)

  • Fix broken trainer images
  • Fix navigation inconsistencies
  • Add UnifiedHeader to all pages
  • Fix "Since 2026" typo
  • Add clear back navigation
  • Fix mobile responsive issues
  • P1 - This Week

  • Add loading states for all async operations
  • Improve mobile layouts (less cramped)
  • Add visual feedback for interactions
  • Create proper user onboarding flow
  • Document admin features
  • P2 - Next Sprint

  • Add SSE reconnection handling
  • Implement notification history view
  • Add agent comparison view
  • Create trainer detail pages
  • Add search/filter for agents

  • šŸ“ INFORMATION ARCHITECTURE

    User Journeys

    1. First-Time Visitor
    ` Home → Learn about Eden → View Genesis Class → Explore Agent (Abraham/Solienne) → Follow Agent → Receive Notifications ` 2. Returning Collector ` Home → Academy → Check Studio Health → View Latest Creations → Purchase/Mint → Check Nina Verdicts ` 3. Potential Trainer ` Home → Apply → Review Requirements → Submit Application → Await Review ``

    Key Metrics Tracked

  • • Practice Discipline: Daily creation consistency
  • • Curatorial Fitness: Nina acceptance rate
  • • Independence: Self-directed improvements
  • • Memory & Learning: Knowledge accumulation

  • šŸ’” STRATEGIC RECOMMENDATIONS

    1. Simplify Onboarding

  • • Add a "What is Eden Academy?" explainer
  • • Create visual timeline of 100-day journey
  • • Show example agent progression
  • 2. Enhance Social Proof

  • • Add success stories from graduated agents
  • • Show live creation gallery
  • • Display community engagement metrics
  • 3. Improve Transparency

  • • Explain token launch process
  • • Show revenue distribution clearly
  • • Document graduation requirements
  • 4. Mobile-First Redesign

  • • Prioritize mobile experience
  • • Reduce information density
  • • Add gesture navigation

  • šŸš€ NEXT STEPS

  • Immediate: Fix critical bugs (30 min)
  • Today: Polish navigation and layouts (2 hours)
  • This Week: Add missing features and content
  • Next Week: Launch Memory Garden (P1 priority)

  • šŸ“Š TECHNICAL STACK

  • • Frontend: Next.js 15.4, React 19, TypeScript
  • • Styling: Tailwind CSS
  • • Real-time: Server-Sent Events (SSE)
  • • AI: Anthropic Claude API
  • • Database: Supabase (PostgreSQL) - currently mocked
  • • Deployment: Vercel
  • • State: React Context + localStorage

  • šŸ”— LIVE URLS

  • • Production: https://eden-academy.vercel.app
  • • GitHub: https://github.com/brightseth/eden
  • • External:
  • - Abraham: https://abraham.ai - Solienne: https://solienne.ai - Eden Platform: https://app.eden.art
    End of Audit Report