Glassy Theme plugin screenshot
Dark mode ready
No multilingual support
No v5.x support

Glassy Theme

Community

A glassmorphic theme for filament v4.

Tags: Theme
Supported versions:
4.x
Third-party plugin. This is built by the community, not the Filament team. Filament does not review, endorse, or vet the security of plugins outside the 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 .
Matilde Enevoldsen avatar Author: Matilde Enevoldsen

Documentation

Glassy Filament wraps Filament with a light + dark glass‑morphism skin.


#Table of Contents

  1. Screenshots
  2. Requirements
  3. Installation
  4. FAQ
  5. Support
  6. Contributing
  7. License

#Screenshots

Light mode Dark mode
light dark
light dark

#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


#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 avatar Author: Matilde Enevoldsen

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.

Plugins
1
Stars
22