Skip to content

firecmsco/firecms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3,846 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

FireCMS - Firebase CMS & Firestore CMS

FireCMS

The Open-Source Firebase CMS & Firestore Admin Panel Framework

The fastest way to build a back-office, admin panel, or headless CMS on top of Firebase & Firestore.
Go live in minutes with FireCMS Cloud, or self-host for full control.

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

NPM Version License: MIT NPM Downloads Discord


FireCMS - Firebase CMS and Firestore admin panel

โญ If FireCMS saves you time, please consider starring this repo โ€” it helps more developers discover it!


What is FireCMS?

FireCMS is a developer-first, open-source Firebase CMS and Firestore admin panel framework built with React and TypeScript.

It connects natively to Firebase & Firestore (and MongoDB) and auto-generates powerful CRUD interfaces, forms, and data management tools from your schema โ€” giving you a production-ready Firestore CMS in minutes, not weeks.

Whether you need a headless CMS for Firebase, an internal admin tool, or a full-featured back-office application, FireCMS adapts to your workflow:

  • FireCMS Cloud โ€” fully managed SaaS, zero setup. Connect your Firebase project and go live instantly.
  • Self-Hosted (Community / PRO) โ€” deploy anywhere. Full source access, MIT licensed core. Perfect for agencies and custom builds.

Trusted by teams at Google, Microsoft, and IKEA โ€” and thousands of developers worldwide.


โœจ Key Highlights

  • ๐Ÿ”ฅ Native Firebase & Firestore integration โ€” real-time data, Firebase Auth, and Firebase 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 Firestore data models from the UI, with automatic schema inference from existing collections
  • โœ๏ธ Notion-style rich text editor โ€” block-based content editing with slash commands and AI autocomplete
  • โšก Blazing fast โ€” built on Tailwind CSS v4, replacing the old MUI/emotion stack
  • ๐Ÿงฉ Radical extensibility โ€” custom React fields, views, hooks, and full theme control
  • ๐Ÿ”’ Security by design โ€” your data stays in your Firebase project. No vendor lock-in.

Quick Start

FireCMS Cloud โ€” Fastest Path to a Firebase CMS

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

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

Free 1-month trial. No credit card required.

Self-Hosted Firestore CMS

Scaffold a new self-hosted project in seconds:

npx create-firecms-app

Or with yarn / pnpm:

yarn create firecms-app
pnpm create firecms-app

โ†’ Full self-hosted setup guide


Features

๐Ÿ“ Spreadsheet-Style Firestore Collection View

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

๐Ÿค– AI-Powered Firebase 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 Firestore data model in natural language and let AI build your schema
  • DataTalk โ€” query and update your Firestore data using natural language. Ask things like "Show all products over $100" or "Update all out-of-stock items"

โ†’ Explore all AI features

๐ŸŽจ Visual Schema Editor & Firestore Data Inference

Design your Firestore 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 Firestore collections to CSV or JSON with customizable date formats and array serialization.

โœจ Robust Forms & Custom Fields

Over 20 built-in field types including Firestore 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 Firestore documents in a side panel or expand to full-screen. 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 Firestore document 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.

โ†’ Learn about permissions & security

๐Ÿ”„ Real-Time Firestore Data

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

๐Ÿ—‚๏ธ Firebase Storage Integration

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.

โ†’ Developer documentation

๐ŸŽจ 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

โ†’ Browse UI components

๐Ÿ  Customizable Firebase CMS Home Page

Organize Firestore 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 โŒ โœ… โœ…
Content history audit trail โŒ โœ… โœ…
MongoDB support โŒ โœ… โŒ
Custom branding โœ… โœ… โœ…

โ†’ See full pricing & feature comparison


Who Uses FireCMS?

FireCMS is used across a wide range of use cases:

  • Startups โ€” launch an MVP back-office in minutes, not weeks
  • Agencies โ€” deliver custom, white-labeled admin panels to clients
  • Developers โ€” build internal tools with React + TypeScript + Firestore
  • Enterprise teams โ€” manage mission-critical data with fine-grained permissions and audit trails

Trusted by engineers at Google, Microsoft, IKEA, and thousands of companies worldwide.


Demo

Explore the live demo โ€” you can modify data freely, 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/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 Firestore data
@firecms/formex Lightweight form management library
@firecms/mongodb MongoDB data source delegate

Support & Community


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.

About

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

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Contributors