Learning
AI tutor cockpit
Inline chat, checkpoints, and rubric-grade reviews that live next to every lesson.
PowerProgress Launchpad
This v1 skeleton runs on Next.js 16, React 19, Tailwind 4, and Prisma. Drop it on your VPS, plug in your affiliate programs, and let AI copilots expand it with more topics, labs, and payouts.
Example stack
Use this as a launchpad or let Copilot auto-extend the manifest and pages.
Capability spotlight
Learning
Inline chat, checkpoints, and rubric-grade reviews that live next to every lesson.
Monetization
Wrap resource links once and track every click with the referral API + Prisma ledger.
Compute
Bring your own racks or pods; log utilization for payouts and transparency dashboards.
Stack layers
Swap SQLite for Postgres, extend topics, and let AI agents build out new lesson pages.
Layer
Next.js App Router, React 19, Tailwind 4, client/server components tuned for AI docs.
View resources ->Layer
Prisma + SQLite for quick starts; ready to swap to Postgres in production.
Inspect schema ->Layer
Referral logging endpoint plus room to bolt on manifests, crawlers, and affiliate transforms.
Open API ->Launch steps
npm install.env.example to .envnpm run prisma:migrate -- --name initnpm run dev and visit /launchpadSwap to Postgres by changing provider and DATABASE_URL in prisma/schema.prisma.