Skip to content

Create/Sell courses and info products, write blogs, host podcasts on your own branded website. An open source alternative to Teachable, Thinkific, Podia and the likes.

License

Notifications You must be signed in to change notification settings

stephen-net/courselit

 
 

Repository files navigation

Website | Getting started | Documentation

Status Chat Downloads Last commit Lgtm License

Introduction

CourseLit is a batteries included learning management system (aka LMS) for everyone. It is an open source alternative to Techable, Thinkific, Podia and the likes.

It comes pre-equipped with all the basic tools you'd require to efficiently run and administer your online teaching business. Features include course authoring, student management, payment processing (via Stripe), website customization and analytics (very limited as of now).

Check out this live example to see what you can build with CourseLit. Click here.

Screenshot

courselit cms screenshot

Getting Started

To install CourseLit on your cloud server, please follow our official guide.

Development

The project is organised as a mono-repo. It uses Yarn workspaces for managing the mono-repo.

To set up the development environment, first clone the project on your local machine and cd to its diretory.

Then replace the values in .env file located inside the apps/web folder with your enviroment's configuration.

Now run the following commands from the root directory of the project.

# Install dependencies
yarn install

# Build the packages
yarn build

# Start the app
yarn dev

That's it! Now you can dive into the code base.

Medialit

CourseLit uses MediaLit as its backend for managing media assets. It is a paid service and you need to have an account on it to store your files in the cloud.

If you do not want to use the cloud hosted version, you can roll your own instance. Add the following config to the .env file to use your own MediaLit instance.

MEDIALIT_SERVER=medialit_server_location

Writing Your Own Widget

You can add additional functionality to your application via building your own widgets. Have a look at this document.

Environment variables.

Have a look at the docker-compose.yml file to know what all environment variables are available for you to tweak.

About

Create/Sell courses and info products, write blogs, host podcasts on your own branded website. An open source alternative to Teachable, Thinkific, Podia and the likes.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 92.9%
  • JavaScript 6.3%
  • Other 0.8%