Learnomy
Corporate training and L&D

Onboard and upskill your team, with completion you can prove

Run onboarding programs, compliance training, and skills courses on your own WordPress server. Cohorts for group rollouts, learning paths for sequenced curricula, certificates for every completion.

What L&D teams need

Training that follows a structure, not a shopping cart

Consumer course platforms are built for creators selling to strangers. L&D teams need something different: group rollouts, enforced prerequisites, drip schedules tied to a start date, and completion data that integrates with the systems HR already uses.

Learnomy runs on your WordPress server. You control who enrolls, how content is released, and where the completion data goes.

Compliance Certification Path

4 courses

Policy Foundations

Completed June 3

Data Handling Essentials

Completed June 8

03

Security Practices

In progress - 60%

Annual Assessment

Locked - complete course 3 first

Included in Free

A fully working training platform at no cost

The Free plugin is a complete LMS, not a trial. You can build courses, run assessments, issue certificates, and connect to external systems with the REST API before spending anything.

Unlimited courses, sections, and lessons
Six quiz types with auto-grading and partial credit
Essay grading inbox for manual review
Certificates with PDF download and public verification URL
Student progress tracking and account dashboard
166 REST API endpoints with JWT auth
GDPR export and erase for employee data
In-app and email notifications for 25 lifecycle events

Learnomy Pro

PRO

For structured rollouts and compliance reporting

Pro adds the modules L&D teams need to run structured programs: group cohorts, enforced prerequisites, drip schedules, and analytics for reporting.

Pro starts at $104/year. Lifetime pricing available on every tier.

Cohorts

PRO

Enroll a group of employees at the same time, set a shared start date, and track every member's progress from one cohort dashboard.

Learning Paths

PRO

Chain courses with enforced prerequisites. Employees follow the defined sequence; they cannot skip a required module.

Content Drip

PRO

Schedule lesson unlocks relative to enrollment or the cohort start date. Prevent learners from jumping ahead on compliance-critical content.

Assignments

PRO

Add assignment submissions to any course. Employees upload their work; instructors review and grade from the admin panel.

Academy Analytics

PRO

Completion rate trends, top courses by enrollment, average quiz scores, and a full engagement view. Export to CSV for your reporting tools.

Webhooks Pro (33 events)

PRO

Receive real-time events for enrollment, completion, certificate issue, quiz pass/fail, and more. Connect to Zapier, Make, or your own HR system.

Integration and automation

Connect to your HR systems without custom development

Learnomy ships 166 REST endpoints with JWT authentication. Provision user accounts from your HRIS, trigger enrollments when a new hire joins, read completion data for reporting, and fire webhooks on every lifecycle event.

  • REST API with JWT

    166 endpoints under learnomy/v1. Every data type - users, enrollments, progress, certificates, completions - is readable and writable.

  • Webhooks on every event

    Free includes 3 endpoints. Pro covers 33 lifecycle events with per-event filtering and a full delivery log with replay.

  • Bulk enrollment via WP-CLI

    Import a CSV of employees and enroll them in courses with a single WP-CLI command.

  • Memberships for internal access

    Gate training content behind a membership plan. Enroll employees automatically on plan activation.

POST /learnomy/v1/enrollments

// Enroll new hire into onboarding course

{

"user_id": 1047,

"course_id": 23,

"source": "manual",

"cohort_id": 8

}

// 201 Created

{

"data": {

"id": 9914,

"status": "active",

"enrolled_at": "2026-06-13T..."

}

}

Go deeper

Explore the features your team will use most

Common questions

Can we roll out training to a group of employees at the same time?

Yes. Cohorts (Pro) group employees who start together, share a common pace, and can follow a schedule set relative to the cohort start date rather than individual enrollment. You track every member's completion from a single dashboard view.

How do we enforce prerequisites, so employees cannot skip modules?

Learning Paths (Pro) chain courses together with configurable prerequisites. An employee cannot access the next course until they have completed the required one. You define the sequence; Learnomy enforces it.

Can we release content gradually rather than all at once?

Yes. Content Drip (Pro) unlocks lessons on a fixed date or a set number of days after a learner enrolls or the cohort starts. Learners cannot access locked content until the scheduled time.

How do we prove completion for compliance purposes?

Every completed course can auto-issue a certificate with a permanent public verification URL. The verification page shows recipient name, course title, issue date, and a Valid or Revoked status. No login is needed to check it. Pro adds Ed25519 digital signatures for tamper-evident credentials.

Can Learnomy connect to our HR system or SSO?

Yes. Learnomy ships 166 REST endpoints under learnomy/v1 with JWT authentication. You can push user accounts, trigger enrollments, and read completion data programmatically. SSO-style flows that create or authenticate users through your identity provider can call the JWT endpoint to issue tokens.

Do employees need a separate login account?

Learnomy uses WordPress user accounts. You can create accounts programmatically via the REST API, import via WP-CLI, or set up a registration page. For SSO-style flows, the JWT endpoint accepts credentials and returns a token your app can use.

Start training your team today

Free includes unlimited courses, six quiz types, certificates, and the full REST API. Upgrade to Pro for cohorts, learning paths, analytics, and webhook integrations.