Stop earning ₱15k/month. Start charging ₱60k–₱80k/month.
Three courses. One outcome: become the Amazon ads specialist clients retain.
Project Amazon PH Academy is an online training platform built specifically for Filipino virtual assistants who want to specialize in Amazon advertising. It's not a generic course site — every lesson, tool, and feature is designed around real-world Amazon PPC work.
You learn by doing. Interactive simulators let you practice with real campaign scenarios before touching a client's account.
Three tiered courses, each building on the last:
| Course | What You Learn | Price |
|---|---|---|
| PPC Foundations | Amazon advertising basics, Sponsored Products, campaign structure, keyword research, bid management | ₱2,999 |
| Accelerated Mastery | Everything in Foundations + advanced strategies, Sponsored Brands, Sponsored Display, optimization frameworks | ₱5,999 |
| Ultimate Transformation | Everything in both courses + live classes, 1-on-1 support, portfolio-ready projects, job placement guidance | ₱9,999 |
Early bird deal: First 30 enrollees pay only ₱499 — full access, not a deposit.
Each course breaks down into modules and lessons. You read, practice, and quiz your way through. Progress saves automatically — pick up where you left off on any device.
After each module, a quiz tests what you learned. Score above the passing threshold to unlock the next module. No guessing — each question targets a real skill.
This is what makes AMPH different. Five interactive simulators let you practice Amazon PPC tasks with real data — no risk to client accounts.
Build Sponsored Products, Sponsored Brands, and Sponsored Display campaigns step by step. Choose targeting, set bids, structure ad groups — the full workflow.
Upload your campaign data and get smart bid adjustment suggestions. See which keywords are over-spending and where to push bids up.
Sort search terms into Keep, Pause, or Optimize buckets. Learn to identify wasted spend and hidden opportunities in your search term reports.
Audit a product listing against Amazon's best practices. Get a score and actionable fixes for titles, bullets, images, and backend keywords.
Discover, categorize, and export keywords for your campaigns. Organize by match type, intent, and priority.
Learning isn't just about lessons. AMPH keeps you motivated with badges, XP, and certificates.
- XP & Levels — Earn experience points for completing lessons, quizzes, and tool sessions
- Streaks — Log in daily to build your streak and earn bonus XP
- Badges — Unlock achievements for milestones like completing a course or acing a quiz
- Certificates — Earn a downloadable PDF certificate when you complete a course. Each certificate has a public verification link employers can check.
Pay once, access forever. No subscriptions, no recurring fees.
- GCash, Maya, credit/debit card, bank transfer — all via PayMongo
- BIR-compliant receipt — downloadable PDF for your records
- Instant access — pay and start learning immediately
Most Filipino VAs learn on their phones. Project Amazon PH Academy is built for mobile first — every page works at 390px width. No app to install. Just open your browser.
- Simple sign-in — email + password, no social login required
- Secure — passwords are encrypted, sessions are HttpOnly cookies
- Privacy-first — your data stays yours. No tracking, no ads, no AI profiling
For the team running Project Amazon PH Academy. A full admin dashboard to manage everything:
- Dashboard — real-time stats on users, enrollments, revenue, and engagement
- User Management — search, view, and manage student accounts
- Course Management — create and edit courses, modules, and lessons with a rich editor
- Tool Management — manage simulator scenarios and difficulty levels
- Refund Management — review and process refund requests
- Badges & Gamification — create badges, set criteria, manage the achievement system
- Analytics — enrollment funnels, revenue trends, student engagement metrics
- Settings — platform configuration
There are 500,000+ Filipino virtual assistants. Most earn ₱15k–₱30k/month doing general admin work. The ones who specialize in Amazon advertising charge ₱60k–₱80k/month.
AMPH was built to bridge that gap. Not with theory — with practice.
Every tool in the platform is modeled on real Amazon PPC workflows. By the time you finish the courses, you've already done the work that gets you hired.
| Sprint | Track | Stories | Status |
|---|---|---|---|
| S1 | Foundation | 6 / 6 | ✅ Complete (2026-07-07) |
| S2 | Tools | 6 / 6 | ✅ Complete (2026-07-07) |
| S3 | Curriculum | 5 / 5 | ✅ Complete (2026-07-08) |
| S4 | Tool UIs | 5 / 5 | ✅ Complete (2026-07-08) |
| S5 | Gamification | 3 / 3 | ✅ Complete (2026-07-09) |
| S6 | Payments | 4 / 4 | ✅ Complete (2026-07-10) |
| S7 | Admin | 4 / 4 | ✅ Complete (2026-07-10) |
| S8 | Refunds + Email | 4 / 4 | ✅ Complete (2026-07-11) |
| S9 | Polish + Mobile | 5 / 5 | ✅ Complete (2026-07-12) |
| S10 | Tests + CI | 5 / 5 | ✅ Complete (2026-07-13) |
| S11 | Observability | 5 / 5 | ✅ Complete (2026-07-13) |
| S12 | Launch | 5 / 5 | ✅ Complete (2026-07-13) |
| Total | 52 / 52 | 100% shipped |
57 points over 12 sprints. No slip.
| Layer | Technology |
|---|---|
| Framework | Next.js 16 |
| Language | TypeScript (strict) |
| Database | PostgreSQL (Neon) |
| ORM | Prisma |
| Auth | JWT + HttpOnly cookies (jose) |
| Styling | CSS Modules + design tokens |
| Icons | Phosphor (light) |
| Fonts | Space Grotesk + JetBrains Mono |
| Payments | PayMongo (GCash/Maya/Card/Bank) |
| Resend + React Email | |
| File Storage | Vercel Blob |
| Error Tracking | Sentry (@sentry/nextjs@^9) |
| Logging | Pino + AsyncLocalStorage |
| Testing | Vitest + Playwright |
| CI/CD | GitHub Actions (tsc, lint, vitest, playwright, lighthouse, gitleaks) |
| Alerting | Slack Incoming Webhook |
| Hosting | Vercel |
git clone https://github.com/projectamazonph/amph-v2.git
cd amph-v2
pnpm install
pnpm gen:secret --write # Generate JWT secret
pnpm prisma migrate dev # Set up database
pnpm prisma db seed # Seed admin + pricing tiers + badges
pnpm dev # Start dev serverOpen http://localhost:3000.
- Email:
ryan@projectamazonph.com - Password:
ChangeMe123!
Change the password after first sign-in.
pnpm dev # Dev server
pnpm build # Production build
pnpm typecheck # tsc --noEmit
pnpm lint # ESLint + no-ai-slop rule
pnpm test # Vitest unit + integration
pnpm test:e2e # Playwright E2E
pnpm test:coverage # Coverage report (70% threshold)
pnpm prisma:studio # Browse the database
pnpm sentry:sourcemaps # Upload source mapsFull repository tree
amph-v2/
├── src/
│ ├── app/
│ │ ├── (public)/ Public pages (auth, pricing)
│ │ ├── (dashboard)/ Student dashboard, courses, tools, quizzes
│ │ ├── admin/ Admin panel (RBAC-gated)
│ │ ├── api/webhook/ PayMongo webhook handler
│ │ └── actions/ Server actions
│ ├── components/
│ │ ├── ui/ 11 shared UI primitives (Field Manual)
│ │ └── tools/ 5 interactive tool runners
│ ├── lib/ Auth, DB, badges, certificates, paymongo, refunds, etc.
│ ├── engine/ 5 tool engines + 30 scenarios
│ ├── middleware.ts Edge JWT verification + RBAC
│ └── styles/globals.css Design tokens + dark mode
├── prisma/ Schema (19 models) + seed
├── scripts/ Smoke, backup, restore, Sentry alert
├── docs/ Specs, runbooks, security audits, sprint plans
├── .github/workflows/ 7 workflows (CI, deploy, rollback, backup, alerts)
├── sentry.{client,server,edge}.config.ts
├── .lighthouserc.json Performance budgets
├── AGENTS.md Agent conventions
├── SESSION-HANDOVER.md Project status + secrets
├── CHANGELOG.md Full changelog (S1–S12)
└── README.md
Read AGENTS.md first. The five rules:
- Zero AI features.
- One icon set: Phosphor (light) only.
- One font pairing: Space Grotesk + JetBrains Mono.
- Server actions for mutations. API routes for webhooks/uploads only.
- Every admin action logs to AuditLog.
See codegraphs/amph-v2.md for the full dependency graph.
Ryan Roland Dabao — Project Amazon PH
Managed ₱50M+ in Amazon ad spend across 200+ client accounts since 2014.
Proprietary. © 2026 Project Amazon PH. All rights reserved.


















