
Streamystats is a statistics service for Jellyfin, providing analytics and data visualization.
Streamystats is an innovative statistics service designed specifically for Jellyfin, aimed at enhancing the user experience through detailed analytics and data visualization. This personal project leverages modern frameworks for superior performance, even though it is subject to the quirks typical of hobby projects. Aimed at users who appreciate insights into their viewing habits, Streamystats aims to provide a comprehensive overview of your media consumption.
The service includes an array of features that cater to both individual users and those managing multiple libraries. With its AI-assisted chat and intelligent recommendation system, Streamystats promises an engaging way to discover new content based on your personal preferences and viewing history.

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
Drizzle ORM is a TypeScript ORM for SQL databases designed with maximum type safety in mind. It comes with a drizzle-kit CLI companion for automatic SQL migrations generation. Drizzle ORM is meant to be a library, not a framework. It stays as an opt-in solution all the time at any levels.
A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.
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.