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
โญ If FireCMS saves you time, please consider starring this repo โ it helps more developers discover it!
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.
- ๐ฅ 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.
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.
Scaffold a new self-hosted project in seconds:
npx create-firecms-appOr with yarn / pnpm:
yarn create firecms-app
pnpm create firecms-appโ Full self-hosted setup guide
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 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"
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.
A beautiful block-based editor with slash commands, drag-and-drop blocks, keyboard shortcuts, and AI-powered text completion. Built on TipTap v3.
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.
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.
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.
Track every Firestore document change with built-in history. Compare versions, see who changed what and when, and safely revert to previous states.
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
Every view โ collections, forms, and custom views โ supports real-time Firestore updates. Changes sync instantly across all connected users.
Seamless integration with Firebase Storage for images, videos, and documents. Supports file uploads, drag-and-drop, image resizing, and custom storage implementations.
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.
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/uiOrganize Firestore collections into groups with drag-and-drop, favorites, and search. Supports custom branding, logos, and themes.
Deploy custom code to FireCMS Cloud with a single command:
firecms deploy| Technology | Version |
|---|---|
| TypeScript | 5.x |
| React | 18+ |
| Tailwind CSS | v4 |
| Firebase | 12 |
| Radix UI | Latest |
| TipTap | v3 |
| 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
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.
Explore the live demo โ you can modify data freely, it gets periodically restored:
๐ demo.firecms.co
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 |
- ๐ Documentation
- ๐ฌ Discord Community
- ๐ GitHub Issues
- ๐ Changelog
- ๐ง Contact:
hello@firecms.co
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.
