thinkelearn.com
Production Django + Wagtail platform delivering SCORM and H5P courses with Stripe billing and Google/Microsoft SSO.
thinkelearn.com is the commercial platform for THINK eLearn Inc., the consultancy I run. The site is built on Django and Wagtail, with content managed entirely through the Wagtail admin — no custom CMS needed.
Course delivery is handled by wagtail-lms, the open-source package I authored, which provides SCORM 1.2/2004 and H5P runtime support. Stripe handles subscriptions and one-time purchases. OAuth SSO via Google and Microsoft lets corporate learners sign in with their existing accounts.
The project is MIT-licensed and the full source is public on GitHub, making it one of the few real-world examples of wagtail-lms in a production context. Infrastructure runs on Railway with PostgreSQL and AWS S3 for media.
Outcome
Production site serving paying customers. First integration of wagtail-lms outside the author's own environment. Stripe billing, Google and Microsoft OAuth SSO, and SCORM/H5P content delivery all running on Railway with PostgreSQL and S3 media storage.