git404hub

what is sonacms fr?

romeo19361/sonacms — explained in plain English

Analysis updated 2026-05-18

1PHPAudience · developerComplexity · 2/5LicenseSetup · easy

tl;dr

A database-free content management system that stores pages as JSON files and includes a block-based page editor, built to run on any PHP server.

vibe map

mindmap
  root((repo))
    What it does
      Stores pages as JSON
      No database needed
      Block based editor
    Tech stack
      PHP
      Apache
      Editor.js
    Use cases
      Small business sites
      Custom designed sites
      SEO friendly pages
    Audience
      Web developers
      Designers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Build a small business or portfolio website without setting up a database.

VIBE 2

Give designers an unstyled starting point to build a fully custom site look.

VIBE 3

Run a website with built-in SEO fields, sitemaps, and contact forms out of the box.

what's the stack?

PHPApachemod_rewriteEditor.js

how it stacks up fr

romeo19361/sonacmsagentpietrucha/ks_affiliationakarshsatija/php-whois
Stars111
LanguagePHPPHPPHP
Last pushed2014-02-06
MaintenanceDormant
Setup difficultyeasymoderateeasy
Complexity2/53/52/5
Audiencedeveloperdeveloperpm founder

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

Requires PHP 8.0+ and Apache mod_rewrite or an Nginx equivalent.

Free to use for evaluation, education, and non-profit websites, but a paid commercial license is required for commercial projects.

in plain english

SonaCMS is a content management system that stores everything as plain JSON files on disk instead of using a database. That means there is no database software to install, configure, or back up. You just place the code on any server that runs PHP and it works right away as an editable website. Because there is no database, the setup is simple: copy a sample configuration file, fill in your admin login, site URL, and email settings, make a few folders writable by the web server, then visit the site to log in and create your first page. Full install steps are included in a separate document. Pages are built using a block based editor, where you add pieces like headings, lists, quotes, images, video embeds, buttons, multi-column layouts, forms, author profile tiles, and code blocks, similar to how modern blog and website editors work. Pages can be organized in a hierarchy, given a custom order, and marked as draft or published. Images can be plain, clickable links, or open in an enlarged lightbox view. Forms include spam protection and can deliver submissions by regular PHP mail or SMTP. The frontend design is intentionally left unstyled, so designers have a blank canvas to build their own look without needing to touch the core system underneath, which makes upgrading the CMS later easier. The system automatically generates a sitemap and canonical URLs, and lets you set SEO fields and social share images on each page. SonaCMS requires PHP 8.0 or newer and a web server with URL rewriting support, such as Apache with mod_rewrite. It is free for evaluation, education, and not-for-profit websites, but commercial use requires a paid license from the project's own site.

prompts (copy fr)

prompt 1
Walk me through installing SonaCMS on a PHP server and setting up config.php.
prompt 2
Help me set the correct folder permissions SonaCMS needs for pages, authors, and image uploads.
prompt 3
Show me how to build a page in SonaCMS using its block-based editor with images and a contact form.

Frequently asked questions

what is sonacms fr?

A database-free content management system that stores pages as JSON files and includes a block-based page editor, built to run on any PHP server.

What language is sonacms written in?

Mainly PHP. The stack also includes PHP, Apache, mod_rewrite.

What license does sonacms use?

Free to use for evaluation, education, and non-profit websites, but a paid commercial license is required for commercial projects.

How hard is sonacms to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is sonacms for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.