Glassy Theme
CommunityA glassmorphic theme for filament v4.
filament/
namespace. Review the source and install at your own risk. Found
malware or an unresolved security issue the author won't
address?
Report it
.
Author:
Matilde Enevoldsen
Documentation
Glassy Filament wraps Filament with a light + dark glass‑morphism skin.
#Table of Contents
#Screenshots
| Light mode | Dark mode |
|---|---|
![]() |
![]() |
![]() |
![]() |
#Requirements
| Package | Version |
|---|---|
| PHP | 8.2 → 8.4 |
| Laravel | 11 / 12 |
| Filament | 4.0 or newer |
#Installation
Glassy is distributed through Anystack.
#1 – add the private Composer repo & licence key
composer config repositories.glassy '{"type":"composer","url":"https://repo.anystack.sh"}'
composer config --auth http-basic.repo.anystack.sh unlock <LICENCE_KEY>
#2 – install the package
composer require matildevoldsen/glassy-filament:"^1.0"
#Register the plugin
// app/Providers/Filament/AdminPanelProvider.php
use Matildevoldsen\GlassyFilament\GlassyFilamentThemePlugin;
public function panel(Panel $panel): Panel
{
return $panel->plugin(GlassyFilamentThemePlugin::make());
}
Reload /admin – the dashboard is now glassy ✨.
#FAQ
Can I bundle it into a SaaS?
Yes, buy the **Ultimate** licence – unlimited projects & clients.#Support
- E‑mail → matilde.enevoldsen19@gmail.com
#Contributing
Pull requests are welcome. Clone, composer install, npm install (for docs)
and run vendor/bin/pest before opening a PR.
#License
Commercial / Proprietary. Each purchase through Anystack grants you a non‑exclusive, non‑transferable right to use Glassy Filament in accordance with the licence tier you bought (Basic/Ultimate). The source code remains ©Matilde Enevoldsen and must not be redistributed, open‑sourced or published publicly.
For full terms see the End‑User Licence Agreement shipped with your download bundle (EULA.md).
The author
Matilde Enevoldsen is a Laravel developer, educator, and the creator behind the YouTube channel Tilly The Coder, where she shares in-depth tutorials on Laravel, Vue, Inertia.js, and modern PHP development. With a passion for clean, test-driven code and a love for crafting developer-friendly tools, she focuses on helping other developers level up their skills through practical, real-world examples.
Featured Plugins
A selection of plugins curated by the Filament team
Sharp Theme
A theme that gives panels a precise, technical look with square corners, strong borders, and clear contrast.
Filament
Spotlight Pro
Browse your Filament Panel with ease. Filament Spotlight Pro adds a Spotlight like Command Palette to your Filament Panel.
Dennis Koch
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese



