Filament Turns Five: A Rebrand and a New Premium Plugin
Filament has turned five, and the core team has marked the occasion with two announcements that have been in development for the better part of a year: a complete brand overhaul and the launch of their second premium plugin, Custom Dashboards.
A New Brand
The visual identity of Filament has been rebuilt from the ground up. The new branding covers the website, documentation, and all public-facing Filament properties. The team credits design work from Hassan Zahirnia and Studio Hicks for the result.
Beyond new colours and typography, the rebrand introduces three official mascots: Sparky, Atlas, and Barney. The team has written about them separately. The rebranded merchandise store has also been updated for those inclined to represent their TALL stack preferences in the real world.
The team is positioning the rebrand as more than cosmetics. In their announcement, they describe it as a signal of long-term commitment to the project and a foundation for a more coherent public voice going forward. Filament is already the most starred package in the Laravel ecosystem, and the rebrand suggests the team intends to keep it that way.
Custom Dashboards Plugin
The second announcement is the new Custom Dashboards premium plugin, which joins Filament Blueprint as the second paid plugin from the core team.
The plugin allows developers to expose data sources to their Filament users, who can then build, manage, and share their own dashboards within the panel. Data sources are defined around existing Filament resources, so if you are already building forms and tables in Filament, the configuration will feel familiar.
Because it is built by the core team rather than a third-party author, it integrates natively with Filament panels without the compatibility concerns that can come with community plugins. For teams building internal tools or admin panels where different users need different views of the same data, this fills a gap that previously required custom development work.
We use Filament on a number of our Laravel projects at The API Guys, and a plugin that lets non-technical users configure their own dashboard views without developer involvement is genuinely useful. It is the kind of feature that reduces the number of one-off requests from stakeholders who want a slightly different arrangement of the data they already have access to.
Worth Knowing
If you are running a Filament project, neither announcement requires any immediate action. The rebrand is visual only and does not affect your application code. Custom Dashboards is an optional premium plugin you would choose to adopt. Both are worth bookmarking for your next project scoping conversation.
Full details are on the Filament announcement page. If you have questions about incorporating Filament into your next Laravel project, get in touch.
