Castmill is a complete platform for Digital Signage. It includes a player, a server and a web interface for managing the content.
Some of its features:
- HTML5 Lightweight and modular player. It can be used in any browser or integrated into any device.
- Flexible template-based widget system. Allows to create new widgets without coding.
- Support any media types, videos, images or audio.
- Widget layout system allows for any kind of imaginable setup.
- Optimized for maximum reliability, low memory and offline operation.
The Castmill platform is composed of several packages:
- Dashboard - The dashboard component of the platform.
- Player - Core library for the player.
- Device - Device management and configuration.
- Cache - Cache and Resource Manager.
- Server - The server component of the platform.
This project uses automatic code formatting and translation validation via Git hooks (Husky). When you commit code:
- JavaScript/TypeScript files are automatically formatted with Prettier
- Elixir files in
packages/castmill/are automatically formatted withmix format - Translation files (i18n) are automatically validated for 100% coverage across all 9 languages
No manual formatting or translation checking needed! Just git commit and:
- Your code will be formatted automatically
- Translation coverage will be validated
- Commit will be blocked if translations are incomplete
You can still format and validate manually if needed:
yarn format:all # Format all frontend packages
cd packages/castmill && mix format # Format Elixir code
yarn check-translations # Validate i18n coverageSee .husky/README.md for more details.
- Official website: https://castmill.com/
- Guides: coming soon.
- Docs: coming soon.
This software is open source and is covered by the AGPLv3 license. If you require a different license for commercial purposes, please get in touch with us.