Skip to content

Awesome Firebase/Firestore-based CMS. The missing admin panel for your Firebase project!

License

Notifications You must be signed in to change notification settings

firecmsco/firecms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3,654 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

FireCMS logo

FireCMS

The Headless CMS & Admin Panel Framework for Firebase

Build powerful back-office apps in minutes.
Go live instantly with FireCMS Cloud, or self-host for full control.

Live Demo โ€ข Documentation โ€ข Features โ€ข Pricing โ€ข Discord

NPM Version License: MIT NPM Downloads Discord


FireCMS Demo


What is FireCMS?

FireCMS is a developer-first, open-source headless CMS and admin panel framework built with React and TypeScript. It connects natively to Firebase & Firestore (with MongoDB support too) and generates powerful CRUD views, forms, and data management tools from your schema configuration.

It's designed for developers who want full control and extensibility, while providing an exceptional editing experience for non-technical users.

โœจ Key Highlights

  • ๐Ÿ”ฅ Native Firebase & Firestore integration โ€” real-time data, auth, and storage out of the box
  • ๐Ÿค– AI-powered features โ€” autofill fields with GPT/Gemini, generate collections with AI, and query data with natural language (DataTalk)
  • ๐ŸŽจ Visual schema editor โ€” build and modify data models from the UI, with automatic schema inference from existing data
  • โœ๏ธ Notion-style rich text editor โ€” block-based content editing with slash commands and AI autocomplete
  • โšก Blazing fast โ€” built on Tailwind CSS (v4) for maximum performance, replacing the old MUI/emotion stack
  • ๐Ÿงฉ Radical extensibility โ€” if you can build it in React, you can build it in FireCMS

Quick Start

FireCMS Cloud (Fastest)

Get a fully managed CMS connected to your Firebase project โ€” no deployment, no maintenance:

๐Ÿ‘‰ https://app.firecms.co

Self-Hosted

Scaffold a new project in seconds:

npx create-firecms-app

Or with yarn / pnpm:

yarn create firecms-app
pnpm create firecms-app

Features

๐Ÿ“ Spreadsheet-Style Collection View

An incredibly fast, windowed spreadsheet view with inline editing, real-time updates, filtering, sorting, and text search. Switch between multiple view modes: spreadsheet table, card grid, and Kanban board โ€” automatically available for collections with enum properties.

๐Ÿค– AI-Powered Data Management

  • AI Autofill โ€” generate titles, descriptions, translations, and more using context-aware prompts powered by OpenAI and Google Gemini
  • AI Collection Generation โ€” describe your data model in natural language and let AI build your schema
  • DataTalk โ€” query and update your data using natural language. Ask things like "Show all products over $100" or "Update all out-of-stock items"

๐ŸŽจ Visual Schema Editor & Data Inference

Design your data models visually with 20+ field types and advanced validation rules. Or, connect to an existing Firestore/MongoDB database and let FireCMS automatically infer your schema โ€” go from zero to admin panel in minutes.

โœ๏ธ Notion-Style Rich Text Editor

A beautiful block-based editor with slash commands, drag-and-drop blocks, keyboard shortcuts, and AI-powered text completion. Built on TipTap v3.

๐Ÿ“ฅ๐Ÿ“ค Data Import & Export

Import data from CSV, JSON, and Excel with an intuitive field mapper and validation UI. Export collections to CSV or JSON with customizable date formats and array serialization.

โœจ Robust Forms & Custom Fields

Over 20 built-in field types including references, markdown, file uploads, arrays, maps, enums, date/time, geopoints, and more. Create custom fields as React components for anything else. Supports conditional fields, validation rules, and a Notion-style content editor.

๐Ÿ–ฅ๏ธ Full-Screen & Side Panel Entity Views

Edit entities in a side panel or expand to full-screen mode. Navigate through subcollections, access custom views, and build secondary forms โ€” all with undo/redo support and local draft persistence.

๐Ÿ• Entity History & Audit Trail

Track every change with built-in history. Compare versions, see who changed what and when, and safely revert to previous states.

๐Ÿ‘ฎ Roles, Permissions & User Management

Granular role-based access control for collections, fields, and actions. Manage users and roles directly from the UI, or define permissions programmatically in code.

๐Ÿ”„ Real-Time Data

Every view โ€” collections, forms, and custom views โ€” supports real-time updates. Changes sync instantly across all connected users.

๐Ÿ—‚๏ธ File Storage

Seamless integration with Firebase Storage for images, videos, and documents. Supports file uploads, drag-and-drop, image resizing, and custom storage implementations.

๐Ÿงฉ Custom Views & React Extensibility

Build entirely custom views (dashboards, previews, analytics) as React components and add them to the main navigation or as entity-level tabs. Use built-in hooks like useSideEntityController, useSnackbarController, and useAuthController to interact with FireCMS.

๐ŸŽจ Component Library (@firecms/ui)

A standalone, production-ready component library built on Tailwind CSS and Radix UI. Fully typed, accessible, and customizable. Use it in FireCMS or in any React project:

npm install @firecms/ui

๐Ÿ  Customizable Home Page

Organize collections into groups with drag-and-drop, favorites, and search. Supports custom branding, logos, and themes.

๐Ÿ–ฅ๏ธ CLI

Deploy custom code to FireCMS Cloud with a single command:

firecms deploy

Core Technologies

Technology Version
TypeScript 5.x
React 18+
Tailwind CSS v4
Firebase 12
Radix UI Latest
TipTap v3

Editions

Community PRO Cloud
License MIT BSL Managed
Hosting Self-hosted Self-hosted Fully managed
Schema editor UI โŒ โœ… โœ…
AI features โŒ โœ… โœ…
DataTalk โŒ โœ… โœ…
Entity history โŒ โœ… โœ…
User management UI โœ… โœ… โœ…
Custom views & fields โœ… โœ… โœ…
Data import/export โœ… โœ… โœ…
MongoDB support โŒ โœ… โŒ
Custom branding โœ… โœ… โœ…

โ†’ See full pricing & comparison


Demo

Explore the live demo with all core features โ€” you can modify data, it gets periodically restored:

๐Ÿ‘‰ demo.firecms.co


Packages

FireCMS is organized as a modular monorepo:

Package Description
@firecms/core Core CMS framework, types, hooks, and components
@firecms/ui Standalone component library (Tailwind + Radix)
@firecms/firebase Firebase/Firestore data source delegate
@firecms/editor Notion-style rich text editor
@firecms/cli CLI for project scaffolding and deployment
@firecms/collection_editor Visual schema/collection editor
@firecms/data_import Data import plugin (CSV, JSON, Excel)
@firecms/data_export Data export plugin (CSV, JSON)
@firecms/entity_history Entity history & audit trail plugin
@firecms/user_management User & role management plugin
@firecms/datatalk Natural language data queries (AI)
@firecms/data_enhancement AI-powered field autofill
@firecms/schema_inference Automatic schema inference from data
@firecms/formex Lightweight form management library
@firecms/mongodb MongoDB data source delegate

Support & Community


Trusted By

Developers at Google, Microsoft, IKEA, and thousands of companies worldwide.


License

The core of FireCMS is licensed under the MIT License. Some packages used in FireCMS PRO and Cloud are licensed under the Business Source License 1.1 (BSL). See the full License for details.