Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/its-devtastic/curator
The Missing Toolkit For Strapi
https://github.com/its-devtastic/curator
admin batteries-included cms framework headless-cms strapi toolkit typescript
Last synced: about 2 months ago
JSON representation
The Missing Toolkit For Strapi
- Host: GitHub
- URL: https://github.com/its-devtastic/curator
- Owner: its-devtastic
- License: mit
- Created: 2023-03-01T10:40:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T18:18:11.000Z (9 months ago)
- Last Synced: 2024-04-29T22:07:03.814Z (8 months ago)
- Topics: admin, batteries-included, cms, framework, headless-cms, strapi, toolkit, typescript
- Language: TypeScript
- Homepage: https://www.curatorjs.org
- Size: 2.56 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![Curator Logo](https://raw.githubusercontent.com/its-devtastic/curator/main/media/banner.png)
---
**Curator** is an alternative admin for [Strapi](https://www.strapi.io).
---
![Preview](https://raw.githubusercontent.com/its-devtastic/curator/main/media/preview.png)
## 📜 Documentation
Documentation is available [here](https://its-devtastic.github.io/curator/).
## 💫 Features
- (Truly) customizable, mobile-friendly admin
- Content versioning\*
- Dashboard\*
- Audit logs\*
- Admin user avatars\*
- Secrets manager\*
- Autosave
- Dark mode
- Flexible plugin system\*Requires the Curator Strapi plugin.
## Quick Start
Create a new Curator project with the Create Curator App tool:
```shell
npx create-curator-app@latest
```Curator Studio will run on http://localhost:1338
## Motivation
Strapi is a popular headless CMS, but it's missing some basic features and its admin is notoriously uncustomizable.
Curator offers a Strapi plugin that adds those features, and an alternative admin app that is easier to customize.## Limitations
There are some limitations on what you can do with Curator, compared to the Strapi admin.
- ✅ = Supported
- 🚧 = Partial
- ❌ = Unsupported| Feature | Status |
| -------------------- | ----------------------------------------- |
| Collection types | ✅ |
| Single types | ✅ |
| Internationalization | ✅ |
| Draft / publish | ✅ |
| Dynamic zones | ✅ |
| User management | ✅ |
| User profile | ✅ |
| Permissions | ✅️ |
| Dark mode | ✅ |
| Filters | ✅ |
| API keys | ✅ |
| Webhooks | ✅ |
| Media library | 🚧️ (Cropping is currently not supported) |
| Role management | ❌ |
| Content-type builder | ❌ (not planned) |