Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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) |