Login

Demo

The following demonstration site has been set up to show how you may use Coassemble’s headless offerings.

The demo is a fake HR software company that has integrated Coassemble’s headless API to create and manage courses. You can use the demo to create, edit and delete courses, as well as view courses as a learner.

Use the settings cog in the top right to switch between the admin and learner views. The settings menu also has a console that logs responses from the Coassemble API and the progress events that are sent from the Coassemble course.

Hosted demo

You can view a hosted version of the demo here.

Source code

You can also view or download the source code here.

Most of the demo code is just scaffolding and UI; important code to review is in the /server/api directory—this is where the server functions that call Coassemble’s API are located.