Platform Overview

What We've Built

The Financial Evolution — a full-stack Web3 education platform with creator namespaces, loyalty rails, and institutional-grade content architecture.

Build is clean — platform shell is operational

TypeScript clean · 29/29 pages built · DB in sync · all routes raw-verified ·/api/namespace/kenny → 200 ·/kenny → 200 · admin/studio → 307 · settlement rails remain a later integration phase

4
Modules Live
4
Auth-Gated
1
Later Phase

System Modules

Public Platform
Live

Marketing site, course catalog, membership tiers, events, books — all live and unauthenticated.

Academy
Live

Course catalog with 10 courses across 10 tracks. Course detail and interactive course player.

Creator Namespace
Live

Each creator gets a unique /namespace URL. Passes, QR tracking, referrals, and EVOLVE loyalty — all DB-connected.

Creator Studio
Auth-Gated

Kenny's content command center. Course builder, pass manager, wallet, QR issuer, EVOLVE engine.

Studio Dashboard
Pass Manager
QR Generator
EVOLVE Config
TFE Wallet
Admin Panel
Auth-Gated

Platform operations. Creator management, compliance, token ops, user administration.

Admin Overview
Creator Management
Token Operations
Compliance
API Layer
Live

RESTful API powering namespace lookups, AI tutor, pass management, and analytics.

POST /api/passes
POST /api/ai/tutor
GET /api/health
EVOLVE Loyalty Engine
Auth-Gated

On-platform loyalty token. Earn for learning, spending, and engagement. Redeem for access and rewards.

EVOLVE Dashboard
Creator EVOLVE Config
AI Agent System
Auth-Gated

Multi-agent architecture: Student Tutor, Curriculum Agent, Research Agent, Global Macro Agent.

AI Tutor endpoint
Curriculum Agent
AI Tutor UI
Settlement Rails
Later

Live stablecoin settlement, KennyToken on Polygon mainnet, custody, compliance engine, treasury.

KennyToken (Polygon)
Stablecoin settlement
Treasury rails

Raw-Verified Routes

RouteStatusNote
/
200
Homepage
/kenny
200
Namespace — DB connected
/api/namespace/kenny
200
API endpoint
/courses/history-of-money
200
Course detail
/dashboard
307
Auth redirect → login
/admin
307
Auth redirect → login
/studio
307
Auth redirect → login
/alex-creator
404
Inactive namespace — expected

Tech Stack

Next.js 15
App Router, RSC, file-based routing
TypeScript
Strict mode, zero type errors
PostgreSQL + Prisma
DB-connected namespace, passes, QR, EVOLVE
NextAuth.js
Auth with role-based access control
Tailwind CSS + shadcn/ui
Cinematic dark design system
Framer Motion
Fluid page transitions and animations
Hardhat + Solidity
KennyToken contract on Polygon Amoy (testnet deployed)
Polygon Mainnet
Later phase — live token settlement

Architecture Boundary

Current — Operational

  • Creator/admin platform
  • Namespace system (/[namespace])
  • Passes, QR, wallet UI
  • EVOLVE loyalty engine (UI layer)
  • Full public content site
  • Membership tiers and CTAs
  • Course catalog + player
  • API layer (namespace, passes)
  • Auth-gated studio and admin
  • PostgreSQL + Prisma (in sync)
  • KennyToken on Polygon Amoy (testnet)

Later Integration Phase

  • Real token execution (MATIC / stablecoin)
  • Custody and compliance engine
  • Stablecoin settlement (1:1 USD)
  • Treasury rails and on-chain governance
  • KennyToken → Polygon mainnet
  • AI agent system (tutor, curriculum, research)
  • Production deployment (Vercel + mainnet)
  • Full live mint/transfer pipeline

Live Demo Entry Points