Best of CMSMay 2025

  1. 1
    Article
    Avatar of css_tricksCSS-Tricks·1y

    Using Pages CMS for Static Site Content Management

    Pages CMS is an open-source content management system designed for static site generators, offering easy usage, minimal requirements, and customization. With no backend needed, content is stored as flat files in a git repository. It's free to use and supports user authentication via GitHub or email. Pages CMS simplifies content management and collaboration by providing a sleek user interface for editing and organizing content collections using configuration files. It integrates seamlessly with Astro for managing directories of Markdown files, offering flexibility and efficiency for managing static site content.

  2. 2
    Article
    Avatar of communityCommunity Picks·1y

    Design websites

    Learn how to create custom, fully-editable websites directly in your browser. The post discusses using cookies for site traffic analysis and provides a privacy policy link.

  3. 3
    Article
    Avatar of communityCommunity Picks·1y

    Dokploy Blueprints

    The post introduces a variety of open-source alternatives to popular commercial products, covering platforms for databases, backend servers, knowledge management, web analytics, scheduling, CMS, and more. These tools offer functionality similar to Amazon RDS, Firebase, Calendly, and other management and analytics solutions, with the benefits of self-hosting and often reduced costs.

  4. 4
    Video
    Avatar of webdevcodyWeb Dev Cody·1y

    Adding an Editable Rich Text to The Writing Platform

    A developer shares a live coding session on building a custom writing platform with editable content features. The project includes configuring the application's settings, using a database for storing configurations, and implementing an editable text component that utilizes Drizzle ORM. AI tools are demonstrated in enhancing coding productivity, and considerations for security with content sanitization are discussed.