PHPackages                             trendyminds/statamic-palette - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. trendyminds/statamic-palette

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

trendyminds/statamic-palette
============================

Palette allows you to easily jump between areas, entries, assets, and users within Statamic without lifting your hands off the keyboard!

1.4.1(6mo ago)22.1k↓50%1[4 PRs](https://github.com/trendyminds/statamic-palette/pulls)PHPPHP ^8.2CI failing

Since Mar 14Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/trendyminds/statamic-palette)[ Packagist](https://packagist.org/packages/trendyminds/statamic-palette)[ RSS](/packages/trendyminds-statamic-palette/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (21)Used By (0)

Important

Once [Statamic 6](https://statamic.com/blog/statamic-6-sneak-peek) is released Palette will be retired. The control panel will have a first-party command palette you should use instead!

[![](src/icon.svg)](src/icon.svg) Palette
=========================================

[](#-palette)

⌨️ CMD+K your way around Statamic!

🤔 What is Palette?
------------------

[](#-what-is-palette)

Palette allows you to easily jump between areas, entries, assets, and users within Statamic without lifting your hands off the keyboard!

If you're a developer, you likely use something like [Raycast](https://www.raycast.com/), [Alfred](https://www.alfredapp.com/), or [Spotlight](https://support.apple.com/guide/mac-help/search-with-spotlight-mchlp1008/mac).

That should also exist in the CMS you use most, right? With Palette you can now jump around with ease!

[![The light and dark themes of Palette shown side by side with the default list of results](docs/light-and-dark.png)](docs/light-and-dark.png)

⚡️ Features
-----------

[](#️-features)

- 🔍 Available on the front-end and in the control panel
- 🌗 Light and dark mode support
- ⭐️ Zero setup necessary; just install and enable
- 🏎 Compatible with full-page static caching strategies
- 🔐 Actions change based on user permissions and if admin changes are allowed
- 🎛️ Change contexts to filter actions or search your content
- 🔌 Plugins that register navigation links, settings areas, and utilities are included automatically
- 💅 Add your own custom URLs via the config file

📦 Installing
------------

[](#-installing)

- Run `composer require trendyminds/statamic-palette`
- Optionally publish the config file by running `php artisan vendor:publish --tag="palette-config"`
- Add the following right before your closing `` in your main layout file:

```

{{ palette }}

{{ Statamic::tag('palette')->fetch() }}
```

- To enable searching your site's content, you need to create a `palette` [search index](https://statamic.dev/search#indexes) within Statamic. Make sure you update the index after creating it! Below is an example of what that might look like in `config/statamic/search.php`:

```
    'indexes' => [

        // ...your other search indexes

        // Palette search
        'palette' => [
            'driver' => 'local',
            'searchables' => 'all',
            'fields' => ['title', 'summary'],
        ],

    ]
```

Tests
-----

[](#tests)

This project does not currently have tests, but I would love to encorporate them in subsequent versions

🤝 Contributing
--------------

[](#-contributing)

If you would like to contribute to Palette we tried to make it as easy as possible:

1. Clone the repo
2. Run `npm i` to install the Node dependencies
3. Run `npm run dev` to begin the watch task
4. Make your changes
5. Run `npm run build` to compile and minify the CSS and JS
6. Submit a PR!

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance84

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 90.5% 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 ~53 days

Recently: every ~129 days

Total

12

Last Release

200d ago

PHP version history (2 changes)1.0.0PHP ^8.1

1.1.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/51ee860b8a11c81c32b2d0bf9f90e23067fcf3cf72476bfab89913bf0e1ea3b3?d=identicon)[trendyminds](/maintainers/trendyminds)

---

Top Contributors

[![aaronbushnell](https://avatars.githubusercontent.com/u/315202?v=4)](https://github.com/aaronbushnell "aaronbushnell (19 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/trendyminds-statamic-palette/health.svg)

```
[![Health](https://phpackages.com/badges/trendyminds-statamic-palette/health.svg)](https://phpackages.com/packages/trendyminds-statamic-palette)
```

###  Alternatives

[statamic/seo-pro

65440.7k](/packages/statamic-seo-pro)[jacksleight/statamic-bard-texstyle

17172.5k](/packages/jacksleight-statamic-bard-texstyle)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

2381.5k10](/packages/marcorieser-statamic-livewire)[withcandour/aardvark-seo

Save time and get your Statamic site to rank better with the SEO addon for Statamic.

13128.3k](/packages/withcandour-aardvark-seo)[alt-design/alt-sitemap

Alt Sitemap addon, create a sitemap from Statamic entries

1219.0k](/packages/alt-design-alt-sitemap)[studio1902/statamic-peak-tools

11146.7k](/packages/studio1902-statamic-peak-tools)

PHPackages © 2026

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