Skip to content
PN Scripts

CMS

PN Press

Write in Filament. Publish to a public site. Drafts stay dark until you say otherwise.

  • Laravel 13
  • Filament 5
  • Livewire
  • Spatie Permission
  • Tailwind CSS

This page is the overview. You get the files on GitHub or the store. Hosting plans are the only thing we sell here.

Why it exists

The gap

A blank Laravel app has no editor, no drafts, and no public reading pages. Teams rebuild that every time they need a CMS.

What you take

A Filament desk for posts and categories, plus a public site that only shows what you published.

What changes

Open /admin, write a post, hit publish, and it is on the site.

The PN Scripts CMS. Not a hosted blog, not a marketplace extra, not a multi-tenant newsroom.

Who it is for

Use it when

  • A company journal that needs an editor desk on day one.
  • A personal site you want to own, not rent from a host.

Built for

  • Teams that want a CMS next to Brain and NextPressKit.
  • Laravel developers who would rather start from Filament than from a blank install.

What you get

A desk, not a form dump

Posts and categories live in Filament 5 at /admin. Slugs, excerpts, body, and a publish date sit on one resource.

Drafts stay dark

The public stream, permalinks, and archives skip anything still in draft. Guests never hit a half-written post.

Roles from the seed

Admin and editor are real Spatie roles. The panel is not open to every user who happens to have an account.

A site people can read

Home, /blog/{slug}, and /category/{slug} are Blade pages. This is a CMS, not a JSON dump with a readme.

Specs

Pricing
Open Source
License
MIT
Deployment
Self-hosted
Maturity
General Availability
Support
Community

Stack

  • Laravel 13
  • Filament 5
  • Livewire
  • Spatie Permission
  • Tailwind CSS

Clone PN Press

The repository is public and MIT. This page is the overview. Payment does not happen here.

This page is the overview. You get the files on GitHub or the store. Hosting plans are the only thing we sell here.

Questions

No. PN Press is flagship software on Products, next to PN Brain and NextPressKit.

At /admin after you migrate and seed. Demo login is in the repository readme.

Yes. MIT. Clone the public repository and start from there.