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
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.
- ๐ฅ 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
Get a fully managed CMS connected to your Firebase project โ no deployment, no maintenance:
๐ https://app.firecms.co
Scaffold a new project in seconds:
npx create-firecms-appOr with yarn / pnpm:
yarn create firecms-app
pnpm create firecms-appAn 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 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"
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.
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 collections to CSV or JSON with customizable date formats and array serialization.
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.
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.
Track every 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.
Every view โ collections, forms, and custom views โ supports real-time 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 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 | โ | โ | โ |
| MongoDB support | โ | โ | โ |
| Custom branding | โ | โ | โ |
โ See full pricing & comparison
Explore the live demo with all core features โ you can modify data, 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/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 |
- ๐ Documentation
- ๐ฌ Discord Community
- ๐ GitHub Issues
- ๐ Changelog
- ๐ง Contact:
hello@firecms.co
Developers at Google, Microsoft, IKEA, and thousands of companies worldwide.
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.