# Filament Peek

## Package docs status

This page is generated from public package documentation in `capell-4/packages` and the package manifest checked into the source repository.

| Field | Value |
| --- | --- |
| Composer package | `capell-app/filament-peek` |
| Package slug | `filament-peek` |
| Product group | Capell Foundation |
| Tier | free |
| Bundle | `foundation` |
| Runtime contexts | `admin`, `frontend` |
| Capell version | `^4.0` |
| Source repository | `capell-app/packages` |
| Source path | `packages/filament-peek` |
| Docs source | `packages/filament-peek/docs` |
| Manifest | [`capell.json`](https://github.com/capell-app/packages/edit/4.x/packages/filament-peek/capell.json) |

Adds a Page edit header action that opens `pboivin/filament-peek` with a private, signed preview URL.

Preview data is stored in short-lived cache snapshots. The package overlays the current unsaved Page form state, the active publishing workspace context when present, and the latest Layout Builder editor state captured for the current admin user. It does not save Pages, Layouts, translations, URLs, workspaces, or block assets.

Run focused tests with:

```bash
vendor/bin/pest packages/filament-peek/tests --configuration=phpunit.xml
```