FireCMS
Awesome Firestore-based headless CMS, developed by Camberi
FireCMS is a headless CMS and admin panel based on Firebase, built by developers
for developers. It generates CRUD views based on your configuration. You define
views that are mapped to absolute or relative paths in your Firestore database,
as well as schemas for your entities.
The goal of this CMS is to generate collection and form views that bind nicely
to the Firestore collection/document model. We have built in many basic (and not
so basic) use cases; but FireCMS is build with extensibility in mind, so it is
easy to create your custom form fields, or your complete views.
Note that this is a full application, with routing enabled and not a simple
component.
Core technologies
FireCMS is based on this great technologies:
- Typescript
- Firebase
- React + React Router
- Material UI
- Formik + Yup
Quickstart
The easiest way to get going is to check our docs!
https://firecms.co
Demo
Check the demo with all the core functionalities. You can modify the data, but
it gets periodically restored.
https://demo.firecms.co
Changelog
https://firecms.co/docs/changelog
Install
In your React project, simply install the dependency.
npm install @camberi/firecms
or
yarn add @camberi/firecms
Features
CMS
Entity edition
Included example
You can access the code for the demo project under
example
. It includes
every feature provided by this CMS.
Contact and support
If you need general support you can open a GitHub issue or ask you question on
Reddit
Do you need consulting setting up your Firestore-based CMS in no time?
We are happy to help!
hello@camberi.com
License
MIT © camberi