awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
statamic avatar

statamic/cms

0
View on GitHub↗
4,832 stars·630 forks·PHP·27 viewsstatamic.com↗

Cms

Statamic is a content management system built on Laravel that utilizes a flat-file storage approach instead of a traditional relational database. It functions as a customizable administrative framework for managing site content and developing custom backend addons.

The system stores website data in files and integrates with Git for versioning, allowing content changes to be tracked and rolled back through a repository. It employs a templating engine to transform structured data into dynamic HTML layouts for front-end rendering.

The platform includes a control panel built as a single-page application and an event-driven extension system. Users can build custom administrative interfaces and integrate additional logic through the underlying PHP framework.

Features

  • CMS Frameworks - Functions as a modular framework for building custom content management systems and administrative interfaces.
  • Content Versioning - Provides systems for storing and versioning site content using a file-based approach.
  • Flat-File CMS - A content management system built on Laravel that stores site data in files and integrates with Git.
  • Flat-File Storage - Uses flat-file storage in YAML format to persist website data without requiring a relational database.
  • Git-Based Repositories - Integrates with Git to track content changes and enable versioning and rollbacks via flat files.
  • Admin Panel Frameworks - Provides a customizable administrative framework for managing site content and developing backend addons.
  • Framework Core Integrations - Built on the Laravel framework to handle routing, middleware, and dependency injection for all system logic.
  • Laravel Integrations - Leverages the Laravel ecosystem to extend website functionality with custom PHP logic and services.
  • Admin UI Extensibility - Allows the creation of custom administrative interfaces and backend addons using a dedicated UI library.
  • Dynamic Page Renderings - Generates HTML pages at request time to serve data-driven content through templates.
  • Event-Driven Hook Systems - Provides an event-driven system allowing custom addons to react to internal system events and modify behavior.
  • Vue-Based Admin Interfaces - Features a control panel built as a Vue-based single-page application communicating via a JSON API.
  • HTML Template Renderers - Implements a Blade-based system to render structured content into HTML layouts for the front end.
  • Dynamic Template Rendering - Transforms structured data into dynamic HTML layouts using a flexible templating engine.
  • HTML Templating Engines - Uses a PHP-based templating engine to transform structured data into dynamic HTML layouts.

Star history

Star history chart for statamic/cmsStar history chart for statamic/cms

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Cms

Similar open-source projects, ranked by how many features they share with Cms.
  • picocms/picopicocms avatar

    picocms/Pico

    3,905View on GitHub↗

    Pico is a lightweight PHP content manager and Markdown website generator that functions as a flat-file CMS. It transforms Markdown files into a structured website by using the server file system for URL routing and avoids the use of a relational database for storing content and metadata. The system is distinguished by its support for multilingual website deployment and a static site cache that saves rendered pages as HTML to reduce server load. It employs a Git-based content workflow to synchronize and deploy updates across different environments. The platform covers a broad range of capabil

    PHP
    View on GitHub↗3,905
  • revel/revelrevel avatar

    revel/revel

    13,224View on GitHub↗

    Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a model-view-controller architecture to separate business logic from user interface rendering, providing a comprehensive system for routing, parameter binding, and session management. The project distinguishes itself with a high-productivity development environment featuring automatic code compilation and hot-reloading, which refreshes the application state and templates upon file changes without requiring manual restarts. It also employs reflection-based parameter binding to automati

    Go
    View on GitHub↗13,224
  • bottlepy/bottlebottlepy avatar

    bottlepy/bottle

    8,772View on GitHub↗

    Bottle is a lightweight Python web micro-framework and template engine. It functions as a WSGI web framework that routes HTTP requests to Python functions to generate dynamic content. The framework is distributed as a single Python file with no external dependencies. This minimalist distribution model allows for rapid application prototyping and the creation of web services with a small footprint. The project provides capabilities for dynamic request routing, REST API development, and dynamic HTML rendering. It includes a built-in HTTP development server for web application hosting and a plu

    Pythonbottlepythonrest
    View on GitHub↗8,772
  • perwendel/sparkperwendel avatar

    perwendel/spark

    9,657View on GitHub↗

    Spark is a lightweight Java web framework and embedded server designed for building web applications with minimal boilerplate. It functions as an HTTP routing engine that maps URL paths and methods to handler functions, providing a specialized domain specific language for web development in Kotlin. The framework enables the implementation of REST APIs and web services through the definition of HTTP routes. It supports the extraction of dynamic path parameters and the transformation of response data into formats such as JSON. Additional capabilities include the ability to serve static files a

    Java
    View on GitHub↗9,657
See all 30 alternatives to Cms→

Frequently asked questions

What does statamic/cms do?

Statamic is a content management system built on Laravel that utilizes a flat-file storage approach instead of a traditional relational database. It functions as a customizable administrative framework for managing site content and developing custom backend addons.

What are the main features of statamic/cms?

The main features of statamic/cms are: CMS Frameworks, Content Versioning, Flat-File CMS, Flat-File Storage, Git-Based Repositories, Admin Panel Frameworks, Framework Core Integrations, Laravel Integrations.

What are some open-source alternatives to statamic/cms?

Open-source alternatives to statamic/cms include: picocms/pico — Pico is a lightweight PHP content manager and Markdown website generator that functions as a flat-file CMS. It… revel/revel — Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a… bottlepy/bottle — Bottle is a lightweight Python web micro-framework and template engine. It functions as a WSGI web framework that… perwendel/spark — Spark is a lightweight Java web framework and embedded server designed for building web applications with minimal… bolt/bolt — Bolt is a flat-file content management system that stores site data in structured text files on disk instead of a… keyvanakbary/learning-notes — This project is a curated repository of technical learning materials and a personal knowledge base. It consists of…

Curated searches featuring Cms

Hand-picked collections where Cms appears.
  • Self-Hosted Flat-File CMS
  • Static Site Generators
  • Headless Content Management Systems