v0.8.7 · In development

Open-source CMS · Built on Laravel

A Laravel CMS
worth using.

Publish pages, manage your entire website and its content — all from one clean admin. No code.

Laravix CMS
Open source
Built with
Laravel
Filament
Tailwind CSS
PHP 8.4
MySQL
Docker
Livewire Livewire
GrapeJS GrapeJS

What is Laravix CMS?

Manage your website
yourself, no code.

A CMS is the system that powers your website from the inside. With Laravix, you can update content yourself — like editing a document. No code, no waiting for a developer.

Edit content yourself

Text, images, full pages — update anything from a clean interface. Anywhere, on any device.

Pages built like LEGO

Create new pages by combining ready-made blocks — no code required. See exactly what you publish.

Always in control

Deleted content goes to the trash, every change is saved. Decide who on your team can edit what.

One admin, multiple websites

Running multiple business websites? Manage them all from a single login — no chaos.

Who is Laravix for

Choose your path.

For developers

Your CMS,
your rules.

Laravix is open source. Install, customize, and deploy wherever you want — or extend with plugins from the Marketplace.

  • GitHub open source

    The source code is yours. Fork, modify, contribute.

  • Marketplace plugins

    Hundreds of extensions, one click away.

  • Full control

    Your hosting, your database, no vendor lock-in.

  • Active support

    Discord, GitHub Discussions, and regular updates.

For businesses & startups

We'll build your
website or app.

Have a project or idea? We handle everything — from design and development to launch and long-term support. All built on Laravix CMS.

  • Custom design & development

    UI/UX design, frontend and backend — all under one roof.

  • Laravix CMS at the core

    Manage your content yourself, no developer needed.

  • Post-launch support

    Technical care, updates, and help whenever you need it.

  • Individual consultation

    We'll review your project and propose the best solution.

[email protected]

We'll discuss the details and agree on a price · No commitment

Features

Strong foundation.
From day one.

Laravix CMS gives developers full control and clients a clean admin — no compromises on either side.

Clients Developers

Elegant admin,
built for everyone.

Built on Filament — clean for clients, flexible for developers. Content, media, taxonomies, and users all in one place.

Laravix admin preview
Block builder GrapeJS

Drag & drop editor
powered by GrapeJS.

Build pages from 20+ ready-made blocks. Hero, pricing, forms, reviews, video, FAQ and more — real-time preview, no code.

Hero
Cards
Video
Pricing
Form
Reviews
FAQ
CTA

+ 20+ blocks · Swiper sliders · Contact forms

New

Version History

Every edit saved. Roll back to any previous version with one click.

v3 Current version
v2 Yesterday 14:32
↩ Restore
v1 Last week
↩ Restore
New

Recycle Bin

Deleted content isn't gone — restore it from the bin anytime.

Recycle Bin 3 items
About Us (old)
3 days ago
Draft: Roadmap
1 week ago
New

URL Redirects

Deactivate a page and auto-redirect visitors. No broken links, ever.

/old-about /about-us 301
/blog /news 302
/kontakt /contact 301
New

Appearance Editor

Per-page colors, layouts & background images.

Multi-site built-in

Manage dozens of websites from a single admin. Each site has its own content, users, settings, and domain.

web1.cz shop.cz blog.cz client.eu

Built-in SEO

Sitemap.xml, robots.txt, meta tags, Open Graph, canonical URL and noindex — all automatic, no plugin needed.

GET /sitemap.xml
GET /robots.txt editor
<meta> og · description · noindex

Roles & permissions

Granular ACL per-site and per-resource. Every team member gets exactly the permissions they need.

Admin Full access
Editor Create & edit
Viewer Read only

Notifications

Stay informed about team activity, content publishing, and important changes in real-time.

Homepage was published
Martin Koudela joined the team

Nav & Footer editor

Build and manage navigation menus and footer from the admin — links, columns, logo, social icons. No code, instant update.

Home Blog Contact
© 2025 Laravix

Scheduling & audit log

Schedule content for future publication and track every change. Who, what, and when — full per-site audit trail.

Scheduled New article · May 1, 2025
Martin K. edited "Homepage" 2min
Tomáš V. uploaded a new media 1h
Coming soon

REST & GraphQL API

Headless access for Next.js, Nuxt, SvelteKit, or mobile apps. One API, endless possibilities.

In development
GET /api/v1/contents
query { contents { id title } }
Marketplace plugins ⭐ Most Important

Extend your CMS with what you need.

Ready-made extensions, one click away. Coming soon.

Open source Core CMS
Premium Plugin ecosystem
Browse Marketplace

Webhooks

E-shop Module

Form Builder

Analytics

Media Pro

Search

Team

Who stands behind Laravix.

Martin Koudela

Martin Koudela

Creator & Sole Developer

The creator and sole architect of Laravix — from concept to every line of code. Designed and built the entire system and its core product.

PHP · Laravel · Full-Stack · CMS
TV

Tomáš Vylímec

Frontend & Design Contributor

The mind behind Laravix's visual identity. Specializes in modern UI, Tailwind, and smooth user experiences.

Tailwind · PHP · Figma

Documentation

Everything in one place.

Clear documentation, live examples, and code snippets. From installation to advanced customizations — we've got you covered.

CmsController.php
// Load published content by slug
$content = Content::published()
    ->with(['fields', 'taxonomies'])
    ->whereSlug($slug)
    ->firstOrFail();

// Render theme and pass data
return view(
    "themes.{$site->theme}", $data
);
Star on GitHub