๐Ÿ“ฆ xsukax Flat-File CMS
Back to Posts

Getting Started with xsukax CMS

Welcome to xsukax Flat-File CMS โ€” a lightweight, fast, and privacy-focused flat-file blogging engine. No database required; every post is stored as a simple .xfc file.

Key Features

  • Zero-dependency flat-file storage
  • Rich-text editing via Quill.js
  • Tag filtering and full-text search
  • RSS & Sitemap auto-generation
  • Swappable theme system

Creating Your First Post

Click New post in the admin dashboard, enter a title, optionally assign tags, then hit Create post.

# Example .xfc file structure\n<!--META\ntags: tutorial, cms\ncreated: 1700000000\nMETA-->\n<h1>Your Title</h1>\n<p>Your content here.</p>
๐Ÿงช Demo You are viewing a read-only demo of xsukax Flat-File CMS. All features are explorable โ€” nothing is written to the server. Try Admin Panel โ†’