Project

Alifbo CMS

An editorial headless CMS built on Laravel 13 + PostgreSQL + Vue 3, designed around the idea that multilingual content should be native, not bolted on with plugins. This very site runs on it.

What's inside

  • Native multilingual — translations in dedicated tables, any number of languages, RTL, translation status matrix
  • Tiptap editor — slash commands, tables, embeds, autosave with revisions
  • AI assistant — Gemini / OpenAI / Anthropic: content translation, rewriting, SEO metadata, in-context chat
  • REST API — public endpoints with caching and PostgreSQL full-text search
  • Self-hosted updates — instances update from a private repository through a custom hub

The core is fully decoupled from the public site: themes live in an update-safe extend/ directory and survive core upgrades.

← All projects