All projects
CMS
ForgeCMS
The Challenge
Every CMS we inherited shipped a plugin marketplace, a page builder and a permissions matrix nobody used. Editors still asked us to change copy for them.
The Solution
ForgeCMS models content as flat, typed collections with one editing surface. Schemas are defined in code, so the editor UI is generated and always matches production. There is no page builder and no plugin API to drift.
screenshot / demo video
Technologies Used
Node + Fastify
API layer with a ~4ms median response on read paths.
PostgreSQL
JSONB documents with generated columns for indexed fields.
React
Schema-driven admin UI — no per-project form code.
S3-compatible storage
Pluggable asset storage with signed direct uploads.
