Skip to content

Serverless

Choose a tag to compare

@rajat1saxena rajat1saxena released this 17 May 16:55

Serverless

This release contains breaking changes and is not compatible with past releases.

In this release, we have implemented the following changes.

New features

  1. Tags You can now add tags to your courses and blog posts.
  2. MediaLit All the media management related functionality have been moved to a new platform called MediaLit. You can self-host it (free) or use a cloud hosted version (paid).

Serverless architecture

Earlier we had an ExpressJS based API server and a Next.js based frontend app. Both have been merged into a single Next.js app. This brings CourseLit one step closer to the serverless architecture.

Breaking changes

  • Media related functionality will not work with past releases as MediaLit is now used for media management. Hence, the featured images etc., will not resolve correctly if the content is created using a release prior to this one.
  • Numeric IDs are replaced with Nanoid based IDs for courses, lessons, purchases and users.

Support

Please reach out on Twitter at @rajatsx with your queries.