Skip to content

turjo410/PromptMaster-Pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

PromptMaster Pro Banner

๐Ÿš€ PromptMaster Pro

Your All-in-One AI Mastery Hub
Master prompt engineering, vibe coding, MCP servers & AI automation โ€” from beginner to architect.

Live Demo Features Learning Tracks

React TypeScript Vite Tailwind GSAP Supabase Vercel WebGL


๐Ÿ“ธ Screenshots

Hero Section
Hero section with WebGL Threads animation, floating keywords & animated gradient text

Learning Tracks
Five mastery paths โ€” from prompt fundamentals to production AI systems

Dashboard
Interactive dashboard with progress tracking, achievements & certificates

Pricing
Clean pricing page with feature comparison & bonus stack


๐ŸŒ Live Demo

Visit PromptMaster Pro โ†’

Experience the full platform live. The first 4 modules, Prompt Playground, Glossary, and Cheat Sheet are completely free โ€” no credit card required.


๐Ÿ“Š Platform at a Glance

Metric Value
Learning Tracks 5
Total Lessons 59+
Hands-on Challenges 20
MCP Servers Covered 18+
Automation Workflows 19 lessons across CrewAI, LangGraph, n8n
Estimated Learning Hours 80+
Members 200+
Achievement Badges 12 unlockable
Certificate PDF exportable completion certificate

โœจ Features

๐ŸŽ“ Comprehensive Curriculum

  • 10 structured modules progressing from foundations to architect-level mastery
  • Interactive lessons with code examples, exercises, and real-world projects
  • Day-by-day structured learning path with measurable progress

๐ŸŽฎ Interactive Learning Tools

  • Prompt Playground โ€” 11 ready-to-use templates for hands-on experimentation
  • Examples Library โ€” 30 curated, production-tested prompt examples
  • Challenge Mode โ€” 20 hands-on challenges to test and apply your skills
  • AI Glossary โ€” Comprehensive reference for every term and concept
  • Cheat Sheet โ€” Quick-reference card for frameworks and patterns

๐Ÿ† Gamified Progress System

  • 12 achievement badges unlocked as you progress (e.g., "Chain Master", "Agent Creator", "Prompt Architect")
  • Real-time progress tracking with animated counters
  • PDF Certificate generation upon course completion
  • Dashboard with per-module completion stats

๐ŸŽจ Polished UI/UX

  • WebGL backgrounds โ€” OGL-powered animated Threads with mouse interaction
  • GSAP animations โ€” Smooth page transitions, scroll reveals, split text effects
  • Spotlight cards, animated gradients, floating orbs, marquee text
  • Fully responsive dark-themed design built with Tailwind CSS + shadcn/ui
  • Accessible keyboard navigation and ARIA-labelled components

๐Ÿ” Authentication & Payments

  • Supabase Auth โ€” Google OAuth + email/password login
  • Lemon Squeezy integration for one-time lifetime payments
  • Premium content gating with smooth scroll-locked walls
  • Persistent user progress across devices

๐Ÿ“š Learning Tracks

1. ๐Ÿง  Prompt Engineering โ€” 10 Modules

The foundational track. Master the mental models and structured frameworks used by elite AI engineers.

Module Topic Level
Day 1 Foundations โ€” RTCF, Persona Patterns Beginner
Day 2 Chain-of-Thought Reasoning Beginner
Day 3 Full-Stack Development Prompts Intermediate
Day 4 ML & Computer Vision Prompts Intermediate
Day 5 Advanced Prompt Patterns Intermediate
Day 6 Multimodal Engineering Advanced
Day 7 Domain-Specific Applications Advanced
Day 8 Labs & Ethics Advanced
Day 9 Enterprise AI Agents Advanced
Day 10 Future of Prompting Expert

2. โœจ Vibe Coding โ€” 19 Tutorials

Stop writing syntax. Start orchestrating systems. Master AI-assisted development with Cursor, Copilot, and Claude Code.

  • Beginner: Setting up AI-assisted environments, first AI pair-programming session
  • Intermediate: Prompt chains for full-stack development, debugging workflows
  • Advanced: System architecture prompting, multi-file refactoring, shipping production apps 10x faster

3. ๐Ÿ”Œ MCP Servers โ€” 18 Servers

Connect AI to everything using the Model Context Protocol.

  • Build custom MCP servers from scratch
  • Configure 18+ pre-built servers (databases, APIs, filesystem, browser, etc.)
  • Deploy and orchestrate MCP in production environments
  • Estimated: 28 hours of content

4. โšก AI Automation โ€” 19 Lessons

Design, deploy, and scale multi-agent systems.

  • n8n โ€” No-code/low-code AI workflow automation
  • LangGraph โ€” Stateful multi-agent orchestration
  • CrewAI โ€” Role-based autonomous AI agent teams
  • Real-world projects: SEO pipelines, client onboarding, content automation
  • Estimated: 32 hours of content

5. ๐Ÿš€ Bolt & OpenClaw โ€” Build Guide

Go from zero to deployed MVP in hours using Bolt and OpenClaw. Learn the exact tech stack, prompts, and deployment workflows to bypass boilerplate.


๐Ÿ› ๏ธ Tech Stack

Layer Technology
Framework React 18.3 + TypeScript 5.8
Build Tool Vite 5.4
Styling Tailwind CSS 3.4 + shadcn/ui
Animations GSAP 3.14 + ScrollTrigger
WebGL OGL (Threads background)
3D Three.js (available)
Authentication Supabase Auth (Google OAuth + email)
Database Supabase PostgreSQL
Payments Lemon Squeezy
Hosting Vercel (Edge Network)
State Management TanStack React Query
Routing React Router v6
Testing Vitest
UI Components Radix UI primitives
Certificate PDF jsPDF + html2canvas

๐Ÿ—๏ธ Architecture

src/
โ”œโ”€โ”€ components/
โ”‚   โ”œโ”€โ”€ animations/       # GSAP & WebGL animation components
โ”‚   โ”‚   โ”œโ”€โ”€ Threads.tsx          # OGL WebGL thread animation
โ”‚   โ”‚   โ”œโ”€โ”€ FloatingOrbs.tsx     # Animated floating particles
โ”‚   โ”‚   โ”œโ”€โ”€ ScrollReveal.tsx     # GSAP scroll-triggered reveals
โ”‚   โ”‚   โ”œโ”€โ”€ SplitTextReveal.tsx  # Character-by-character text animation
โ”‚   โ”‚   โ”œโ”€โ”€ AnimatedCounter.tsx  # Number counting animation
โ”‚   โ”‚   โ”œโ”€โ”€ SpotlightCard.tsx    # Mouse-tracking spotlight effect
โ”‚   โ”‚   โ”œโ”€โ”€ Marquee.tsx          # Infinite scroll marquee
โ”‚   โ”‚   โ””โ”€โ”€ ...                  # 15+ animation components
โ”‚   โ”œโ”€โ”€ auth/              # Supabase auth provider & guards
โ”‚   โ”œโ”€โ”€ security/          # Content protection components
โ”‚   โ””โ”€โ”€ ui/                # 40+ shadcn/ui components
โ”œโ”€โ”€ data/
โ”‚   โ”œโ”€โ”€ curriculum.ts      # 10-module prompt engineering curriculum (6000+ lines)
โ”‚   โ”œโ”€โ”€ vibeCodingData.ts  # 19 vibe coding tutorials (1800+ lines)
โ”‚   โ”œโ”€โ”€ mcpData.ts         # 18 MCP server lessons (1100+ lines)
โ”‚   โ”œโ”€โ”€ automationData.ts  # 19 automation lessons (850+ lines)
โ”‚   โ””โ”€โ”€ glossary.ts        # AI terminology database
โ”œโ”€โ”€ pages/
โ”‚   โ”œโ”€โ”€ Index.tsx           # Landing page with hero, tracks, testimonials
โ”‚   โ”œโ”€โ”€ DashboardPage.tsx   # User progress & achievements
โ”‚   โ”œโ”€โ”€ DayPage.tsx         # Individual module viewer
โ”‚   โ”œโ”€โ”€ PlaygroundPage.tsx  # Prompt playground with templates
โ”‚   โ”œโ”€โ”€ PricingPage.tsx     # Pricing with feature comparison
โ”‚   โ””โ”€โ”€ ...                 # 20 total pages
โ”œโ”€โ”€ hooks/                  # Custom React hooks (progress, theme, mobile)
โ””โ”€โ”€ lib/                    # Supabase client, checkout, utilities

๐Ÿงฐ Works With

PromptMaster Pro content is designed to work across all major AI coding tools:

Claude Copilot Cursor GPT Codex Gemini Windsurf


๐ŸŽฏ Who Is This For?

Audience What You'll Get
Developers Ship 10x faster with AI pair-programming workflows
Freelancers Build and sell AI-powered automation services
Startup CTOs Cut dev costs with Vibe Coding + MCP pipelines
Marketing Teams Automate content, SEO, and outreach pipelines
AI Researchers Level up from prompts to multi-agent architectures
Students Get a competitive edge with production-ready AI skills

๐Ÿ’ฌ What Students Are Saying

"I went from randomly prompting ChatGPT to running a $5k/month AI automation side-hustle. The Agency Blueprints alone paid for this 100x over." โ€” Sarah J., Freelance AI Developer

"Our team shipped 3 internal tools in 2 weeks using the Vibe Coding workflows. We cancelled our $2k/mo external dev contract." โ€” Marcus R., Startup CTO

"The MCP + Automation modules helped me build a content pipeline that saves my team 15 hours every single week." โ€” Priya K., Marketing Agency Owner


๐Ÿ’ฐ Pricing

Free Pro (Lifetime)
Price $0 $49 (one-time, no subscription)
Modules 1โ€“4 (Foundations) โœ… โœ…
Modules 5โ€“10 (Advanced โ†’ Architect) โŒ โœ…
Prompt Playground (11 templates) โœ… โœ…
Full Examples Library (30 prompts) โŒ โœ…
Glossary & Cheat Sheet โœ… โœ…
Vibe Coding Masterclass (19 lessons) โŒ โœ…
MCP Server Course (18 lessons) โŒ โœ…
AI Automation (CrewAI, LangGraph, n8n) โŒ โœ…
Bolt & OpenClaw Build Guide โŒ โœ…
"Prompt Architect" Badge โŒ โœ…
Lifetime updates โŒ โœ…

๐Ÿš€ Getting Started

# Clone the repository
git clone https://github.com/your-username/prompt-mastery-hub.git

# Navigate to the project
cd prompt-mastery-hub

# Install dependencies
npm install

# Start development server
npm run dev

Environment Variables

Create a .env file at the project root:

VITE_SUPABASE_URL=your_supabase_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key

๐Ÿ“ Project Structure

prompt-mastery-hub/
โ”œโ”€โ”€ public/               # Static assets & robots.txt
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ components/       # 60+ reusable components
โ”‚   โ”œโ”€โ”€ data/             # Course content (10,000+ lines)
โ”‚   โ”œโ”€โ”€ hooks/            # Custom React hooks
โ”‚   โ”œโ”€โ”€ lib/              # Supabase, checkout, utils
โ”‚   โ””โ”€โ”€ pages/            # 20 route pages
โ”œโ”€โ”€ supabase/             # Database schema & edge functions
โ”œโ”€โ”€ docs/                 # Documentation & guides
โ””โ”€โ”€ PromptMasterPro/      # โ† You are here

๐Ÿ… Achievement System

Unlock badges as you progress through the curriculum:

Badge Name Requirement
๐ŸŽฏ First Prompt Complete your first lesson
๐ŸŒŸ Day One Hero Complete Day 1: Foundations
๐Ÿ”— Chain Master Complete all Chain-of-Thought challenges
โšก Full Stack Hero Complete Day 3: Full-Stack Development
๐Ÿ‘๏ธ Vision Pro Complete Day 4: ML & Computer Vision
๐Ÿ† Prompt Engineer Complete all 5 foundation days
๐ŸŽจ Multimodal Master Complete Day 6: Multimodal Engineering
๐Ÿข Domain Expert Complete Day 7: Domain Applications
๐Ÿค– Agent Creator Complete Day 8 & Day 9
๐Ÿ”ฎ The Futurist Complete Day 10: Future of Prompting
๐Ÿ›๏ธ Prompt Architect Complete all 10 modules โ€” final rank

๐Ÿ“„ License

This project is proprietary. All rights reserved.

The course content, curriculum, and materials are protected intellectual property. This repository serves as a showcase โ€” the full platform is available at promptmasterpro.tech.


Built with โค๏ธ for the AI builder community
ยฉ 2025 PromptMaster Pro. All rights reserved.

About

Prompt Engineering - Vibe Coding - AI Automation - OpenClaw -> All in one place. promptmasterpro.tech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors