Humans Editing Pages
A focused admin where editors write articles, manage taxonomy, swap widgets, and review AI suggestions before publishing.
Bloomineasy is a modern CMS where the editor, the API, and the AI agent are all first-class citizens. Edit a page by hand, push articles through an authenticated API, or let AI handle categorization, translation, and internal links - on the same content.
Cloneable starter. Bring your own keys.
Most CMSes are built for editors and bolt on an API later. Bloomineasy treats the editor, the HTTP API, and AI agents as equal first-class ways to read and write content.
A focused admin where editors write articles, manage taxonomy, swap widgets, and review AI suggestions before publishing.
Push articles in from any system with API keys. Content11 already streams full posts straight into Bloomineasy through the publishing endpoint.
Categorize, translate, suggest internal links, and generate taxonomies. Every AI action keeps a confidence score and a human approval step.
The same article lives in the same Convex collection. Whether it gets created in the editor, pushed through the API, or generated by an agent, it is one source of truth.
A clean Better Auth admin for writers. Author articles, manage media, review AI suggestions, schedule posts. No public sign-up - admin only.
Every endpoint that powers the admin is also exposed through API keys. Push in articles from Content11, scripts, or any external service.
AI is wired into the schema, not bolted on. Categorization, translation, taxonomy, and link suggestions all use Vercel AI SDK + OpenAI.
{ "title": "How AI is changing publishing", "body": "...full article content...", "tags": ["ai", "cms", "editorial"], "publish": true }
Generate an API key in the admin, then POST to the article ingestion endpoint. This is exactly how Content11 - the AI publishing engine from Volume11 - streams long-form articles into Bloomineasy.
Categorize, translate, and link articles without leaving the editor. Every AI action keeps a confidence score so editors can approve, reject, or tweak before publishing.




Bloomineasy ships a real hierarchical taxonomy: categories, sectors, and sub-sectors with editor-friendly slugs. Articles live where they belong in the tree, and URLs follow the same shape.
The editor calls AI as the writer types. Categorization runs on save, link suggestions come from a vector index of your existing articles, and translations are one click per locale.
The AI returns category + sector + sub-sector with a probability. Editors keep the call.
A vector search runs against the existing article corpus and surfaces relevant pages to link.
Each translation is its own versioned article with hreflang, canonical, and a locale-specific URL.
Configure widgets at the category level, override at the sector level, fine-tune at the article level. Three zones, four modes - no more copy-pasting layouts.
Use the parent zone configuration as-is.
Override the parent zone for this branch of the taxonomy.
Append widgets to whatever the parent zone provides.
Strip the zone entirely for this scope.
Editorial sites need solid SEO out of the box. Bloomineasy generates the technical SEO from the same content tree the admin and API use - so it stays in sync as content changes.
No exotic dependencies. Bloomineasy uses the parts of the modern web that have proven themselves and pairs them with a Convex backend that scales without DevOps.
App Router, server components
Suspense, transitions
Realtime DB + functions
Admin-only sign-in
CSS-first config
OpenAI gpt-5.4 / mini
Media + uploads
Install + scripts
Clone the starter, plug in your AI keys, and ship a CMS where humans, APIs, and agents all work on the same content - in the same admin, on the same schema.
A cloneable starter. You clone the repo, point it at your own Convex deployment, set your AI keys, and you own the whole stack. No vendor lock-in.