Build faster.
Ship cleaner.
Keep control.
nibbly is a flat-file CMS that puts you in charge of your content.
nibbly — a nibble is half a byte. Small, fast, no bloat.
nibbly is a flat-file CMS that puts you in charge of your content.
Daily snapshots.
Restore in seconds.
Organized files.
Simple uploads.
Built-in translations.
One content,
many languages.
Pretty links.
No query strings.
CSRF protection.
Input sanitization.
File allowlist.
Tell your AI: "Build me a site with nibbly." The result is a working CMS, not a prototype that needs a backend, a database, or a DevOps engineer.
No npm install. No webpack. No Docker. nibbly is plain PHP and JSON files. Your AI writes them, you upload them. Done.
Any shared hosting with PHP works. No Node servers, no managed databases, no cloud functions. The cheapest hosting plan is enough.
FTP the folder to your server. There's even a deploy script — just enter your FTP credentials and hit go. Backup means copying that same folder.
Your files. Your hosting. Your editable website.
Upload nibbly to PHP hosting with Apache and mod_rewrite. PHP 8.1 is the language minimum; use a supported PHP version in production. See the documentation for required extensions.
Open /admin/setup.php in your browser. The wizard creates your admin account and configuration. Configure optional email delivery in Dashboard → Settings.
Open your site, log in, and click on any text to edit it. Changes save instantly with automatic backups.
{
"page": "en_home",
"lang": "en",
"sections": [
{
"type": "text",
"title": "Welcome",
"content": "<p>Your content here.</p>"
},
{
"type": "card",
"image": "assets/images/photo.jpg",
"title": "A Feature",
"content": "Card description."
}
]
}
MPL-2.0 licensed.
No subscription. No database bill.
personal
included
client work
included
commercial
included
¹ About 3.8 MB of uncompressed core code (admin, api, cli, includes, css and js), measured for the local 1.6.1 source on 6 September 2026. Excludes content, media, fonts and backups; not a download or total installation size.