Courselit Versions Save

Create/Sell courses and digital downloads and publish blogs on your own branded website. An open source alternative to Teachable, Thinkific, Podia and the likes.

v0.38.1

6 months ago

Users can now login on any device via Magic codes.

v0.34.2

11 months ago

This release introduces a fundamental micro service called Queue, which can be used to perform background tasks like sending mails etc.

The Queue micro-service can send mails as of now.

In order to use the new service, set QUEUE_SERVER environment variable with the URL of the Queue service. Make sure, your queue service is up and reachable before launching the app.

v0.32.2

1 year ago

Products cards now navigate to product pages.

v0.29.0

1 year ago

Users can now:

  1. Add graded (or non-graded) quizzes to their courses.
  2. See reports related to a course in the course details area.

v0.28.0

1 year ago

Integrated CodeMirror on the text editor side. On the renderer side, the block will be rendered as a white on black block which use custom CSS instead of CodeMirror.

To start a code block in the editor, one can type ``` (triple backticks). To end a code block, type ``` again.

v0.26.2

1 year ago

CourseLit will automatically configure a super admin user when you open the website for the very first time.

v0.24.1

1 year ago

We have replaced the Draft.js based text editor with a new one powered by Remirror and Prosemirror.

Since Prosemirror is heavily regarded in the text editing domain, we are hoping to get the following out of this change.

  1. Easily extract HTML from the Prosemirror based documents in order to generate meta tags and text snippets out of the saved content.
  2. Avoid vendor lock-in by using a format which can be easily converted to plain HTML or other formats.

v0.23.3

1 year ago

This release fixes a critical bug where the essential pages i.e. landing, tnc, blogs, privacy policy pages were not created.

v0.23.1

1 year ago

We have refactored the media component to be reusable. It has been moved the @courselit/components-library package.

v0.22.0

1 year ago

Now you can embed code in third party scripts in the <body> tag as well. This will enable various integration like chatbots and popup forms.

Additionally, we have refactored the older functionality of themes and code injection in head which could not be used with recent versions of CourseLit.