Digital Analysis of Syriac Handwriting (DASH) is a bespoke web application that enables scholars to build custom scriptcharts from Syriac manuscripts. On the front-end, the scriptchart is a React application housed within a static website built with Jekyll. It uses Webpack to build the Javascript bundle and Bulma as a CSS framework.

A Django application provides an API that supplies data from a MySQL database to the Scriptchart application. The same Django application provides an administrative interface for project participants to manage data about the manuscripts and letter examples, and allows investigators to identify new letter examples.

DASH is hosted on shared hosting from Reclaim Hosting.

Feel free to check out the front-end code and the back-end code. Both are under MIT license.