PHPackages                             riodwanto/superduper-filament-starter-kit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. riodwanto/superduper-filament-starter-kit

ActiveProject[Admin Panels](/categories/admin)

riodwanto/superduper-filament-starter-kit
=========================================

A comprehensive Laravel Filament 3 💡 starter kit with pre-installed plugins, admin panel, user management, SEO tools, theme customization, and content management for rapid application development

1.21.0(7mo ago)2708.5k—0%74[9 issues](https://github.com/riodwanto/superduper-filament-starter-kit/issues)MITPHPPHP ^8.2CI failing

Since Feb 25Pushed 7mo ago7 watchersCompare

[ Source](https://github.com/riodwanto/superduper-filament-starter-kit)[ Packagist](https://packagist.org/packages/riodwanto/superduper-filament-starter-kit)[ RSS](/packages/riodwanto-superduper-filament-starter-kit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (29)Versions (27)Used By (0)

 [![Starter kit logo](https://camo.githubusercontent.com/c0e1d987e45ed828eed964b3d99246a372372ff4517d17a206b24459e84f0620/68747470733a2f2f692e706f7374696d672e63632f34646a72634a58782f6c6f676f2e706e67)](https://camo.githubusercontent.com/c0e1d987e45ed828eed964b3d99246a372372ff4517d17a206b24459e84f0620/68747470733a2f2f692e706f7374696d672e63632f34646a72634a58782f6c6f676f2e706e67)[![Latest Version on Packagist](https://camo.githubusercontent.com/799aecfcd9b2b4a7376510ff21fe27fc148d6436502cd5ed4173c31a1543adeb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72696f6477616e746f2f737570657264757065722d66696c616d656e742d737461727465722d6b69742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/riodwanto/superduper-filament-starter-kit)[![Laravel](https://github.com/riodwanto/superduper-filament-starter-kit/actions/workflows/laravel.yml/badge.svg)](https://github.com/riodwanto/superduper-filament-starter-kit/actions/workflows/laravel.yml)[![Total Downloads](https://camo.githubusercontent.com/6328cd8ed221dd3daef85eb69f725f0a5264b4f76e3d19c0c0bdfb918da4eee1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72696f6477616e746f2f737570657264757065722d66696c616d656e742d737461727465722d6b69742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/riodwanto/superduper-filament-starter-kit)

 A starting point to create your next Filament 3 💡 app. With pre-installed plugins, pre-configured, and custom page. So you don't start all over again.

---

### ✨ Features

[](#-features)

- 🛡️ **User &amp; Access Management**

    - [Filament Shield](#plugins-used) for comprehensive role-based access control
    - 👥 Multiple user roles with granular permissions
    - 🔐 Secure authentication workflows
    - 🧑‍💼 **User impersonation** feature for admins
- 👤 **Profile &amp; User Experience**

    - 👨🏻‍🦱 Customizable profile page from [Filament Breezy](#plugins-used)
    - 🌙 Dark/light mode switching
    - 🎭 Personalized user dashboard
    - 🧩 Updated panel footer and various UI/UX enhancements
- 🎨 **Theme &amp; UI Customization**

    - 🖼️ Theme settings for panel colors and layout preferences
    - 🧩 Modular design for easy extension
    - 🎚️ Responsive interface for all devices
    - 🪶 Improved site logo functionality
- 🌐 **Content Management**

    - 📝 **Blog module improvements** — stats, author filtering, and status tracking
    - 🖼️ Banner management system
    - 📅 Event scheduling capabilities
- 📊 **Media &amp; Menu Management**

    - 🌌 Complete media library with [Filament Spatie Media](#plugins-used)
    - 🖼️ Image optimization and thumbnails
    - 📂 Easy upload and organization
    - 📋 **Enhanced menu builder** — more locations and configuration options
- ⚙️ **System &amp; Site Configuration**

    - 🧭 **Clustered site settings** and new site editor page
    - 🧰 Developer-friendly tools and utilities
    - 🧾 Improved security headers, new middleware, and log channels
- 🌍 **Localization &amp; Translation**

    - 🅻 Powerful Lang Generator tool
    - 🔄 **Updated translation system** and generator improvements
    - 🌐 Multi-language support for global applications
- 📧 **Email &amp; Notifications**

    - 💌 Configure mail settings on the fly
    - 📨 Customizable email templates
    - 🔔 User notification system
- 🧠 **Analytics &amp; Insights**

    - 📈 Laravel Trend integration for data visualization
    - 📊 Traffic and user analytics
    - 📬 **Contact Us stats** dashboard widget
- 🛠️ **Developer Experience**

    - ⚡ Optimized performance out of the box
    - 📝 Code editor integration
    - 📚 **Docs Plugin integration**
    - 🧪 Enhanced `afterSave` hooks and visibility suffix actions
    - 🚀 **New `superduper` commands:**

        ```
        php artisan superduper:setup
        php artisan superduper:permissions
        ```
    - 🐞 Various bug fixes and styling improvements

[Version Releases](https://github.com/riodwanto/superduper-filament-starter-kit/releases)

---

#### Getting Started

[](#getting-started)

Create project with composer:

```
composer create-project riodwanto/superduper-filament-starter-kit

cd superduper-filament-starter-kit
```

Install dependencies:

```
composer install && npm install
```

Setup your project easily using:

```
php artisan superduper:setup
```

Or use quick install with defaults:

```
php artisan superduper:setup --default
```

Start your development server:

```
php artisan serve
npm run dev
```

Or manually:

Setup your env:

```
cp .env.example .env
```

Run migration &amp; seeder:

```
php artisan migrate
php artisan db:seed
```

or

```
php artisan migrate:fresh --seed
```

Generate Shield permissions &amp; policies:

```
php artisan shield:generate --all
```

One Liner:

```
php artisan migrate && php artisan db:seed && php artisan shield:generate --all
```

\[Important\] Bind permissions to roles:

```
php artisan db:seed --class=PermissionsSeeder
```

Generate key:

```
php artisan key:generate
```

Storage Link:

```
php artisan storage:link
```

Install dependencies:

```
npm install
```

Build :

```
npm run dev
OR
npm run build
```

Start development server:

```
php artisan serve
```

Now you can access with `/admin` path, using:

```
email: superadmin@starter-kit.com
password: superadmin
```

#### Performance

[](#performance)

*It's recommend to run below command as suggested in [Filament Documentation](https://filamentphp.com/docs/3.x/panels/installation#improving-filament-panel-performance) for improving panel perfomance.*

```
php artisan icons:cache
```

Please see this [Improving Filament panel performance](https://filamentphp.com/docs/3.x/panels/installation#improving-filament-panel-performance) documentation for further improvement

#### Language Generator

[](#language-generator)

This project include lang generator.

```
php artisan superduper:lang-translate [from] [to]
```

Generator will look up files inside folder `[from]`. Get all variables inside the file; create a file and translate using `translate.googleapis.com`.

This is what the translation process looks like.

```
❯ php artisan superduper:lang-translate en fr es

 🔔 Translate to 'fr'
 3/3 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% -- ✅

 🔔 Translate to 'es'
 1/3 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░]  33% -- 🔄 Processing: page.php
```

##### Usage example

[](#usage-example)

- Single output

```
php artisan superduper:lang-translate en fr
```

- Multiple output

```
php artisan superduper:lang-translate en es ar fr pt-PT pt-BR zh-CN zh-TW
```

###### If you are using json translation

[](#if-you-are-using-json-translation)

```
php artisan superduper:lang-translate en fr --json
```

#### Plugins

[](#plugins)

These are [Filament Plugins](https://filamentphp.com/plugins) use for this project.

**Plugin****Author**[Filament Spatie Media Library](https://github.com/filamentphp/spatie-laravel-media-library-plugin)[Filament Official](https://github.com/filamentphp)[Filament Spatie Settings](https://github.com/filamentphp/spatie-laravel-settings-plugin)[Filament Official](https://github.com/filamentphp)[Filament Spatie Tags](https://github.com/filamentphp/spatie-laravel-tags-plugin)[Filament Official](https://github.com/filamentphp)[Shield](https://github.com/bezhanSalleh/filament-shield)[bezhansalleh](https://github.com/bezhansalleh)[Exceptions](https://github.com/bezhansalleh/filament-exceptions)[bezhansalleh](https://github.com/bezhansalleh)[Breezy](https://github.com/jeffgreco13/filament-breezy)[jeffgreco13](https://github.com/jeffgreco13)[Logger](https://github.com/z3d0x/filament-logger)[z3d0x](https://github.com/z3d0x)[Ace Code Editor](https://github.com/riodwanto/filament-ace-editor)[riodwanto](https://github.com/riodwanto)[Filament media manager](https://github.com/tomatophp/filament-media-manager)[tomatophp](https://github.com/tomatophp)[Filament Menu Builder](https://github.com/datlechin/filament-menu-builder)[datlechin](https://github.com/datlechin)#### Plugins Recommendation

[](#plugins-recommendation)

Other recommendations for your starter, in my personal opinion:

- [Rupadana - API Resources](https://filamentphp.com/plugins/rupadana-api-service) : Generate API for your Resources.
- [Bezhan Salleh - Language Switch](https://filamentphp.com/plugins/bezhansalleh-language-switch) : Zero config Language Switcher plugin for Filament Panels.
- [Kenepa - Resource Lock](https://filamentphp.com/plugins/kenepa-resource-lock) : Resource locking when other user begins editing a resource.
- [Ralph J. Smit - Components](https://filamentphp.com/plugins/ralphjsmit-components) : A collection of handy components.
- [Tapp Network - Laravel Auditing](https://filamentphp.com/plugins/tapp-network-laravel-auditing) : Resource locking when other user begins editing a resource.
- [Shuvro Roy - Spatie Laravel Health](https://filamentphp.com/plugins/shuvroroy-spatie-laravel-health) : Health monitoring for Filament.

[![Buy Me A Coffee](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://buymeacoffee.com/riodewanto)

### License

[](#license)

Filament Starter is provided under the [MIT License](LICENSE.md).

If you discover a bug, please [open an issue](https://github.com/riodwanto/superduper-filament-starter-kit/issues).

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance64

Regular maintenance activity

Popularity44

Moderate usage in the ecosystem

Community24

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 94.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~25 days

Recently: every ~12 days

Total

24

Last Release

219d ago

PHP version history (2 changes)v1.0.0PHP ^8.1

v1.14.6PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/b757fb57c22d48e88e6fe8c288d49f87ee24da9f0711a9ff14b234943ea36975?d=identicon)[riodewanto](/maintainers/riodewanto)

---

Top Contributors

[![riodwanto](https://avatars.githubusercontent.com/u/5293897?v=4)](https://github.com/riodwanto "riodwanto (289 commits)")[![abdelhamiderrahmouni](https://avatars.githubusercontent.com/u/26693672?v=4)](https://github.com/abdelhamiderrahmouni "abdelhamiderrahmouni (6 commits)")[![rdptech](https://avatars.githubusercontent.com/u/118041638?v=4)](https://github.com/rdptech "rdptech (4 commits)")[![Cyrille37](https://avatars.githubusercontent.com/u/368965?v=4)](https://github.com/Cyrille37 "Cyrille37 (2 commits)")[![radenadri](https://avatars.githubusercontent.com/u/21336206?v=4)](https://github.com/radenadri "radenadri (1 commits)")[![SyKenneth](https://avatars.githubusercontent.com/u/11348570?v=4)](https://github.com/SyKenneth "SyKenneth (1 commits)")[![Andreas-Halemba](https://avatars.githubusercontent.com/u/2514928?v=4)](https://github.com/Andreas-Halemba "Andreas-Halemba (1 commits)")[![aspirantzhang](https://avatars.githubusercontent.com/u/24559988?v=4)](https://github.com/aspirantzhang "aspirantzhang (1 commits)")[![ibkhall](https://avatars.githubusercontent.com/u/33362425?v=4)](https://github.com/ibkhall "ibkhall (1 commits)")

---

Tags

admin-panelcmsfilamentfilament-starter-kitfilamentphplaravellaravel-starter-kitrapid-developmentstarterstarterkittailwindcsstall-stacklaravelcmslivewireUser managementdashboardseofilamentrole-based-accesslaravel-starter-kitfilament-starter-kitfilamentphptailwindcssadmin-panelalpinejsrapid-developmentMedia managementtall-stacktheme customizationfilament 3

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/riodwanto-superduper-filament-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/riodwanto-superduper-filament-starter-kit/health.svg)](https://phpackages.com/packages/riodwanto-superduper-filament-starter-kit)
```

###  Alternatives

[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

401.5k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
