MEXTY.AI Logo

Getting Started with Mexty V3: The Ultimate Guide to AI-Native Learning

8 min read
2 views
getting startedAI in educatione-learningLMS complianceinstructional designReact blocks
D

dominikakalisz

Author & Content Creator

Getting Started with Mexty V3: The Ultimate Guide to AI-Native Learning

pou Redo your instructional design experience with Mexty V3. Discover 7 step-by-step tutorials covering AI course generation, interactive block creation, SCORM export, and non-linear DAG study programs.

Getting Started with Mexty V3: The Ultimate Guide to AI-Native Learning

Welcome to Mexty V3, the industry-leading AI-native platform designed to help teachers, instructional designers, and corporate L&D teams transform static knowledge into interactive learning experiences, deliver them seamlessly, and measure impact—all in a single, secure ecosystem.

If you are transitioning from traditional, fragmented e-learning workflows (where you had to jump between disconnected authoring tools, LMSs, and generic AI engines), Mexty V3 is designed for you. It simplifies creation without sacrificing instructional or pedagogical control.

Below is your comprehensive Mexty Getting Started Hub, featuring seven step-by-step tutorials to master all existing and new features.


🗺️ The Mexty Learning Architecture: A Single Unified Ecosystem

Mexty is built on three core pillars:

  1. Transform Knowledge: Seamlessly convert documents, prompts, or custom code into highly interactive learning components.
  2. Deliver Anywhere: Play lessons natively inside Mexty or export SCORM-compliant packages for any external LMS.
  3. Measure & Improve: Capture real-time xAPI telemetry to prove business ROI, optimize content, and support compliance.

Tutorial 1: AI-Powered Course Generation

How to generate an interactive course from a simple prompt

Mexty's prompt-to-course generator doesn't just write static slides. It builds cohesive, structured learning journeys complete with objectives, narratives, and inline assessments.

🛠️ Step-by-Step:

  1. Navigate to the Course Creator: From your dashboard, click Create Course and select Generate with AI.
  2. Define Your Scope: Input your topic (e.g., "Cybersecurity Awareness for Hybrid Employees"), specify your target audience, and set the duration.
  3. Configure the AI Guidelines: Select your preferred learning model. Under the Source of Truth settings, toggle on your validated company handbooks or reference documents to ensure the AI doesn't hallucinate.
  4. Generate the Outline: Click Generate Outline. The AI will suggest a sequence of slides (Opening, Chapters, Interactive Exercises, and Conclusion).
  5. Review and Edit: Change titles, drag to reorder slides, or prompt the AI to expand or simplify specific chapters.
  6. Publish: Click Publish to make the course active inside your Mexty organization.

💡 Pro-Tip: To keep your course looking visually consistent, use the Template Series selector. This lets you pick a unified visual theme (e.g., opener, mid-module, activity, and wrap-up) for all slides.


Tutorial 2: Content Transformation

How to convert PDFs, documents, or videos into interactive modules

Do you have dry operational manuals, lengthy training PDFs, or compliance video recordings? Mexty can instantly breathe interactive life into them.

🛠️ Step-by-Step:

  1. Upload Your Source: Go to your dashboard, click Import Document, and upload your file (PDF, PPTX, DOCX, or MP4 video URL).
  2. Extract with AI: Mexty's AI digests the source material, extracting the core concepts, terms, and pedagogical milestones.
  3. Select Your Output Format: Choose how you want to present the knowledge—as an interactive textbook with page turners, or a step-by-step sliding module.
  4. Insert Knowledge Check Blocks: Tell Mexty to "Insert quizzes based on Section 3". The platform automatically analyzes the text and injects contextual multiple-choice questions or drag-and-drop activities.
  5. Enhance with Media: Let the AI automatically suggest relevant stock photos or icons, pulling direct, secure URLs.
  6. Finalize: Review the newly created interactive flow, modify text manually to fit your tone, and save.

Tutorial 3: Interactive Block Editor (React-Based)

Creating and editing custom interactive learning components via Vibe-Coding

For maximum pedagogical flexibility, Mexty features an Interactive Block Editor. Mexty Blocks are self-contained, React-based components that let you build everything from flashcards to complex branch simulators.

With Vibe-Coding, you describe the interaction, and Mexty drafts the code.

🛠️ Step-by-Step:

  1. Create a Block: In the developer workspace, click Create Block, give it a name (e.g., "Scenario branching simulator"), and click create.
  2. Understand the Architecture: Every block uses a Props-First Architecture. This means your React code is an empty interactive shell, and all content (questions, slides, images) is fed in via a JSON configuration (Props).
  3. Write/Generate Code: Describe your component to Mexty's code helper. It will generate files like src/block.tsx and register a properties schema (propsSchema).
  4. Trigger Build: Commit your changes. Mexty automatically builds and hot-reloads the component in your preview window.
  5. Author Content (Props): To use your block, you must save its content. Click Save Props, enter your custom JSON (which maps to your schema), and get a unique propsId.
  6. Embed in Slides: Go back to your course, add a block slide, select your block, and link it to the propsId you just generated.

Tutorial 4: MCP Services Integration

How to leverage external tools and data within your Mexty workspace

Mexty integrates seamlessly with external tools via Model Context Protocol (MCP) services. You can manage tasks in Linear, pull real-time stock media, or run automated audits right from the platform.

🛠️ Step-by-Step:

  1. Open the Integration Panel: Click MCP Integrations in your admin settings.
  2. Enable Services: Toggle on the services your organization needs (e.g., Linear Task Tracker, Pexels Media, Iconify).
  3. Use Stock Media Safely: When editing slide props or writing blocks, call the media search tool directly. Type keywords like "office environment" or "charts" to pull real, hosted CDN links. This eliminates broken images and URL hallucinations.
  4. Collaborative Task Management: Need to track content creation issues? Create task boards (Kanban) directly inside Mexty, assign tasks to L&D designers, and attach them to specific courses or blocks.

Tutorial 5: Study Programs (DAG)

Building non-linear learning paths with parallel branches and access gates

Learning isn't always linear. Mexty Study Programs allow you to build sophisticated Directed Acyclic Graphs (DAG) where courses and exams are connected by logical locks.

🛠️ Step-by-Step:

  1. Create a Program: Go to Study Programs, click Create Program, and enter a name (e.g., "Managerial Fast-Track Certification").
  2. Identify Nodes: Add nodes to your workspace representing courses, exams, projects, or live reviews.
  3. Establish Locks & Gates:
    • AND-Lock: Requires the learner to complete all connected inputs (e.g., "Intro to HR" AND "Compliance 101") before unlocking the next node.
    • OR-Lock: Unlocks when the learner completes any one input (e.g., "Advanced Finance" OR "Executive Accounting").
  4. Establish Parallel Paths: Place multiple courses at the same rank so learners can choose their starting point or study topics concurrently.
  5. Set Deadlines & Criteria: Set absolute or relative deadlines (e.g., "complete 5 days after previous module").
  6. Verify and Launch: Mexty validates that there are no cyclical dependencies before allowing you to assign the program to organizational groups.

Tutorial 6: SCORM & Export

Interoperability with existing LMS platforms

Need to deliver your Mexty-created courses inside an external corporate LMS like Workday, Cornerstone, Moodle, or Canvas? Mexty ensures painless, perfect exports.

🛠️ Step-by-Step:

  1. Open the Export Settings: Navigate to the course you wish to export and click Export.
  2. Select SCORM Version: Choose SCORM 1.2 or SCORM 2004 (4th Edition) depending on your target LMS capabilities.
  3. Configure Completion Criteria: Define what triggers a 'Passed' status in the LMS (e.g., "Learner must view 100% of slides" or "Learner must score at least 80% on the final block assessment").
  4. Download ZIP: Click Generate Package. Mexty compiles the entire course—including React interactive blocks, assets, and styling—into a single, lightweight ZIP file.
  5. Upload to LMS: Upload the ZIP directly to your LMS. All grading, slide progression, and time-tracking telemetry will map directly to your LMS gradebook.

Tutorial 7: Collaborative Editing

Real-time team-based content creation

Creating courses shouldn't happen in silos. Mexty V3 enables multiple instructional designers, subject matter experts (SMEs), and trainers to collaborate in real-time.

🛠️ Step-by-Step:

  1. Invite Team Members: Go to organization settings, check your seat limits, and click Invite Member. Assign roles such as Designer, Subject Matter Expert, or Admin.
  2. Access Live Collaboration: Open any course slide. You will see active avatars of other team members currently viewing or editing.
  3. Leave Inline Comments: Highlight text on pages or select interactive blocks and click Add Comment. You can write descriptions, set priorities, and link related tasks.
  4. Human-in-the-Loop Reviews: Set slide statuses to "Needs SME Review". The assigned expert can instantly log in, check correctness against the Source of Truth, and mark it as "Approved".
  5. Version Tracking: Use the git-backed history to see exactly who made what changes, reverting to previous versions if needed.

📈 Proving Impact: Real-Time Learner Analytics

Once your courses and study programs are live, how do you measure success? Traditional tools ask you to look at endless complex dashboards. Mexty simplifies this. You only need to answer three essential questions:

  1. Did learners find it useful? Check progression events, open-to-completion rates, and average time-spent telemetry.
  2. Did they actually change behavior? Read actual interaction responses. Mexty’s analytics logs the exact answer, selection, or dragged items from your interactive blocks. This lets you drill down and identify specific conceptual gaps.
  3. Did it move anything the business cares about? Review overall program completion rates and compliance scores across departments.

🔒 Security, Privacy, & Governance

In the era of public AI, security is a non-negotiable requirement. Mexty is built with strict organizational governance controls:

  • GDPR/RGPD Aligned: European hosting options with zero data sharing for public AI training model purposes.
  • AI Act Ready: Every content generation maintains clear trace metadata detailing which AI models were utilized, which human validated it, and what source documents were referenced.
  • Enterprise-Ready: Currently undergoing ISO 27001 and SOC 2 certification processes to ensure the highest standards of data protection.

Ready to elevate your organization's learning?

Enjoyed this article?

Discover more insights and tutorials on our blog, or try Mexty to create your own AI-powered educational content.