Enterprise-grade self-hosted CMS

Unlock the Full Power of FireCMS Self-Hosted

Deploy a white-labeled, premium visual editor and administration panel directly in your own infrastructure. Ultimate speed, absolute data ownership.

Everything You Need for Enterprise Custom Builds

Unlock pre-built widgets, developer interfaces, and administrative dashboards that save months of engineering time.

Visual Schema Builder

Design and modify database models dynamically inside a visual editor. Let FireCMS automatically infer schema structures directly from your existing collections, and publish schemas instantly with no code deployments needed.

short_text
Name
Text fieldstring
drag_handle
upload_file
Image
File uploadstring
drag_handle
list
Category
Select/enumstring
drag_handle
flag
Available
Switchboolean
drag_handle
functions
do_not_disturb_on
price
This property is defined as a property builder in code
drag_handle
list
Currency
Select/enumstring
drag_handle
flag
Public
Switchboolean
drag_handle
short_text
Brand
Text fieldstring
drag_handle
format_quote
Description
Markdownstring
drag_handle
http
Amazon link
Urlstring
drag_handle
ballot
Publisher
Groupmap
drag_handle
short_text
Name
Text fieldstring
drag_handle
short_text
External id
Text fieldstring
drag_handle
drive_folder_upload
Images
Multiple file uploadarray
drag_handle
add_link
Related products
Multiple referencesarray
drag_handle
list_alt
Available locales
Multi select (enum)array
drag_handle
short_text
Uppercase Name
Text fieldstring
drag_handle
repeat
Tags
Repeat/listarray
drag_handle
schedule
Added on
Date/timedate
drag_handle
functions
do_not_disturb_on
spanish_title
This field is defined as an additional field in code
drag_handle
ballot
Metadata
Key-valuemap
drag_handle
short_text
Text field

Simple short text

Hide from collection
Read only
Select a property widget
short_text

Simple short text

subject

Text with multiple lines

format_quote

Text with advanced markdown syntax

http

Text with URL validation

mail

Text with email validation

link

The value refers to a different collection (it is saved as a string)

flag

Boolean true or false field (or yes or no, 0 or 1...)

list

Select one text value from within an enumeration

list_alt

Select multiple text values from within an enumeration

format_list_numbered

Select a number value from within an enumeration

format_list_numbered

Select multiple number values from within an enumeration

person

Select a user from the user management system. Store the user ID.

numbers

Simple number field with validation

upload_file

Input for uploading single files

drive_folder_upload

Input for uploading multiple files

link

The value refers to a different collection (it is saved as a reference)

add_link

Multiple values that refer to a different collection

schedule

A date time select field

ballot

Group of multiple fields

ballot

Flexible field that allows the user to add multiple key-value pairs

view_stream

A complex field that allows the user to compose different fields together, with a key/value format

repeat

A field that gets repeated multiple times (e.g. multiple text fields)

Pre-built User Management & Roles

Control who can access, edit, or delete collections with fine-grained permissions. Establish role-based access control (RBAC) rules visually and manage all team members in a secure dashboard.

Roles
RoleIs adminDefault permissions
Admin
check
  • Create
  • Read
  • Update
  • Delete
delete
Editor
  • Create
  • Read
  • Update
  • Delete
delete
Viewer
  • Read

Advanced Import & Export

Say goodbye to custom database migration scripts. Bulk-upload datasets from CSV, JSON, or Excel sheets. Map CSV columns to complex properties (like references, array fields, or nested maps) with live validation.

sku

keyboard_arrow_down
Column in fileMap to property

sku


string

chevron_right
short_text
Sku
edit

product_name


string

chevron_right
short_text
Name
edit

price_eur


number

chevron_right
numbers
Price
edit

in_stock


boolean

chevron_right
flag
Available
edit

category_ref


string

chevron_right
link
Category
edit

tags


array - string

chevron_right
repeat
Tags
edit

added_on


date

chevron_right
schedule
Created on
edit

Entity Revisions & Audit Log

Track every write operation to your Firestore database. Know exactly who made changes, what values were modified, and revert to previous versions easily using standard document histories.

History

26/08/2026, 14:12:03

Marta RuizMarta Ruiz
historykeyboard_tab

price

129

115

available

false

true

Seamless Next.js Integration

Deploy your back-office directly inside your Next.js project. Use Next App Router, dynamic routes, and server-side components next to your CMS screens. Maintain complete flexibility using standard React dependencies.

  • Perfect for Next.js App Router & Pages Router
  • Keep configurations version-controlled in Git
  • Direct React router binding
app/cms/page.tsx
"use client";

import { FireCMS } from "@firecms/core";
import { useFirebaseCMSApp } from "@firecms/firebase";

export default function CMSPage() {
    const cmsApp = useFirebaseCMSApp({
        firebaseConfig,
        collections: [productsCollection],
        // Unlock premium PRO features
        licenseKey: process.env.NEXT_PUBLIC_LIC_KEY
    });

    return <FireCMS {...cmsApp} />;
}

Your Data, Your Servers

Unlike standard SaaS platforms, FireCMS PRO runs entirely client-side or on your own servers. All write and read operations are sent directly between the browser and your Firestore/MongoDB instance. We never proxy, intercept, or store your database credentials.

100%
Data Sovereignty
Zero
Data Ingestion
Direct
Firebase/Atlas SDKs

Upgrade to FireCMS PRO Today

Unlock custom authentication, white-labeling, priority support, and advanced administration views.