
An online tracker/sequencer/daw by solidjs and faust
TR8CK is an innovative experimental digital audio workstation (DAW) and tracker that leverages the power of live coding through Faust. With its unique capabilities, TR8CK is designed to cater to both seasoned musicians and aspiring sound creators. Providing a playful and exploratory environment, it empowers users to create intricate patterns and compositions while customizing their sound through editing and coding.
Despite being still under construction, TR8CK invites users to dive in and experiment with its features. The integration of faust2webaudio and SolidJS ensures a responsive and dynamic interface, making it an exciting tool for those interested in digital music production. As a work in progress, there are some limitations, but the potential for creativity is undoubtedly vast.

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.