Introduction
SINQ Authoring Tool is a desktop application for creating responsive eLearning courses using the Adapt Framework. It combines a visual authoring interface with a local backend and embedded database—no cloud required.
What is SINQ?
SINQ provides a streamlined authoring experience for the Adapt Framework. Build courses with blocks, menus, and plugins through an intuitive UI. Preview changes instantly and export to SCORM, xAPI, or standalone HTML.
Key Features
- Visual drag-and-drop course builder
- Instant preview across device breakpoints
- Local MongoDB—no external database setup
- Plugin system for extending functionality
- Windows desktop app (.exe) for easy distribution
Architecture Overview
SINQ is built as a three-layer application: an Electron frontend (React + Tailwind), a Node.js/Express backend (authoring engine), and an embedded MongoDB instance. All layers run locally on your machine. See the Architecture page for details.