Listing Thumbnail

    Mentingo AI-based white-label LMS for enterprise

     Info
    Sold by: Mentingo 
    Deployed on AWS
    Mentingo is a white-label, AI-powered B2B learning platform designed for companies with L&D and HR teams. It accelerates onboarding and reduces time to competence - especially in sales, negotiation, and customer service - through AI-driven simulations, mentoring dialogues, and practical tasks. It also serves as a centralized knowledge base with easy content management and includes an advanced analytics dashboard to verify skills and measure learning outcomes.

    Overview

    Mentingo AI-based white-label LMS for enterprise

    Mentingo is a white-label AI training platform for enterprise organizations. It bridges the gap between static knowledge and real-world performance by turning your documentation into interactive, AI-driven training.

    Automated Content Creation

    Transform internal manuals, PDFs, and documentation into interactive learning paths in minutes. An integrated Knowledge Base (CMS) eliminates information silos - every employee has instant access to the latest company standards, news, and procedures.

    AI Mentor Simulations

    Employees practice sales, customer service, or leadership scenarios in realistic voice and text simulations - a safe environment with immediate, objective feedback. Unlike static eLearning, Mentingo builds practical habits through active practice, resulting in measurably faster onboarding.

    Enterprise Control and Analytics

    • Advanced administrative panel with HR analytics and progress tracking
    • SSO integration (Google, Microsoft, Slack)
    • White-label: host the entire training environment under your own brand

    Mentingo lets HR and L&D directors automate repetitive training tasks, centralize organizational knowledge, and focus on strategic workforce development.

    Highlights

    • Full White-Label Customization: Host a complete white-label AI training platform entirely under your own brand, domain, and corporate identity. Build internal authority and trust by delivering a seamless, enterprise-grade educational experience that looks and feels like a proprietary in-house tool, fully tailored to your organization's specific visual standards.
    • Advanced AI Mentor for Voice and Text Training: Bridge the gap between theory and action with a versatile AI Mentor. Employees practice high-stakes scenarios via realistic voice and text chat simulations, receiving immediate, objective feedback. This active learning approach accelerates employee onboarding and ensures that organizational knowledge is translated into practical, measurable habits.
    • Automated Content Creation and Knowledge Management: Streamline your L&D workflow with automated content creation that transforms manuals and PDFs into interactive training paths in minutes. Centralize organizational wisdom within an integrated Knowledge Base (CMS), providing a single source of truth for company procedures, news, and strategic alignment across the entire enterprise.

    Details

    Sold by

    Delivery method

    Supported services

    Delivery option
    CloudFormation deployment (ECS, RDS, ElastiCache)

    Latest version

    Operating system
    Linux

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Mentingo AI-based white-label LMS for enterprise

     Info
    This product is available free of charge. Free subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Vendor refund policy

    This product is offered at no charge. As there are no software fees, refunds are not applicable. Customers remain responsible for any associated AWS infrastructure charges, which are governed by AWS's standard billing terms.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    CloudFormation deployment (ECS, RDS, ElastiCache)

    Supported services: Learn more 
    • Amazon ECS
    Container image

    Containers are lightweight, portable execution environments that wrap server application software in a filesystem that includes everything it needs to run. Container applications run on supported container runtimes and orchestration services, such as Amazon Elastic Container Service (Amazon ECS) or Amazon Elastic Kubernetes Service (Amazon EKS). Both eliminate the need for you to install and operate your own container orchestration software by managing and scheduling containers on a scalable cluster of virtual machines.

    Version release notes

    Initial AWS Marketplace release of Mentingo, based on the open-source Mentingo v4.9.0 release.

    Highlights:

    • Complete deployment from a single CloudFormation template: ECS, RDS PostgreSQL, ElastiCache Redis, S3
    • Zero-configuration launch - all credentials auto-generated and stored in AWS Secrets Manager
    • Optional HTTPS with your own domain and ACM certificate
    • Optional integrations: Google / Microsoft / Slack sign-in, Stripe payments, OpenAI features, Bunny Stream CDN, Sentry, PostHog

    Full changelog: https://github.com/Selleo/mentingo/blob/main/CHANGELOG.md 

    Additional details

    Usage instructions

    LAUNCH

    1. Launch the CloudFormation template in your preferred region. It is preconfigured and deploys as-is; provide input only for a custom domain, email, or optional integrations. Optionally set the Admin Email parameter.
    2. Stack creation takes about 20-30 minutes (RDS and ElastiCache dominate).
    3. When status is CREATE_COMPLETE, open the Outputs tab of the root stack.

    FIRST LOGIN

    1. Open the ApplicationUrl output in your browser.
    2. The admin password is randomly generated per deployment and stored in AWS Secrets Manager (never fixed or shared). Retrieve it via the AdminPasswordSecretUrl output link ("Retrieve secret value") or the AdminPasswordCliCommand output.
    3. Sign in with your admin email and the one-time password. The app requires you to set a new password before accessing the dashboard.

    EMAIL (optional but recommended)

    Email (invitations, password reset) needs an SMTP provider. Update the stack and set SmtpHost, SmtpPort, SmtpUser, SmtpPassword, SmtpEmailFrom from your provider (Amazon SES SMTP, SendGrid, Mailgun, etc.). Ports 587 (STARTTLS) and 465 (TLS) are supported.

    HTTPS WITH YOUR DOMAIN (recommended for production)

    1. Request/import an ACM certificate in the SAME region as the stack.
    2. Update the stack: set DomainName and CertificateArn. If the domain is in Route53, set HostedZoneId to auto-create the DNS record; otherwise point a CNAME to the load balancer DNS name.
    3. Auth cookies switch to secure mode automatically.

    SENSITIVE DATA AND ENCRYPTION

    All secrets (admin password, database credentials, JWT signing keys, master encryption key, SMTP and integration keys) are stored in AWS Secrets Manager and SSM Parameter Store, encrypted with KMS. Encryption at rest: RDS (KMS), S3 (SSE-AES256), ElastiCache (enabled). In transit: HTTPS to the load balancer (with a certificate), and TLS to ElastiCache. RDS is not publicly accessible.

    KMS KEYS (created by the template)

    • ACM key: general application encryption.
    • Secrets Manager key: encrypts all Secrets Manager secrets.
    • RDS key: encrypts database storage. Locations: KMS console > Customer managed keys, aliased under alias/<environment>/mentingo/*.

    IAM ROLES (created by the template, least privilege)

    • API/UI task roles: app access to its S3 bucket and Secrets Manager secrets.
    • Task execution roles: pull images and inject secrets into ECS tasks.
    • EC2 instance role: register instances with ECS. No AWS credentials are ever entered; all access uses these roles.

    NETWORK

    VPC with public subnets (load balancer) and private subnets (ECS, RDS, ElastiCache). Only the load balancer is internet-facing (ports 80/443). ECS tasks reach RDS, ElastiCache, and S3 privately. Security groups restrict traffic to these paths.

    DATABASE, BACKUP, ROTATION

    PostgreSQL master credentials: Secrets Manager (DbMasterSecretUrl output). RDS automated backups retain 7 days; restore via the RDS console (point-in-time or snapshot). To rotate generated secrets, update the value in Secrets Manager and restart the ECS service.

    MONITORING

    • ECS: console > Clusters > your cluster > Services; confirm running task count equals desired.
    • Load balancer: EC2 console > Target Groups; confirm targets are "healthy" (health check path /api/healthcheck).
    • Logs: CloudWatch Logs, groups prefixed with the stack name.

    COST AND SERVICE QUOTAS

    You pay for the underlying AWS resources (ECS on EC2, RDS, ElastiCache, load balancer, data transfer). Estimate with the AWS Pricing Calculator (https://calculator.aws ). Deployment stays within standard service quotas; manage or raise limits per https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html .

    UPGRADES

    New product versions provide an updated template referencing new container image tags. Update your stack with the new template; database contents and settings are preserved.

    Support

    Vendor support

    Support Channels

    Mentingo provides dedicated, expert-led support for your AI training ecosystem.

    Contact

    What Support Includes

    • Concierge Onboarding: white-label setup, domain configuration, and SSO integration
    • Technical Support: priority handling of platform inquiries and system optimizations for 24/7 stability
    • Content Optimization: guidance on converting documentation into effective AI Mentor simulations
    • Enterprise Customization: individual service terms and custom SLAs available on request

    Response Time

    All inquiries answered within 24 business hours (Mon-Fri, 9:00 AM - 5:00 PM CET).

    Included With All Subscriptions

    All subscriptions include automatic security updates and new feature releases.

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.