
IEEE CAI 2026
International IEEE conference on artificial intelligence with a focus on real-world applications, industry use cases, and current AI developments.
{
"events": [{
"date": "2026-04-07",
"end-date": "2026-04-08",
"time": "09:00",
"end-time": "17:00",
"url": "https://...",
"image": "/images/event.webp",
"title": {
"en": "PyTorch Conference",
"de": "PyTorch-Konferenz",
"es": "Conferencia PyTorch"
},
"location": {
"en": "Paris, France",
"de": "Paris, Frankreich",
"es": "París, Francia"
}
}]
}

International IEEE conference on artificial intelligence with a focus on real-world applications, industry use cases, and current AI developments.

Google's developer conference with a strong focus on AI, Gemini, developer tools, platforms, and product-oriented implementations.

Technical AI conference for developers, data teams, and engineers focused on production systems, libraries, LLM applications, and enterprise AI.

Major international event on data engineering, analytics, AI platforms, production pipelines, and scalable applications.

Globally significant machine learning conference featuring tutorials, expo sessions, the main conference, and workshops.

Major developer congress with a strong AI focus for AI builders, developers, and tech leaders.
International applied AI conference focused on builders, infrastructure, research, products, and production systems.

International developer conference focused on PyTorch, open-source AI, model training, optimization, and production use cases.
{
"columns": [
{ "id": "nibbly", "highlight": true },
{ "id": "wordpress" }
],
"rows": [{
"label": {
"en": "Database required",
"de": "Datenbank nötig"
},
"values": {
"nibbly": "no",
"wordpress": "yes"
}
}]
}
| Nibbly | WordPress | Ghost | Hugo | Next.js | |
|---|---|---|---|---|---|
| Database required | ✕ | ✓ | ✓ | ✕ | depends |
| Build step | ✕ | ✕ | ✕ | ✓ | ✓ |
| Inline editing | ✓ | limited | ✓ | ✕ | ✕ |
| Multilingual built-in | ✓ | plugin | ✕ | ✓ | manual |
| Hosting cost | $0–3/mo | $10+/mo | $9+/mo | $0–3/mo | $0–20/mo |
| Install size | <1 MB | 60+ MB | 80+ MB | single binary | 200+ MB |
| Runtime | PHP | PHP + MySQL | Node.js + DB | none | Node.js |
| Backup method | copy folder | DB dump + files | export + files | copy folder | depends |
{
"items": [{
"question": {
"en": "Is Nibbly free?",
"de": "Ist Nibbly kostenlos?",
"es": "¿Es Nibbly gratis?"
},
"answer": {
"en": "Yes. Open source...",
"de": "Ja. Open Source...",
"es": "Sí. Código abierto..."
}
}]
}
Yes. Nibbly is open source and free to use for personal and commercial projects. There are no hidden fees, no premium tiers, and no vendor lock-in.
Basic PHP knowledge helps for customizing templates, but content editing is done entirely through the browser — no code required. The template syntax is straightforward HTML with simple PHP includes.
Each language has its own directory (e.g. /en/, /de/, /es/) and its own JSON content file. Multilingual fields like event titles store all translations in a single object. The admin can edit any language version directly in the browser.
Absolutely. Nibbly is ideal for client sites: the inline editor is intuitive, there's no database to maintain, backups are as simple as copying a folder, and you can host it on any cheap PHP hosting.
Upload the changed files via FTP, rsync, or Git. There are no migrations, no build commands, and no deployment pipelines to configure. Your content JSON files stay untouched during updates.
Nibbly has a tiny attack surface: no database means no SQL injection, no plugins means no supply-chain risk, and the admin panel uses bcrypt password hashing with brute-force protection. Content is stored as flat files with strict input sanitization.
"pricing": {
"plans": [{
"name": "Starter",
"price": "$0",
"features": "Unlimited pages\n...",
"highlight": false,
"cta": {
"text": "Get Started",
"href": "#"
}
}]
}
The full CMS — no catches, no limits, no surprise paywalls. Ever.
You have a design or CI — I turn it into a Nibbly website.
From zero to a finished website — concept, design, and everything in between.
Someone who takes care of your website — so you don't have to.
* All prices excl. 20% VAT for EU customers. Reverse charge applies with valid VAT ID.
"testimonials": {
"entries": [{
"quote": "Nibbly replaced our...",
"author": "Sarah Chen",
"role": "Web Developer"
}]
}
Quote
Quote
Quote
Quote
"team": {
"members": [{
"image": {
"src": "/images/team/sarah.webp",
"alt": "Sarah Chen"
},
"name": "Sarah Chen",
"role": "Lead Developer",
"bio": "Builds things..."
}]
}

Builds things that work. Prefers flat files over fat databases.

Makes pixels behave. Believes good UI is invisible UI.

Deploys with rsync and sleeps well at night. Zero downtime advocate.

Writes docs that people actually read. Rare skill, freely shared.
"features": {
"items": [{
"icon": "zap",
"title": "Instant Setup",
"desc": "Upload, open, edit."
}]
}
// Available icons:
// database, edit, backup, image, globe,
// link, shield, feather, star, sparkles,
// zap, terminal, upload, server, folder, wand
Upload the files, open the browser, start editing. No build step, no CLI, no configuration wizard.
No database means no SQL injection. No plugins means no supply-chain risk. Bcrypt passwords and brute-force protection built in.
Built-in support for any number of languages. All translations live in the same JSON file — no plugins required.
Under 1 MB total. No frameworks, no node_modules, no compile step. Just PHP, HTML, CSS, and a little vanilla JS.
Click any text, image, or link to edit it directly in the browser. Changes are saved to JSON — no forms, no page reloads.
Content lives in plain JSON files. Back up with cp, deploy with rsync, version with Git. No migrations, ever.
"timeline": {
"entries": [{
"date": "March 2026",
"version": "v1.2",
"title": "Showcase Components",
"desc": "New components...",
"status": "released"
}]
}
Pricing tables, testimonials, team grids, feature cards, timelines, stats, and gallery — all driven by JSON.
Undo/redo, batch saving, image uploads, and link editing — all without leaving the page.
Flat-file CMS with multilingual support, event calendar, FAQ accordion, and comparison table.
Hook system for extending Nibbly without modifying core files. Community plugins directory.
Drag-and-drop section ordering, live preview, and template library — all still backed by flat JSON files.
{
"title": "My Blog Post",
"date": "2026-03-21",
"author": "The Team",
"excerpt": "A short summary...",
"image": "/images/cover.jpg",
"content": "<p>Full HTML...</p>"
}

Nibbly now has a configurable menu system, nested dropdown navigation, breadcrumb trails, and a page settings panel in the dashboard.

Concurrent editing is now safe, routing adapts to your language config automatically, and templates wire up their own content — no manual JSON editing required.

The entire admin interface — dashboard, inline editor, login page, and setup wizard — is now fully translatable. German ships as the first translation, with more to come.

I've added a showcase page that demonstrates all of Nibbly's built-in components — from event calendars and pricing tables to FAQ accordions and image galleries.

I built Nibbly because I was tired of bloated content management systems. No databases, no build steps, no dependencies — just PHP, JSON, and clean HTML.
"gallery": {
"images": [{
"src": "/images/screenshot.webp",
"alt": "Dashboard view",
"caption": "Admin Dashboard"
}]
}