Version 1.0 Now Available

The CMS That Gets Out of Your Way

A lightweight, blazing-fast PHP content management system built for developers who value clean code and for creators who demand beautiful results.

~2MB
Total footprint
0
Dependencies
<50ms
Page load
PHP 8+
Modern stack
yoursite.com/admin
Built with battle-tested technologies
PHP 8 MySQL Tailwind CSS TinyMCE Chart.js
Features

Everything You Need, Nothing You Don't

Prime Core ships with a complete set of professional CMS features out of the box, with zero bloat and zero dependencies.

Rich Post Editor

Full-featured TinyMCE editor with autosave, media embedding, scheduled publishing, and draft management. Write with confidence.

Media Library

Drag-and-drop uploads with automatic thumbnail generation in 4 sizes. Responsive srcset images served out of the box.

Nested Categories

Hierarchical categories with parent/child relationships, custom images, SEO-friendly slugs, and post count tracking.

User Roles & Permissions

Three-tier role system: Admin, Editor, and Author. Granular access control for posts, settings, and user management.

Comment System

Threaded comments with AJAX submission, moderation queue, Gravatar integration, and spam-resistant honeypot protection.

Built-in SEO

Meta titles, descriptions, Open Graph tags, Twitter Cards, automatic sitemap generation, and RSS feed. No plugins needed.

Security First

CSRF protection, XSS filtering, rate limiting, session fixation prevention, secure file uploads, and bcrypt password hashing.

Responsive Theme

Premium editorial theme with Tailwind CSS, dark-mode-ready design system, 4 layout modes, lazy loading, and smooth animations.

Analytics Dashboard

Built-in dashboard with page views, post performance charts, comment activity, and subscriber growth tracking via Chart.js.

Contact & Newsletter

AJAX contact form with email notifications, newsletter subscription system, subscriber management, and GDPR-ready cookie consent.

One-Click Install

Web-based installer with database auto-configuration, demo content generation with real images, and admin account creation in under 60 seconds.

Real-time Notifications

Live notification bell with auto-polling for pending comments, new contacts, subscriber signups, and scheduled post alerts.

Admin Panel

A Dashboard You'll Actually Enjoy Using

Dark sidebar, clean data tables, inline actions, and zero page reloads. Everything is AJAX-powered and keyboard accessible.

Dashboard Overview
Post Editor
Media Library
Settings Panel
Under The Hood

Built for Speed, Designed for Developers

Prime Core is pure PHP with zero external dependencies. No Composer, no npm, no build steps required for deployment. Upload, configure, done.

Zero Dependencies

No Composer packages. No npm modules. Pure PHP 8+ with PDO, bcrypt, and native functions only.

Clean MVC Architecture

Custom router, controller-based structure, PDO database layer with auto-prefix, and a proper template engine.

Hardened Security

CSRF tokens, XSS filtering via HTML Purifier-style cleaner, rate limiting, session fixation prevention, and bcrypt hashing.

Any Hosting Works

Runs on any shared host with PHP 8+ and MySQL 5.7+. Apache or Nginx. No CLI access required.

Tailwind CSS Theme System

Premium editorial theme with standalone Tailwind CLI. Two separate configs for admin and frontend. No Node.js needed.

install.php
// One-click installation
// Upload → Visit /install → Done

$config = [
    'db_host'     => 'localhost',
    'db_name'     => 'my_site',
    'db_user'     => 'root',
    'db_prefix'   => 'pm_',
    'site_name'   => 'My Blog',
    'admin_email' => 'me@site.com',
];

// Auto-generates:
//   ✓ Database tables
//   ✓ Admin account
//   ✓ Demo content + images
//   ✓ Default settings
//   ✓ .htaccess routing

echo "Ready in <60 seconds.";
Comparison

How Prime Core Stacks Up

We built Prime Core as the antithesis to bloated CMS platforms. Here's how it compares.

Feature Prime Core WordPress Ghost Statamic
Install time < 60 seconds 3-5 minutes 5-10 minutes 5-10 minutes
Dependencies Zero Composer optional Node.js required Composer + Node.js
Total file size ~2 MB ~60 MB ~100 MB ~40 MB
PHP required 8.0+ 7.4+ Node.js 8.1+
Shared hosting Limited
Built-in SEO Plugin needed
Built-in analytics Plugin needed
Security hardening Built-in Plugin needed Built-in Built-in
Responsive theme Premium included Free basic Default Casper Starter kit
License One-time Free (GPLv2) Subscription One-time
Pricing

Simple, One-Time Pricing

No subscriptions, no hidden fees, no per-site licenses. Buy once, use forever.

Standard License
$49
Perfect for personal blogs and small projects.
  • Full CMS with all features
  • Premium editorial theme
  • 1 site license
  • 6 months of updates
  • Community support
Get Standard
FAQ

Frequently Asked Questions

Prime Core requires PHP 8.0 or higher, MySQL 5.7+ (or MariaDB 10.3+), and Apache with mod_rewrite enabled (or Nginx with equivalent rewrite rules). It runs on virtually any shared hosting plan.

No. Prime Core has zero external dependencies. The Tailwind CSS theme includes a standalone CLI binary for optional CSS customization, but no build step is needed for deployment. Just upload and go.

Absolutely. The theme uses standard PHP templates, custom CSS, and Tailwind CSS utility classes. You have full access to all template files, partials, and stylesheets. The Tailwind standalone CLI is included for rebuilding after customizations.

Upload the files to your web server and visit yoursite.com/install. The web-based wizard guides you through database configuration, admin account creation, and optional demo content generation. The entire process takes under 60 seconds.

Yes. Prime Core includes CSRF token protection, XSS input sanitization, bcrypt password hashing, session fixation prevention, rate limiting on auth endpoints, secure file upload validation, and SQL injection prevention via PDO prepared statements.

Prime Core is designed as a fresh-start CMS. While there's no automatic WordPress import tool, the clean database schema (posts, categories, users, comments) makes manual content migration straightforward via CSV or SQL export/import.

Standard license includes community forum access and documentation. Extended license adds priority email support with a 24-hour response time during business days. Both licenses include access to all updates within their respective terms.

Ready to Build Something Beautiful?

Stop fighting your CMS. Start creating. Prime Core gives you everything you need and nothing you don't.